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 a356bcc commit f38738dCopy full SHA for f38738d
1 file changed
.pre-commit-config.yaml
@@ -49,7 +49,7 @@ repos:
49
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
50
51
- repo: https://github.com/asottile/pyupgrade
52
- rev: v3.2.2
+ rev: v3.3.0
53
hooks:
54
- id: pyupgrade
55
args: [--py38-plus]
@@ -72,7 +72,7 @@ repos:
72
stages: [manual]
73
74
- repo: https://github.com/john-hen/Flake8-pyproject
75
- rev: 1.2.1
+ rev: 1.2.2
76
77
- id: Flake8-pyproject
78
alias: flake8
@@ -81,7 +81,7 @@ repos:
81
82
83
- repo: https://github.com/pre-commit/mirrors-eslint
84
- rev: v8.28.0
+ rev: v8.29.0
85
86
- id: eslint
87
0 commit comments