We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55076e2 commit 09b5fe9Copy full SHA for 09b5fe9
.pre-commit-config.yaml
@@ -22,24 +22,24 @@ repos:
22
- id: mixed-line-ending
23
24
- repo: https://github.com/pycqa/isort
25
- rev: 6.0.1
+ rev: 6.1.0
26
hooks:
27
- id: isort
28
29
- repo: https://github.com/adamchainz/django-upgrade
30
- rev: 1.28.0
+ rev: 1.29.0
31
32
- id: django-upgrade
33
args: [--target-version, "3.2"]
34
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.13.2
+ rev: v0.13.3
37
38
- id: ruff-check
39
# - id: ruff-format
40
41
- repo: https://github.com/tox-dev/pyproject-fmt
42
- rev: v2.6.0
+ rev: v2.7.0
43
44
- id: pyproject-fmt
45
0 commit comments