diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21bbfc7..95b1e0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,10 +9,10 @@ repos: rev: 5.13.2 hooks: - id: isort - stages: [commit] + stages: [pre-commit] - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.10.0 hooks: - id: black - stages: [commit] \ No newline at end of file + stages: [pre-commit] \ No newline at end of file