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 Aug 24, 2021
1 parent 9cf800b commit 7dc93e4
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,7 +19,7 @@ repos:
- id: isort
name: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.23.3
rev: v2.24.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -28,7 +28,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/pylint
rev: v2.9.5
rev: v2.10.2
hooks:
- id: pylint
args: [--rcfile=.pylintrc]
Expand Down

0 comments on commit 7dc93e4

Please sign in to comment.