diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 083c96f..7d0f400 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,16 +4,16 @@ repos: hooks: - id: check-useless-excludes - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.6.2 + rev: v3.0.0-alpha.4 hooks: - id: prettier files: \.(css|js|md|markdown|json) - repo: https://github.com/python/black - rev: 22.3.0 + rev: 22.10.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: check-added-large-files - id: check-ast @@ -37,8 +37,8 @@ repos: - id: requirements-txt-fixer - id: sort-simple-yaml - id: trailing-whitespace -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 +- repo: https://github.com/PyCQA/flake8 + rev: 5.0.4 hooks: - id: flake8 - repo: local