diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41f521875..8f50a73fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,8 +16,8 @@ repos: hooks: - id: isort name: isort (python) - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.2 + - repo: https://github.com/hhatto/autopep8 + rev: v2.0.4 hooks: - id: autopep8 args: ["--max-line-length=120", "-i"]