Skip to content

Commit aae6708

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: 24.10.0 → 25.11.0](psf/black-pre-commit-mirror@24.10.0...25.11.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.14.6](astral-sh/ruff-pre-commit@v0.7.4...v0.14.6)
1 parent 1629586 commit aae6708

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# pre-commit install
33

44
repos:
5-
- repo: https://github.com/psf/black
6-
rev: 24.10.0
5+
- repo: https://github.com/psf/black-pre-commit-mirror
6+
rev: 25.11.0
77
hooks:
88
- id: black
99
- repo: https://github.com/adamchainz/blacken-docs
10-
rev: 1.19.1
10+
rev: 1.20.0
1111
hooks:
1212
- id: blacken-docs
1313
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -17,7 +17,7 @@ repos:
1717
files: \.(html|md|yml|yaml)
1818
args: [--prose-wrap=preserve]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.7.4
20+
rev: v0.14.6
2121
hooks:
2222
- id: ruff
2323
args:

0 commit comments

Comments
 (0)