Skip to content

Commit 60e4f31

Browse files
committed
Replace pyproject.toml with ruff.toml
1 parent 08b459a commit 60e4f31

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
[project]
2-
name = "UniversityPythonHomework"
3-
version = "0.1.0"
4-
5-
[tool.ruff]
61
line-length = 120
72

8-
[tool.ruff.lint]
3+
[lint]
4+
ignore = ["W391"]
95
select = ["E", "W", "F", "I", "B", "E225", "E226", "E227", "E228"]
106
preview = true
117

12-
[tool.ruff.format]
8+
[format]
139
indent-style = "space"
1410
skip-magic-trailing-comma = false
15-

0 commit comments

Comments
 (0)