Skip to content

Commit acc888b

Browse files
committed
.pre-commit-config.yaml: bumped deps
1 parent f68f5fb commit acc888b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: 'docs|migrations'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.1.0
5+
rev: v4.3.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
1313
- id: debug-statements
1414

1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.31.1
16+
rev: v2.34.0
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py37-plus]
@@ -32,12 +32,12 @@ repos:
3232
args: ['--settings-path=pyproject.toml']
3333

3434
- repo: https://github.com/psf/black
35-
rev: 22.3.0
35+
rev: 22.6.0
3636
hooks:
3737
- id: black
3838

3939
- repo: https://github.com/adamchainz/django-upgrade
40-
rev: 1.4.0
40+
rev: 1.7.0
4141
hooks:
4242
- id: django-upgrade
4343
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)