Skip to content

Commit f88143b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/bandit.git: 1.7.10 → 1.8.2](https://github.com/PyCQA/bandit.git/compare/1.7.10...1.8.2) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent 259889e commit f88143b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: requirements-txt-fixer
2222
- id: trailing-whitespace
2323
- repo: https://github.com/PyCQA/bandit.git
24-
rev: "1.7.10"
24+
rev: "1.8.2"
2525
hooks:
2626
- id: bandit
2727
args: [-q, -c, pyproject.toml]
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: flake8
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.13.0"
48+
rev: "v1.14.1"
4949
hooks:
5050
- id: mypy
5151
additional_dependencies:

0 commit comments

Comments
 (0)