diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 348b3af..b2657db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,8 +16,8 @@ repos: - id: flake8 language_version: python3 additional_dependencies: [flake8-typing-imports==1.14.0] - - 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 - repo: https://github.com/PyCQA/isort