Skip to content

Commit

Permalink
⬆️ UPGRADE: Autoupdate pre-commit config (#231)
Browse files Browse the repository at this point in the history
Co-authored-by: s-weigand <s-weigand@users.noreply.github.com>
  • Loading branch information
s-weigand and s-weigand committed Jun 14, 2021
1 parent 44984ec commit b731cfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.19.1
rev: v2.19.4
hooks:
- id: pyupgrade
args: [--py3-plus]
- repo: https://github.com/python/black
rev: 21.5b2
rev: 21.6b0
hooks:
- id: black
language_version: python3
Expand Down Expand Up @@ -52,12 +52,12 @@ repos:
additional_dependencies: [sphinx, rstcheck]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.8.0
rev: v1.9.0
hooks:
- id: rst-backticks

- repo: https://github.com/codespell-project/codespell
rev: v2.0.0
rev: v2.1.0
hooks:
- id: codespell
files: '.py|.rst'
Expand Down

0 comments on commit b731cfb

Please sign in to comment.