diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd09715e0a7077e140c78dceb1fc8bae39de4582..816882418964313e8062ef14a7bc108e63dcaf78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: - id: black files: (.*\.(py|pyi|bzl)|BUILD|.*\.BUILD|WORKSPACE)$ - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.11.5 hooks: - id: isort - repo: https://github.com/PyCQA/flake8