Skip to content

Commit

Permalink
remove obsolete bandit config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobatymo committed Jul 19, 2024
1 parent 77e08f4 commit fefe3e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .bandit

This file was deleted.

12 changes: 9 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pretty-format-yaml
args: [--autofix]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.1.3
rev: 2.1.4
hooks:
- id: pyproject-fmt
- repo: https://github.com/asottile/pyupgrade
Expand All @@ -36,6 +36,12 @@ repos:
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
hooks:
- id: bandit
args: [-c, pyproject.toml]
additional_dependencies: ['.[toml]']
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
hooks:
Expand All @@ -47,7 +53,7 @@ repos:
- flake8-mutable
- flake8-simplify
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
args: [--ignore-missing-imports, --install-types, --non-interactive]
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[build-system]
build-backend = "flit_core.buildapi"

requires = [
"flit-core>=3.2,<4",
]
Expand Down

0 comments on commit fefe3e2

Please sign in to comment.