Skip to content

Commit d1ef585

Browse files
committed
Update pre-commit hooks
1 parent 37f1e4d commit d1ef585

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: trailing-whitespace # trims trailing whitespace
66
args: [--markdown-linebreak-ext=md]
@@ -13,23 +13,23 @@ repos:
1313
- id: check-merge-conflict # check for files that contain merge conflict strings
1414

1515
- repo: https://github.com/adamchainz/django-upgrade
16-
rev: 1.7.0
16+
rev: 1.15.0
1717
hooks:
1818
- id: django-upgrade
1919
args: [--target-version, "3.2"]
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.37.1
22+
rev: v3.13.0
2323
hooks:
2424
- id: pyupgrade
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 5.10.1
27+
rev: 5.12.0
2828
hooks:
2929
- id: isort
3030
name: isort (python)
3131

3232
- repo: https://github.com/psf/black
33-
rev: 22.6.0
33+
rev: 23.9.1
3434
hooks:
3535
- id: black

0 commit comments

Comments
 (0)