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 bafdf25 commit e8ac699Copy full SHA for e8ac699
.pre-commit-config.yaml
@@ -24,14 +24,14 @@ repos:
24
25
# Automatically sort python imports
26
- repo: https://github.com/PyCQA/isort
27
- rev: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc # frozen: 6.0.1
+ rev: ec0efaee4acfce198521e43caa3029b06cedd64a # frozen: 6.1.0
28
hooks:
29
- id: isort
30
args: [--profile, black]
31
32
# Autoformat: Python code
33
- - repo: https://github.com/psf/black
34
- rev: af0ba72a73598c76189d6dd1b21d8532255d5942 # frozen: 25.9.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: fe95161893684893d68b1225356702ca71f8d388 # frozen: 25.9.0
35
36
- id: black
37
args: [--target-version=py312]
0 commit comments