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 2b02e1b commit 6306d5bCopy full SHA for 6306d5b
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ exclude: "migrations"
3
4
repos:
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.19.1
+ rev: v3.20.0
7
hooks:
8
- id: pyupgrade
9
args: ["--py37-plus"]
@@ -38,13 +38,13 @@ repos:
38
args: [--target-version, "3.2"]
39
40
- repo: https://github.com/astral-sh/ruff-pre-commit
41
- rev: v0.11.10
+ rev: v0.11.11
42
hooks: # Format before linting
43
# - id: ruff-format
44
- id: ruff
45
46
- repo: https://github.com/tox-dev/pyproject-fmt
47
- rev: v2.5.1
+ rev: v2.6.0
48
49
- id: pyproject-fmt
50
0 commit comments