diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0d85a5..790a01b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: # - id: end-of-file-fixer # - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.12.0 # Use the revision sha / tag you want to point at + rev: 5.13.2 # Use the revision sha / tag you want to point at hooks: - id: isort - repo: https://github.com/PyCQA/autoflake