Skip to content

Commit

Permalink
Run pyupgrade first
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Apr 12, 2019
1 parent 2f2392e commit 98803de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v1.15.0
hooks:
- id: pyupgrade
- repo: https://github.com/asottile/add-trailing-comma
rev: v0.8.0
hooks:
Expand All @@ -13,7 +17,3 @@ repos:
rev: 3.7.7
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v1.15.0
hooks:
- id: pyupgrade

0 comments on commit 98803de

Please sign in to comment.