diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91b34cc..751743b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/PyCQA/autoflake - rev: v2.3.1 + rev: v2.3.3 hooks: - id: autoflake - repo: https://github.com/PyCQA/isort