Skip to content

Commit e94ce03

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.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.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.0](pylint-dev/pylint@v3.3.8...v4.0.0)
1 parent c662c2b commit e94ce03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.9.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,7 +29,7 @@ repos:
2929
- id: flake8
3030
types_or: [python]
3131
- repo: https://github.com/PyCQA/pylint
32-
rev: v3.3.8
32+
rev: v4.0.0
3333
hooks:
3434
- id: pylint
3535
args: [--exit-zero]

0 commit comments

Comments
 (0)