diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d24b4ad3..b084c56b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.0 hooks: - id: autoflake - repo: https://github.com/PyCQA/isort