Skip to content

Commit

Permalink
Upgrade pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 30, 2018
1 parent 46ec0ec commit b17e6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ repos:
- id: flake8
language_version: python3
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.3.2
rev: v1.3.3
hooks:
- id: reorder-python-imports
args: ['--application-directories=.:src']
- repo: https://github.com/asottile/pyupgrade
rev: v1.8.0
rev: v1.10.0
hooks:
- id: pyupgrade
args: [--keep-percent-format]
Expand Down

0 comments on commit b17e6ce

Please sign in to comment.