diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40d898e..44903b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,21 +12,21 @@ repos: - id: isort stages: [commit] - - repo: https://github.com/hhatto/autopep8 - rev: v2.0.4 + - repo: https://github.com/pre-commit/mirrors-autopep8 + rev: v2.0.2 hooks: - id: autopep8 stages: [commit] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.3 + rev: v3.0.0-alpha.9-for-vscode hooks: - id: prettier types_or: [markdown, yaml, json] stages: [commit] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer