Skip to content

Commit

Permalink
ci: no longer use flake8-bandit
Browse files Browse the repository at this point in the history
This plugin seems unmaintained, and is no longer compatible with recent
versions of `flake8`. Since `bandit` doesn't really bring much to this
project, drop it.

See: tylerwince/flake8-bandit#41
  • Loading branch information
NicolasT committed Aug 29, 2023
1 parent 5b47ed3 commit d83fae4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 235 deletions.
1 change: 0 additions & 1 deletion noxfile.py
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
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 d83fae4

Please sign in to comment.