Skip to content

Commit 14c5d51

Browse files
pre-commit-ci[bot]tim-schilling
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode) - [github.com/pre-commit/mirrors-eslint: v8.38.0 → v8.39.0](pre-commit/mirrors-eslint@v8.38.0...v8.39.0) - [github.com/tox-dev/pyproject-fmt: 0.9.2 → 0.10.0](tox-dev/pyproject-fmt@0.9.2...0.10.0)
1 parent 75da65c commit 14c5d51

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
@@ -39,14 +39,14 @@ repos:
3939
- id: rst-backticks
4040
- id: rst-directive-colons
4141
- repo: https://github.com/pre-commit/mirrors-prettier
42-
rev: v3.0.0-alpha.6
42+
rev: v3.0.0-alpha.9-for-vscode
4343
hooks:
4444
- id: prettier
4545
types_or: [javascript, css]
4646
args:
4747
- --trailing-comma=es5
4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.38.0
49+
rev: v8.39.0
5050
hooks:
5151
- id: eslint
5252
files: \.js?$
@@ -60,7 +60,7 @@ repos:
6060
language_version: python3
6161
entry: black --target-version=py38
6262
- repo: https://github.com/tox-dev/pyproject-fmt
63-
rev: 0.9.2
63+
rev: 0.10.0
6464
hooks:
6565
- id: pyproject-fmt
6666
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)