Skip to content

Commit

Permalink
remove bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso authored Aug 29, 2024
1 parent 6e38e2d commit 0e5de5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ lint.select = [
"ICN", # flake8-import-conventions
"TCH", # flake8-type-checking
"PTH", # flake8-use-pathlib
"S", # flake8-bandit
]
lint.ignore = [
# line too long -> we accept long comment lines; formatter gets rid of long code lines
Expand Down

0 comments on commit 0e5de5b

Please sign in to comment.