diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adf1d5c..f0362dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: end-of-file-fixer - id: debug-statements - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.9.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8