diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a02a9d96..30de9a4bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: args: [--profile=black] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.6.2 + rev: v2.7.1 hooks: - id: prettier @@ -64,7 +64,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.17.0 + rev: v8.18.0 hooks: - id: eslint stages: [manual]