Skip to content

Commit

Permalink
Update pre-commit hooks versions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 1, 2021
1 parent 078937d commit a26683d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.19.4
hooks:
- id: pyupgrade
args:
- --py36-plus
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.6b0
hooks:
- id: black
files: \.py$
Expand All @@ -31,7 +31,7 @@ repos:
- flake8-implicit-str-concat
files: ^tests/
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.9.1
hooks:
- id: isort
args:
Expand All @@ -46,13 +46,13 @@ repos:
- -c
- .yamllint
- repo: https://github.com/mondeja/repo-stream
rev: v1.0.2
rev: v1.1.0
hooks:
- id: repo-stream
args:
- -config=https://github.com/mondeja/repo-stream-config
- -updater=upstream
- repo: https://github.com/mondeja/pre-commit-hooks
rev: v1.1.2
rev: v1.5.1
hooks:
- id: dev-extras-required

0 comments on commit a26683d

Please sign in to comment.