Skip to content

Commit 34c0159

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.2](PyCQA/bandit@1.8.6...1.9.2) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent bdff1c5 commit 34c0159

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.20.0
3+
rev: v3.21.2
44
hooks:
55
- id: pyupgrade
66
args: ["--py39-plus"]
@@ -27,13 +27,13 @@ repos:
2727
- id: check-shebang-scripts-are-executable
2828

2929
- repo: https://github.com/PyCQA/isort
30-
rev: 6.0.1
30+
rev: 7.0.0
3131
hooks:
3232
- id: isort
3333
args: ["--profile", "black"]
3434

35-
- repo: https://github.com/psf/black
36-
rev: 25.9.0
35+
- repo: https://github.com/psf/black-pre-commit-mirror
36+
rev: 25.11.0
3737
hooks:
3838
- id: black
3939
types_or: [ python, pyi ]
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [ flake8-bugbear, flake8-implicit-str-concat ]
4646

4747
- repo: https://github.com/PyCQA/bandit
48-
rev: 1.8.6
48+
rev: 1.9.2
4949
hooks:
5050
- id: bandit
5151
args: ["--skip", "B101,B403"]
@@ -57,6 +57,6 @@ repos:
5757
- id: python-check-blanket-noqa
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.18.2
60+
rev: v1.19.0
6161
hooks:
6262
- id: mypy

0 commit comments

Comments
 (0)