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 19, 2021
1 parent a968a9b commit bc2c24a
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 @@ -19,12 +19,12 @@ repos:
- id: isort
name: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.21.0
rev: v2.21.2
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black
- repo: https://github.com/PyCQA/pylint
Expand Down

0 comments on commit bc2c24a

Please sign in to comment.