Skip to content

Commit

Permalink
Merge pull request #184 from jazzband/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
valberg authored Apr 27, 2022
2 parents 8029a22 + 8a3b702 commit 045dc4d
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
Expand Up @@ -7,7 +7,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-ast
- id: check-merge-conflict
Expand Down Expand Up @@ -37,14 +37,14 @@ repos:
- --application-directories=.:src
exclude: migrations/
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.32.0
hooks:
- id: pyupgrade
args:
- --py37-plus
exclude: migrations/
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.4.0
rev: 1.5.0
hooks:
- id: django-upgrade
args:
Expand All @@ -54,10 +54,10 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.2.2
rev: v2.2.3
hooks:
- id: add-trailing-comma
- repo: https://github.com/hadialqattan/pycln
rev: v1.2.5
rev: v1.3.1
hooks:
- id: pycln

0 comments on commit 045dc4d

Please sign in to comment.