Skip to content

Commit 8e36daf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
1 parent 5ef88e7 commit 8e36daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.10.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
files: "^fastapi_code_generator|^tests"
77
exclude: "^tests/data"
88
- repo: https://github.com/pycqa/isort
9-
rev: 5.13.2
9+
rev: 6.0.0
1010
hooks:
1111
- id: isort
1212
files: "^fastapi_code_generator|^tests"

0 commit comments

Comments
 (0)