Skip to content

Commit 6e00fde

Browse files
[pre-commit.ci] pre-commit autoupdate (#1646)
updates: - [github.com/pre-commit/mirrors-eslint: v8.18.0 → v8.19.0](pre-commit/mirrors-eslint@v8.18.0...v8.19.0) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eeaa37d commit 6e00fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ repos:
4343
- id: prettier
4444
types_or: [javascript, css]
4545
- repo: https://github.com/pre-commit/mirrors-eslint
46-
rev: v8.18.0
46+
rev: v8.19.0
4747
hooks:
4848
- id: eslint
4949
files: \.js?$
5050
types: [file]
5151
args:
5252
- --fix
5353
- repo: https://github.com/psf/black
54-
rev: 22.3.0
54+
rev: 22.6.0
5555
hooks:
5656
- id: black
5757
language_version: python3

0 commit comments

Comments
 (0)