File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
types : [python]
@@ -13,24 +13,24 @@ repos:
13
13
- id : end-of-file-fixer
14
14
- id : trailing-whitespace
15
15
- repo : https://github.com/igorshubovych/markdownlint-cli
16
- rev : v0.38 .0
16
+ rev : v0.39 .0
17
17
hooks :
18
18
- id : markdownlint
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
20
# Ruff version.
21
- rev : ' v0.1.11 '
21
+ rev : ' v0.3.7 '
22
22
hooks :
23
23
- id : ruff
24
24
- repo : https://github.com/psf/black
25
- rev : 23.12.1
25
+ rev : 24.4.0
26
26
hooks :
27
27
- id : black
28
28
args :
29
29
- " --line-length"
30
30
- " 119"
31
31
exclude : ^django_fsm_log/migrations|^docs/
32
32
- repo : https://github.com/adamchainz/django-upgrade
33
- rev : " 1.15 .0"
33
+ rev : " 1.16 .0"
34
34
hooks :
35
35
- id : django-upgrade
36
36
args : [--target-version, "3.2"]
You can’t perform that action at this time.
0 commit comments