Skip to content

Commit

Permalink
Enable flake8-bandit rules
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hamann committed Jun 24, 2024
1 parent f730461 commit cb0fb71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ extend-select = [
"N", # pep8-naming
"D", # pydocstyle
"UP", # pyupgrade
"S", # flake8-bandit
"B", # flake8-bugbear
"FA", # flake8-future-annotations
"PT", # flake8-pytest-style
Expand All @@ -67,6 +68,7 @@ ignore = [
[tool.ruff.lint.per-file-ignores]
"tests/*" = [
"D", # pydocstyle
"S101", # assert
]

[tool.ruff.lint.pycodestyle]
Expand Down

0 comments on commit cb0fb71

Please sign in to comment.