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 28f05a2 commit 948f0faCopy full SHA for 948f0fa
.pre-commit-config.yaml
@@ -46,15 +46,15 @@ repos:
46
args:
47
- --trailing-comma=es5
48
- repo: https://github.com/pre-commit/mirrors-eslint
49
- rev: v8.36.0
+ rev: v8.37.0
50
hooks:
51
- id: eslint
52
files: \.js?$
53
types: [file]
54
55
- --fix
56
- repo: https://github.com/psf/black
57
- rev: 23.1.0
+ rev: 23.3.0
58
59
- id: black
60
language_version: python3
@@ -64,6 +64,6 @@ repos:
64
65
- id: pyproject-fmt
66
- repo: https://github.com/abravalheri/validate-pyproject
67
- rev: v0.12.1
+ rev: v0.12.2
68
69
- id: validate-pyproject
0 commit comments