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 0634357 commit 512cd28Copy full SHA for 512cd28
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
---
2
repos:
3
- repo: https://github.com/psf/black
4
- rev: 24.4.2
+ rev: 24.10.0
5
hooks:
6
- id: black
7
language_version: python3.9
8
args:
9
- "--target-version"
10
- "py39"
11
- repo: https://github.com/PyCQA/flake8
12
- rev: "7.1.0"
+ rev: "7.1.1"
13
14
- id: flake8
15
args: ["--max-line-length", "110"]
@@ -18,12 +18,12 @@ repos:
18
19
- id: isort
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.16.0
+ rev: v3.18.0
22
23
- id: pyupgrade
24
args: [--py39-plus]
25
- repo: https://github.com/adamchainz/django-upgrade
26
- rev: 1.20.0
+ rev: 1.22.1
27
28
- id: django-upgrade
29
args: [--target-version, "4.2"]
0 commit comments