Skip to content

Commit 76fdd62

Browse files
committed
.pre-commit-config.yaml: bumped versions
1 parent 00d443e commit 76fdd62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: debug-statements
1414

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

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

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

0 commit comments

Comments
 (0)