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 53380a7 commit 5372211Copy full SHA for 5372211
.pre-commit-config.yaml
@@ -47,7 +47,7 @@ repos:
47
- id: mdformat
48
49
- repo: https://github.com/asottile/pyupgrade
50
- rev: v3.2.2
+ rev: v3.3.0
51
hooks:
52
- id: pyupgrade
53
args: [--py38-plus]
@@ -61,7 +61,7 @@ repos:
61
stages: [manual]
62
63
- repo: https://github.com/john-hen/Flake8-pyproject
64
- rev: 1.2.1
+ rev: 1.2.2
65
66
- id: Flake8-pyproject
67
alias: flake8
@@ -70,7 +70,7 @@ repos:
70
71
72
- repo: https://github.com/pre-commit/mirrors-eslint
73
- rev: v8.28.0
+ rev: v8.29.0
74
75
- id: eslint
76
0 commit comments