diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b55d72..623c63e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: rev: 6.1.0 hooks: - id: flake8 - - repo: https://github.com/pre-commit/mirrors-autopep8 + - repo: https://github.com/hhatto/autopep8 rev: v2.0.4 hooks: - id: autopep8 @@ -22,7 +22,7 @@ repos: - id: reorder-python-imports args: [ --py3-plus ] - repo: https://github.com/asottile/add-trailing-comma - rev: v3.0.1 + rev: v3.1.0 hooks: - id: add-trailing-comma args: [ --py36-plus ]