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 c2ab230 commit 9cbc71cCopy full SHA for 9cbc71c
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- - repo: https://github.com/psf/black
5
- rev: af0ba72a73598c76189d6dd1b21d8532255d5942 # frozen: 25.9.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: fe95161893684893d68b1225356702ca71f8d388 # frozen: 25.9.0
6
hooks:
7
- id: black
8
- repo: https://github.com/pycqa/isort
9
- rev: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc # frozen: 6.0.1
+ rev: ec0efaee4acfce198521e43caa3029b06cedd64a # frozen: 6.1.0
10
11
- id: isort
12
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments