Skip to content

Commit 1d0663d

Browse files
chore: pre-commit autoupdate (#359)
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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a3f8c43 commit 1d0663d

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
@@ -1,11 +1,11 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 25.1.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
language_version: python3
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace # This hook trims trailing whitespace.
1111
- id: check-docstring-first # Checks a common error of defining a docstring after code.
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: nbstripout
3636
- repo: https://github.com/asottile/blacken-docs
37-
rev: 1.19.1
37+
rev: 1.20.0
3838
hooks:
3939
- id: blacken-docs
4040
- repo: https://github.com/nbQA-dev/nbQA

0 commit comments

Comments
 (0)