diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99f47d1..7131f71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black files: "^fastapi_code_generator|^tests" exclude: "^tests/data" - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort files: "^fastapi_code_generator|^tests"