Skip to content

Commit

Permalink
Merge pull request #766 from NicolasT/no-bandit
Browse files Browse the repository at this point in the history
ci: no longer use `flake8-bandit`
  • Loading branch information
NicolasT authored Aug 29, 2023
2 parents 5b47ed3 + d83fae4 commit 6493917
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 235 deletions.
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def flake8(session: Session) -> None:
session.install(
"darglint",
"flake8",
"flake8-bandit",
"flake8-black",
"flake8-bugbear",
"flake8-builtins",
Expand Down
235 changes: 2 additions & 233 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ python = "^3.8.17"
[tool.poetry.dev-dependencies]
mypy = "^1.4"
flake8 = "^3.9.2"
flake8-bandit = "^3.0.0"
flake8-bugbear = "^23.3.12"
flake8-docstrings = "^1.7.0"
flake8-rst-docstrings = "^0.3.0"
Expand Down

0 comments on commit 6493917

Please sign in to comment.