diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 456695a..126710e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,9 +3,7 @@ repos: rev: 23.11.0 hooks: - id: black - language_version: python3.8 - repo: https://github.com/pycqa/isort/ rev: 5.12.0 hooks: - id: isort - language_version: python3.8