diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a0e179ad..0169d64ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - id: prettier types_or: [javascript, css] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.18.0 + rev: v8.19.0 hooks: - id: eslint files: \.js?$ @@ -51,7 +51,7 @@ repos: args: - --fix - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black language_version: python3