Skip to content

Commit 512cd28

Browse files
authored
Update pre-commit (#679)
1 parent 0634357 commit 512cd28

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
@@ -1,15 +1,15 @@
11
---
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 24.4.2
4+
rev: 24.10.0
55
hooks:
66
- id: black
77
language_version: python3.9
88
args:
99
- "--target-version"
1010
- "py39"
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: "7.1.0"
12+
rev: "7.1.1"
1313
hooks:
1414
- id: flake8
1515
args: ["--max-line-length", "110"]
@@ -18,12 +18,12 @@ repos:
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.16.0
21+
rev: v3.18.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py39-plus]
2525
- repo: https://github.com/adamchainz/django-upgrade
26-
rev: 1.20.0
26+
rev: 1.22.1
2727
hooks:
2828
- id: django-upgrade
2929
args: [--target-version, "4.2"]

0 commit comments

Comments
 (0)