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 ee4ec53 commit dd15ebfCopy full SHA for dd15ebf
.pre-commit-config.yaml
@@ -11,8 +11,8 @@ repos:
11
- id: check-yaml
12
- id: check-added-large-files
13
- id: mixed-line-ending
14
-- repo: https://github.com/psf/black
15
- rev: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # frozen: 25.1.0
+- repo: https://github.com/psf/black-pre-commit-mirror
+ rev: fe95161893684893d68b1225356702ca71f8d388 # frozen: 25.9.0
16
hooks:
17
- id: black
18
args: ['--line-length', '100']
0 commit comments