Skip to content

Commit

Permalink
Merge pull request pytest-dev#4281 from asottile/bump_hooks
Browse files Browse the repository at this point in the history
Upgrade pyupgrade for crlf fixes (again)
  • Loading branch information
nicoddemus committed Oct 31, 2018
2 parents 0fea71a + af00367 commit 642521a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -29,7 +29,7 @@ repos:
- id: reorder-python-imports
args: ['--application-directories=.:src']
- repo: https://github.com/asottile/pyupgrade
rev: v1.10.0
rev: v1.10.1
hooks:
- id: pyupgrade
args: [--keep-percent-format]
Expand Down

0 comments on commit 642521a

Please sign in to comment.