Skip to content

Commit a67ef57

Browse files
committed
update pyproject for ruff
1 parent e9147bc commit a67ef57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ warn_redundant_casts = true
1010
warn_unused_ignores = true
1111
check_untyped_defs = true
1212

13-
[tool.ruff.isort]
13+
[tool.ruff.lint.isort]
1414
known-first-party = ["src", "tests"]
1515

16-
[tool.ruff]
16+
[tool.ruff.lint]
1717
ignore = ["E501"]
18+
19+
[tool.ruff]
1820
extend-exclude = ["*/migrations/*", ".venv/*", ".eggs/*", ".nox/*", "build/*"]
1921
line-length = 120

0 commit comments

Comments
 (0)