Skip to content

Commit ea743e0

Browse files
[pre-commit.ci] pre-commit autoupdate (#1532)
updates: - [github.com/pre-commit/mirrors-eslint: v8.2.0 → v8.3.0](pre-commit/mirrors-eslint@v8.2.0...v8.3.0) - [github.com/psf/black: 21.10b0 → 21.11b1](psf/black@21.10b0...21.11b1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f74eabc commit ea743e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ repos:
3333
- id: prettier
3434
types_or: [javascript, css]
3535
- repo: https://github.com/pre-commit/mirrors-eslint
36-
rev: v8.2.0
36+
rev: v8.3.0
3737
hooks:
3838
- id: eslint
3939
files: \.js?$
4040
types: [file]
4141
- repo: https://github.com/psf/black
42-
rev: 21.10b0
42+
rev: 21.11b1
4343
hooks:
4444
- id: black
4545
language_version: python3

0 commit comments

Comments
 (0)