diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index edc31899..8b36f31b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.11.1 + rev: v5.11.3 hooks: - id: isort - repo: https://github.com/psf/black