8000 [pre-commit.ci] pre-commit autoupdate (#570) · gytdev/pyscript@571bb2b · GitHub
[go: up one dir, main page]

Skip to content

Commit 571bb2b

Browse files
[pre-commit.ci] pre-commit autoupdate (pyscript#570)
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.3.0 → v2.4.0](macisamuele/language-formatters-pre-commit-hooks@v2.3.0...v2.4.0) - [github.com/pre-commit/mirrors-eslint: v8.18.0 → v8.19.0](pre-commit/mirrors-eslint@v8.18.0...v8.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 91a09a0 commit 571bb2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- --skip=B201
2929

3030
- repo: https://github.com/psf/black
31-
rev: 22.3.0
31+
rev: 22.6.0
3232
hooks:
3333
- id: black
3434

@@ -51,7 +51,7 @@ repos:
5151
args: [--profile, black]
5252

5353
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
54-
rev: v2.3.0
54+
rev: v2.4.0
5555
hooks:
5656
- id: pretty-format-yaml
5757
args: [--autofix, --indent, '4']
@@ -65,7 +65,7 @@ repos:
6565
- --py310-plus
6666

6767
- repo: https://github.com/pre-commit/mirrors-eslint
68-
rev: v8.18.0
68+
rev: v8.19.0
6969
hooks:
7070
- id: eslint
7171
files: pyscriptjs/src/.*\.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)
0