Skip to content

Commit 67fcd1d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - 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/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent c840d5d commit 67fcd1d

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
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: weekly
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -17,19 +17,19 @@ repos:
1717
- id: check-yaml
1818
- id: debug-statements
1919
- id: requirements-txt-fixer
20-
- repo: https://github.com/psf/black
21-
rev: 25.1.0
20+
- repo: https://github.com/psf/black-pre-commit-mirror
21+
rev: 25.11.0
2222
hooks:
2323
- id: black
2424
args: [--safe, --quiet]
2525
exclude: ^(src/re2c/_version.py)
2626
- repo: https://github.com/asottile/blacken-docs
27-
rev: 1.19.1
27+
rev: 1.20.0
2828
hooks:
2929
- id: blacken-docs
3030
additional_dependencies: [black==22.12.0]
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 7.2.0
32+
rev: 7.3.0
3333
hooks:
3434
- id: flake8
3535
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)