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 09b5fe9 commit ba33a9cCopy full SHA for ba33a9c
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ exclude: "migrations"
3
4
repos:
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.20.0
+ rev: v3.21.0
7
hooks:
8
- id: pyupgrade
9
args: ["--py37-plus"]
@@ -22,7 +22,7 @@ repos:
22
- id: mixed-line-ending
23
24
- repo: https://github.com/pycqa/isort
25
- rev: 6.1.0
+ rev: 7.0.0
26
27
- id: isort
28
@@ -33,13 +33,13 @@ repos:
33
args: [--target-version, "3.2"]
34
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.13.3
+ rev: v0.14.0
37
38
- id: ruff-check
39
# - id: ruff-format
40
41
- repo: https://github.com/tox-dev/pyproject-fmt
42
- rev: v2.7.0
+ rev: v2.10.0
43
44
- id: pyproject-fmt
45
0 commit comments