diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5f901e60..a845a8e23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black args: ["--line-length", "100"] @@ -64,7 +64,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.18.0 + rev: v8.19.0 hooks: - id: eslint stages: [manual]