diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a41b464..9da7e17 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.1.1 + rev: v2.2.0 hooks: - id: autoflake - repo: https://github.com/PyCQA/isort