diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de2b787..5c5e8ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,9 @@ default_language_version: python: python3.11 +default_stages: +- pre-commit + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0