Skip to content

Commit e46fbc2

Browse files
committed
upgrade usort to
1 parent 582d12a commit e46fbc2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,13 @@ repos:
1010
args: [--fix=lf]
1111
- id: end-of-file-fixer
1212

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-
2013
- repo: https://github.com/omnilib/ufmt
2114
rev: v1.3.0
2215
hooks:
2316
- id: ufmt
2417
additional_dependencies:
2518
- black == 21.9b0
26-
- usort == 0.6.4
19+
- usort == 1.0.0
2720

2821
- repo: https://gitlab.com/pycqa/flake8
2922
rev: 3.9.2

0 commit comments

Comments
 (0)