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 adca1bb commit 9417ff2Copy full SHA for 9417ff2
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.0.1
+ rev: v4.1.0
13
hooks:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
@@ -23,7 +23,7 @@ repos:
23
- id: detect-private-key
24
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v2.29.0
+ rev: v2.31.0
27
28
- id: pyupgrade
29
args: [--py37-plus]
@@ -35,7 +35,7 @@ repos:
35
)$
36
37
- repo: https://github.com/asottile/yesqa
38
- rev: v1.2.3
+ rev: v1.3.0
39
40
- id: yesqa
41
name: Unused noqa
0 commit comments