Skip to content

Commit

Permalink
⬆️ UPGRADE: Autoupdate pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Jul 12, 2021
1 parent d32022c commit a3ee747
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 @@ -14,12 +14,12 @@ repos:
exclude: ^requirements-dev\.txt$
- id: trailing-whitespace
- repo: https://github.com/PyCQA/isort
rev: 5.9.1
rev: 5.9.2
hooks:
- id: isort
name: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.20.0
rev: v2.21.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit a3ee747

Please sign in to comment.