Skip to content

Commit 1985b56

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/PyCQA/pylint: v3.3.8 → v4.0.3](pylint-dev/pylint@v3.3.8...v4.0.3) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.0](PyCQA/bandit@1.8.6...1.9.0)
1 parent c662c2b commit 1985b56

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
@@ -12,13 +12,13 @@ repos:
1212
- id: check-json
1313
# catch git merge/rebase problems
1414
- id: check-merge-conflict
15-
- repo: https://github.com/psf/black
16-
rev: 25.1.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 25.11.0
1717
hooks:
1818
- id: black
1919
types_or: [python]
2020
- repo: https://github.com/asottile/blacken-docs
21-
rev: 1.19.1
21+
rev: 1.20.0
2222
hooks:
2323
- id: blacken-docs
2424
additional_dependencies: [black]
@@ -29,13 +29,13 @@ repos:
2929
- id: flake8
3030
types_or: [python]
3131
- repo: https://github.com/PyCQA/pylint
32-
rev: v3.3.8
32+
rev: v4.0.3
3333
hooks:
3434
- id: pylint
3535
args: [--exit-zero]
3636
types_or: [python]
3737
- repo: https://github.com/PyCQA/bandit
38-
rev: 1.8.6
38+
rev: 1.9.0
3939
hooks:
4040
- id: bandit
4141
args: [--exit-zero]

0 commit comments

Comments
 (0)