diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6512c4a..7282d4a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 21.5b2 + rev: 21.6b0 hooks: - id: black @@ -29,6 +29,6 @@ repos: language_version: python3 - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.9.1 hooks: - id: isort