File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
default_install_hook_types : [pre-commit]
2
- default_stages : [commit, push]
2
+ default_stages : [pre- commit, pre- push]
3
3
default_language_version :
4
4
python : python3.11
5
5
ci :
13
13
submodules : false
14
14
repos :
15
15
- repo : https://github.com/pre-commit/pre-commit-hooks
16
- rev : v4.5 .0
16
+ rev : v5.0 .0
17
17
hooks :
18
18
- id : check-yaml
19
19
- id : end-of-file-fixer
20
20
- id : trailing-whitespace
21
21
files : ^backend/
22
22
- repo : https://github.com/psf/black
23
- rev : 24.3 .0
23
+ rev : 25.1 .0
24
24
hooks :
25
25
- id : black
26
26
language_version : python3.11
27
27
args :
28
28
- --config=backend/pyproject.toml
29
29
- repo : https://github.com/pycqa/isort
30
- rev : 5.13.2
30
+ rev : 6.0.0
31
31
hooks :
32
32
- id : isort
33
33
name : isort (python)
34
34
args :
35
35
- --settings-path=backend/pyproject.toml
36
36
- repo : https://github.com/codespell-project/codespell
37
- rev : v2.2.6
37
+ rev : v2.4.1
38
38
hooks :
39
39
- id : codespell
40
40
additional_dependencies :
41
41
- tomli
42
42
- repo : https://github.com/pre-commit/mirrors-mypy
43
- rev : " v1.9 .0"
43
+ rev : " v1.15 .0"
44
44
hooks :
45
45
- id : mypy
46
46
args :
52
52
files : \.[jt]sx?$
53
53
types_or : [css, javascript]
54
54
- repo : https://github.com/pre-commit/mirrors-eslint
55
- rev : " v9.0.0-rc .0"
55
+ rev : " v9.20 .0"
56
56
hooks :
57
57
- id : eslint
58
58
files : \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
You can’t perform that action at this time.
0 commit comments