Skip to content

Commit 66d1cd6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.1](asottile/pyupgrade@v3.20.0...v3.21.1) - [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.0](PyCQA/bandit@1.8.6...1.9.0)
1 parent bdff1c5 commit 66d1cd6

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.20.0
3+
rev: v3.21.1
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.0
4949
hooks:
5050
- id: bandit
5151
args: ["--skip", "B101,B403"]

0 commit comments

Comments
 (0)