diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2cb595f..3aa7a86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: pyupgrade args: [--py3-plus] - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.9.0 hooks: - id: isort - repo: https://github.com/psf/black