Skip to content

Commit bb1caaf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.1.0...v5.0.0) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.10.1 → 6.0.0](PyCQA/isort@5.10.1...6.0.0) - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 21.12b0 → 25.1.0](psf/black@21.12b0...25.1.0) - [github.com/PyCQA/bandit: 1.7.2 → 1.8.2](PyCQA/bandit@1.7.2...1.8.2) - [github.com/pre-commit/mirrors-mypy: v0.931 → v1.15.0](pre-commit/mirrors-mypy@v0.931...v1.15.0)
1 parent eb7292b commit bb1caaf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# pre-commit autoupdate
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.1.0
7+
rev: v5.0.0
88
hooks:
99
- id: end-of-file-fixer
1010
- id: debug-statements
@@ -18,26 +18,26 @@ repos:
1818
- id: trailing-whitespace
1919
args: [--markdown-linebreak-ext=md]
2020

21-
- repo: https://github.com/timothycrosley/isort
22-
rev: 5.10.1
21+
- repo: https://github.com/PyCQA/isort
22+
rev: 6.0.0
2323
hooks:
2424
- id: isort
2525
args: ["--profile", "black", "--filter-files", "--skip-gitignore"]
2626

27-
- repo: https://github.com/ambv/black
28-
rev: 21.12b0
27+
- repo: https://github.com/psf/black
28+
rev: 25.1.0
2929
hooks:
3030
- id: black
3131

3232
- repo: https://github.com/PyCQA/bandit
33-
rev: 1.7.2
33+
rev: 1.8.2
3434
hooks:
3535
- id: bandit
3636
args: ["-r"]
3737
files: ^oteapi_asmod/.*$
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v0.931
40+
rev: v1.15.0
4141
hooks:
4242
- id: mypy
4343
exclude: ^tests/.*$

0 commit comments

Comments
 (0)