diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a833f6..50b9551 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/mirrors-isort - rev: v5.6.4 + rev: v5.7.0 hooks: - id: isort - repo: https://github.com/ambv/black @@ -32,7 +32,7 @@ repos: - flake8-string-format - pep8-naming - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.3.0 + rev: v3.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -52,11 +52,11 @@ repos: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.2.0 + rev: v2.2.1 hooks: - id: prettier - repo: https://github.com/pre-commit/mirrors-eslint - rev: v7.14.0 + rev: v7.17.0 hooks: - id: eslint args: ["--format=compact"]