We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d2095 commit 9735343Copy full SHA for 9735343
.pre-commit-config.yaml
@@ -8,15 +8,15 @@ minimum_pre_commit_version: 2.16.0
8
ci:
9
skip: []
10
repos:
11
- - repo: https://github.com/psf/black
12
- rev: 24.10.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
13
hooks:
14
- id: black
15
- repo: https://github.com/pre-commit/mirrors-prettier
16
rev: v4.0.0-alpha.8
17
18
- id: prettier
19
- repo: https://github.com/asottile/blacken-docs
20
- rev: 1.19.1
+ rev: 1.20.0
21
22
- id: blacken-docs
0 commit comments