File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,36 +3,36 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.4 .0
6
+ rev : v6.0 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
10
10
- id : check-toml
11
11
- id : check-yaml
12
12
13
13
- repo : https://github.com/adamchainz/django-upgrade
14
- rev : 1.13 .0
14
+ rev : 1.28 .0
15
15
hooks :
16
16
- id : django-upgrade
17
17
language_version : python3.8
18
18
args : [--target-version, "3.2"]
19
19
20
- - repo : https://github.com/charliermarsh /ruff-pre-commit
21
- rev : v0.0.262
20
+ - repo : https://github.com/astral-sh /ruff-pre-commit
21
+ rev : v0.13.1
22
22
hooks :
23
23
- id : ruff
24
24
alias : autoformat
25
25
args : ["--fix"]
26
26
27
27
- repo : https://github.com/psf/black
28
- rev : 23.3 .0
28
+ rev : 25.9 .0
29
29
hooks :
30
30
- id : black
31
31
language_version : python3.8
32
32
args : [--target-version, "py37"]
33
33
34
34
- repo : https://github.com/pre-commit/mirrors-prettier
35
- rev : v3 .0.0-alpha.9-for-vscode
35
+ rev : v4 .0.0-alpha.8
36
36
hooks :
37
37
- id : prettier
38
38
# lint the following with prettier:
You can’t perform that action at this time.
0 commit comments