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 33f7572 commit 52b495cCopy full SHA for 52b495c
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- - repo: https://github.com/psf/black
3
- rev: 24.10.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
4
hooks:
5
- id: black
6
files: "^fastapi_code_generator|^tests"
7
exclude: "^tests/data"
8
- repo: https://github.com/pycqa/isort
9
- rev: 5.13.2
+ rev: 7.0.0
10
11
- id: isort
12
0 commit comments