Skip to content

Commit f10b783

Browse files
committed
Refine ruff configuration
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 9d1393a commit f10b783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ select = [
7272
# "D", # pydocstyle
7373
# "F", # Pyflakes
7474
# "UP", # pyupgrade
75-
# "S", # flake8-bandit
75+
"S", # flake8-bandit
7676
"I", # isort
7777
# "C9", # McCabe complexity
7878
]
79-
ignore = ["D1", "D200", "D202", "D203", "D205", "D212", "D400", "D415"]
79+
ignore = ["D1", "D200", "D202", "D203", "D205", "D212", "D400", "D415", "I001"]
8080

8181

8282
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)