Skip to content

Commit

Permalink
Fix flake8-bandit errors
Browse files Browse the repository at this point in the history
## Motivation / Description
See tylerwince/flake8-bandit#21

## Changes introduced
- pin bandit version
  • Loading branch information
bisho committed Mar 8, 2022
1 parent 956b33c commit 8dc4995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def lint(session: Session) -> None:
"flake8-black",
"flake8-bugbear",
"flake8-docstrings",
# TODO: Remove. See https://github.com/tylerwince/flake8-bandit/issues/21
"bandit<=1.7.2",
# "darglint",
".",
)
Expand Down

0 comments on commit 8dc4995

Please sign in to comment.