Skip to content

Commit 3546949

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/bandit.git: 1.7.10 → 1.8.3](https://github.com/PyCQA/bandit.git/compare/1.7.10...1.8.3) - [github.com/PyCQA/isort.git: 5.13.2 → 6.0.1](https://github.com/PyCQA/isort.git/compare/5.13.2...6.0.1) - [github.com/pycqa/flake8.git: 7.1.1 → 7.2.0](https://github.com/pycqa/flake8.git/compare/7.1.1...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0)
1 parent 7d94e37 commit 3546949

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.3"
2525
hooks:
2626
- id: bandit
2727
args: [-q, -c, pyproject.toml]
@@ -33,19 +33,19 @@ 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.1"
3737
hooks:
3838
- id: isort
3939
- repo: https://github.com/sigopt/black.git
4040
rev: sigopt-22.10.0
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/pycqa/flake8.git
44-
rev: 7.1.1
44+
rev: 7.2.0
4545
hooks:
4646
- id: flake8
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.13.0"
48+
rev: "v1.15.0"
4949
hooks:
5050
- id: mypy
5151
additional_dependencies:

0 commit comments

Comments
 (0)