Skip to content

Commit c22c975

Browse files
committed
Change pyproject.toml
1 parent a81f597 commit c22c975

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

pyproject.toml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
name = "UniversityPythonHomework"
33
version = "0.1.0"
44

5-
[tool.ruff.lint]
6-
select = ["E", "W", "F", "I", "N", "B", "C4", "UP"]
7-
ignore = ["E501"]
5+
[tool.ruff]
86
line-length = 120
97

10-
[tool.ruff.lint.isort]
11-
known-first-party = []
8+
[tool.ruff.lint]
9+
select = ["E", "W", "F", "I", "N", "B", "E225", "E226", "E227", "E228"]
10+
preview = true
1211

1312
[tool.ruff.format]
1413
indent-style = "space"
15-
indent-width = 4
16-
line-length = 120
17-
closing-bracket-alignment = true
18-
space-around-operators = true
14+
skip-magic-trailing-comma = false
15+

0 commit comments

Comments
 (0)