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 e8588ac commit a4dc1c1Copy full SHA for a4dc1c1
.pre-commit-config.yaml
@@ -10,8 +10,6 @@ repos:
10
hooks:
11
- id: trailing-whitespace
12
- id: end-of-file-fixer
13
- - id: fix-encoding-pragma
14
- args: [--remove]
15
- id: check-yaml
16
language_version: python3
17
@@ -42,6 +40,11 @@ repos:
42
40
- id: pyupgrade
43
41
args: [--py37-plus]
44
+- repo: https://github.com/asottile/pyupgrade
+ rev: v3.20.0
45
+ hooks:
46
+ - id: pyupgrade
47
+
48
- repo: https://github.com/rhysd/actionlint
49
rev: v1.7.7
50
0 commit comments