Skip to content

Commit

Permalink
⬆️ UPGRADE: Autoupdate pre-commit config (#265)
Browse files Browse the repository at this point in the history
* ⬆️ UPGRADE: Autoupdate pre-commit config

* ⬆️ UPGRADE: Autoupdate pre-commit config

Co-authored-by: s-weigand <s-weigand@users.noreply.github.com>
  • Loading branch information
s-weigand and s-weigand committed Aug 31, 2021
1 parent bcc51a8 commit e360953
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 @@ -13,12 +13,12 @@ repos:
args: [--remove]

- repo: https://github.com/asottile/pyupgrade
rev: v2.23.3
rev: v2.25.0
hooks:
- id: pyupgrade
args: [--py3-plus]
- repo: https://github.com/python/black
rev: 21.7b0
rev: 21.8b0
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit e360953

Please sign in to comment.