Skip to content

Commit

Permalink
⬆️ UPGRADE: Autoupdate pre-commit config (#249)
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 Jul 24, 2021
1 parent 9b4c094 commit fbaaf1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -13,12 +13,12 @@ repos:
args: [--remove]

- repo: https://github.com/asottile/pyupgrade
rev: v2.20.0
rev: v2.21.2
hooks:
- id: pyupgrade
args: [--py3-plus]
- repo: https://github.com/python/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black
language_version: python3
Expand All @@ -31,7 +31,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
rev: 5.9.1
rev: 5.9.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/pydocstyle
Expand Down

0 comments on commit fbaaf1a

Please sign in to comment.