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 1b148db commit 9057dfbCopy full SHA for 9057dfb
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
hooks:
17
- id: doc8
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.3.1
+ rev: v3.4.0
20
21
- id: pyupgrade
22
args: [--py38-plus]
@@ -46,7 +46,7 @@ repos:
46
args:
47
- --trailing-comma=es5
48
- repo: https://github.com/pre-commit/mirrors-eslint
49
- rev: v8.39.0
+ rev: v8.40.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.10.0
+ rev: 0.11.1
64
65
- id: pyproject-fmt
66
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments