diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a6d752a..c7714a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: types: [file, python] language_version: python3.10 - repo: https://github.com/PyCQA/isort - rev: v5.12.0 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pycqa/flake8