Skip to content

Commit 40658e8

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/PyCQA/isort.git: 5.13.2 → 6.0.0](https://github.com/PyCQA/isort.git/compare/5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent 7d94e37 commit 40658e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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]
@@ -33,7 +33,7 @@ repos:
3333
args: ["--license=Apache License 2.0", "--owner=Intel Corporation"]
3434
- id: sigoptlint-python
3535
- repo: https://github.com/PyCQA/isort.git
36-
rev: "5.13.2"
36+
rev: "6.0.0"
3737
hooks:
3838
- id: isort
3939
- repo: https://github.com/sigopt/black.git
@@ -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)