diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d84759815..9ac9202e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -158,7 +158,7 @@ repos: - flake8-commas==2.1.0 - flake8-comprehensions==3.13.0 - repo: https://github.com/hhatto/autopep8 - rev: v2.3.0 + rev: v2.3.1 hooks: - id: autopep8 args: [-a, -i, -p2]