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 6703c90 commit 54b1e6fCopy full SHA for 54b1e6f
.pre-commit-config.yaml
@@ -66,6 +66,13 @@ repos:
66
# Intentionally not run on helpers/python (support very old versions)
67
exclude: completions/
68
69
+ - repo: https://github.com/asottile/pyupgrade
70
+ rev: v2.7.1
71
+ hooks:
72
+ - id: pyupgrade
73
+ args: [--py3-plus, --keep-percent-format]
74
+ exclude: completions/
75
+
76
- repo: https://github.com/perltidy/perltidy
77
rev: "20200619"
78
hooks:
extra/make-changelog.py
@@ -1,5 +1,4 @@
1
#!/usr/bin/python3
2
-# -*- encoding: utf-8 -*-
3
4
import sys
5
from collections import defaultdict
0 commit comments