Skip to content

Commit

Permalink
Update pre-commit hooks versions (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jul 28, 2022
1 parent 5bdc475 commit 8a0060a
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
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.34.0
hooks:
- id: pyupgrade
args:
- --py36-plus
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.6.0
hooks:
- id: black
files: \.py$
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v1.20.1
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/PyCQA/flake8
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
- -config=https://github.com/mondeja/repo-stream-config
- -updater=upstream
- repo: https://github.com/mondeja/pre-commit-hooks
rev: v1.5.2
rev: v1.8.0
hooks:
- id: root-editorconfig-required
- id: dev-extras-required
Expand Down

0 comments on commit 8a0060a

Please sign in to comment.