We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf1629 commit eb649e5Copy full SHA for eb649e5
1 file changed
.pre-commit-config.yaml
@@ -10,12 +10,16 @@ repos:
10
- id: check-merge-conflict
11
- id: check-yaml
12
- id: end-of-file-fixer
13
- - id: fix-encoding-pragma
14
- id: mixed-line-ending
15
- id: no-commit-to-branch
16
args: [--branch, main]
17
- id: trailing-whitespace
18
args: [--markdown-linebreak-ext=md]
+ - repo: https://github.com/asottile/pyupgrade
19
+ rev: v3.16.0
20
+ hooks:
21
+ - id: pyupgrade
22
+ args: ['--py36-plus']
23
- repo: https://github.com/python/black
24
rev: 24.4.2
25
hooks:
0 commit comments