File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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 : 24.10 .0
24
24
hooks :
25
25
- id : black
26
26
language_version : python3.11
@@ -34,13 +34,13 @@ repos:
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.3.0
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.14.1 "
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.17 .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