Skip to content

Commit 8ff3f5f

Browse files
authored
Create pyproject.toml
1 parent f0ef5d8 commit 8ff3f5f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[tool.ruff]
2+
line-length = 88
3+
target-version = "py311"
4+
5+
[tool.ruff.lint]
6+
# Включаем проверку ошибок (E), предупреждений (W), импортов (I) и стилистики (F)
7+
select = ["E", "F", "I", "W"]
8+
fixable = ["ALL"]
9+
10+
[tool.ruff.format]
11+
quote-style = "double" # Использовать двойные кавычки (как в Black)

0 commit comments

Comments
 (0)