Skip to content

Commit aed0520

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/PyCQA/bandit.git: 1.7.10 → 1.8.6](https://github.com/PyCQA/bandit.git/compare/1.7.10...1.8.6) - [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.3.0](https://github.com/pycqa/flake8.git/compare/7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.18.2](pre-commit/mirrors-mypy@v1.13.0...v1.18.2)
1 parent 7d94e37 commit aed0520

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
skip: [detect-aws-credentials, eslint, pylint]
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks.git
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: no-commit-to-branch
88
args: [--branch=main]
@@ -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.6"
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.3.0
4545
hooks:
4646
- id: flake8
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.13.0"
48+
rev: "v1.18.2"
4949
hooks:
5050
- id: mypy
5151
additional_dependencies:

0 commit comments

Comments
 (0)