diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a59dc71fe27..ce43e64bf69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/hhatto/autopep8 - rev: v2.1.0 + rev: v2.1.1 hooks: - id: autopep8 - repo: https://github.com/pycqa/flake8