We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75da65c commit 14c5d51Copy full SHA for 14c5d51
.pre-commit-config.yaml
@@ -39,14 +39,14 @@ repos:
39
- id: rst-backticks
40
- id: rst-directive-colons
41
- repo: https://github.com/pre-commit/mirrors-prettier
42
- rev: v3.0.0-alpha.6
+ rev: v3.0.0-alpha.9-for-vscode
43
hooks:
44
- id: prettier
45
types_or: [javascript, css]
46
args:
47
- --trailing-comma=es5
48
- repo: https://github.com/pre-commit/mirrors-eslint
49
- rev: v8.38.0
+ rev: v8.39.0
50
51
- id: eslint
52
files: \.js?$
@@ -60,7 +60,7 @@ repos:
60
language_version: python3
61
entry: black --target-version=py38
62
- repo: https://github.com/tox-dev/pyproject-fmt
63
- rev: 0.9.2
+ rev: 0.10.0
64
65
- id: pyproject-fmt
66
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments