diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c45967f7..01b4ac34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,9 +3,9 @@ repos: rev: 24.8.0 hooks: - id: black - language_version: python3.8 + language_version: python3.11 - repo: https://github.com/pycqa/isort/ rev: 5.13.2 hooks: - id: isort - language_version: python3.8 + language_version: python3.11