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 a6ed22d commit caa1206Copy full SHA for caa1206
.pre-commit-config.yaml
@@ -15,13 +15,13 @@ repos:
15
args: ["--py39-plus"]
16
17
- repo: https://github.com/adamchainz/django-upgrade
18
- rev: "1.22.2"
+ rev: "1.23.1"
19
hooks:
20
- id: django-upgrade
21
args: [--target-version, "4.2"]
22
23
- repo: https://github.com/PyCQA/flake8
24
- rev: 7.1.1
+ rev: 7.1.2
25
26
- id: flake8
27
additional_dependencies:
@@ -33,6 +33,6 @@ repos:
33
- flake8-logging-format
34
35
- repo: https://github.com/tox-dev/pyproject-fmt
36
- rev: v2.5.0
+ rev: v2.5.1
37
38
- id: pyproject-fmt
0 commit comments