Skip to content

Commit 141dc1b

Browse files
authored
ruff settings: move 'ignore' to 'lint' section (#506)
1 parent 10f297e commit 141dc1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ exclude = [
6464
".eggs",
6565
"doc",
6666
]
67+
68+
[tool.ruff.lint]
6769
# E402: module level import not at top of file
6870
# E501: line too long - let ruff worry about that
6971
ignore = [
@@ -72,7 +74,6 @@ ignore = [
7274
"B018",
7375
"B015",
7476
]
75-
[tool.ruff.lint]
7677
select = [
7778
# Pyflakes
7879
"F",

0 commit comments

Comments
 (0)