We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fa1d0 commit 0cff109Copy full SHA for 0cff109
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
hooks:
16
- id: doc8
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v2.38.0
+ rev: v3.1.0
19
20
- id: pyupgrade
21
args: [--py37-plus]
@@ -38,22 +38,22 @@ repos:
38
- id: rst-backticks
39
- id: rst-directive-colons
40
- repo: https://github.com/pre-commit/mirrors-prettier
41
- rev: v3.0.0-alpha.0
+ rev: v3.0.0-alpha.2
42
43
- id: prettier
44
types_or: [javascript, css]
45
args:
46
- --trailing-comma=es5
47
- repo: https://github.com/pre-commit/mirrors-eslint
48
- rev: v8.23.1
+ rev: v8.25.0
49
50
- id: eslint
51
files: \.js?$
52
types: [file]
53
54
- --fix
55
- repo: https://github.com/psf/black
56
- rev: 22.8.0
+ rev: 22.10.0
57
58
- id: black
59
language_version: python3
0 commit comments