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 582d12a commit e46fbc2Copy full SHA for e46fbc2
.pre-commit-config.yaml
@@ -10,20 +10,13 @@ repos:
10
args: [--fix=lf]
11
- id: end-of-file-fixer
12
13
- # - repo: https://github.com/asottile/pyupgrade
14
- # rev: v2.29.0
15
- # hooks:
16
- # - id: pyupgrade
17
- # args: [--py36-plus]
18
- # name: Upgrade code
19
-
20
- repo: https://github.com/omnilib/ufmt
21
rev: v1.3.0
22
hooks:
23
- id: ufmt
24
additional_dependencies:
25
- black == 21.9b0
26
- - usort == 0.6.4
+ - usort == 1.0.0
27
28
- repo: https://gitlab.com/pycqa/flake8
29
rev: 3.9.2
0 commit comments