diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db5c72a..2ee3ded 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,17 +3,17 @@ repos: - repo: meta hooks: - id: check-useless-excludes - - repo: https://github.com/prettier/prettier - rev: 2.0.5 + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v4.0.0-alpha.8 hooks: - id: prettier files: \.(css|js|md|markdown|json) - - repo: https://github.com/python/black - rev: 19.10b0 + - repo: https://github.com/psf/black + rev: 24.4.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast @@ -32,8 +32,8 @@ repos: - id: requirements-txt-fixer - id: sort-simple-yaml - id: trailing-whitespace - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.3 + - repo: https://github.com/PyCQA/flake8 + rev: 7.0.0 hooks: - id: flake8 - repo: local @@ -53,6 +53,6 @@ repos: - shell - repo: https://github.com/asottile/blacken-docs - rev: v1.7.0 + rev: 1.16.0 hooks: - id: blacken-docs