We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a943e4c commit 20d421eCopy full SHA for 20d421e
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
# - id: check-hooks-apply
9
# - id: check-useless-excludes
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.6.0
+ rev: v5.0.0
12
hooks:
13
- id: check-added-large-files
14
args: [--maxkb=500]
@@ -30,7 +30,7 @@ repos:
30
31
- id: isort
32
- repo: https://github.com/psf/black
33
- rev: 24.8.0
+ rev: 24.10.0
34
35
- id: black
36
- repo: https://github.com/PyCQA/flake8
@@ -54,7 +54,7 @@ repos:
54
- id: pyupgrade
55
args: [--py38-plus]
56
- repo: https://github.com/adamchainz/django-upgrade
57
- rev: "1.20.0"
+ rev: "1.21.0"
58
59
- id: django-upgrade
60
args: [--target-version, "4.2"]
0 commit comments