diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 77f8af6ad..6ce264484 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,13 +33,13 @@ repos: - id: prettier types_or: [javascript, css] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.2.0 + rev: v8.3.0 hooks: - id: eslint files: \.js?$ types: [file] - repo: https://github.com/psf/black - rev: 21.10b0 + rev: 21.11b1 hooks: - id: black language_version: python3