Skip to content

Commit 5db45be

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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pycqa/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent a8dcf59 commit 5db45be

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
@@ -9,12 +9,12 @@ repos:
99
- id: prettier
1010
files: \.(css|js|md|markdown|json)
1111
exclude: themes
12-
- repo: https://github.com/psf/black
13-
rev: 25.1.0
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 25.11.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-added-large-files
2020
- id: check-ast
@@ -41,7 +41,7 @@ repos:
4141
- id: trailing-whitespace
4242
exclude: themes
4343
- repo: https://github.com/pycqa/flake8
44-
rev: 7.1.2
44+
rev: 7.3.0
4545
hooks:
4646
- id: flake8
4747
- repo: local
@@ -60,7 +60,7 @@ repos:
6060
types:
6161
- shell
6262
- repo: https://github.com/asottile/blacken-docs
63-
rev: 1.19.1
63+
rev: 1.20.0
6464
hooks:
6565
- id: blacken-docs
6666
- repo: https://github.com/hcodes/yaspeller.git

0 commit comments

Comments
 (0)