File tree Expand file tree Collapse file tree 1 file changed +37
-37
lines changed Expand file tree Collapse file tree 1 file changed +37
-37
lines changed Original file line number Diff line number Diff line change 4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
7
- # - repo: https://github.com/astral-sh/ruff-pre-commit
8
- # rev: v0.11.7
9
- # hooks:
10
- # - id: ruff
11
- # - repo: https://github.com/pre-commit/mirrors-mypy
12
- # rev: v1.15.0
13
- # hooks:
14
- # - id: mypy
15
- # args: [--check-untyped-defs]
16
- # additional_dependencies:
17
- # [
18
- # # main dependencies
19
- # click,
20
- # datasets,
21
- # ftfy,
22
- # loguru,
23
- # numpy,
24
- # pillow,
25
- # pydantic,
26
- # pydantic_settings,
27
- # pyyaml,
28
- # respx,
29
- # rich,
30
- # setuptools,
31
- # setuptools-git-versioning,
32
- # transformers,
33
- #
34
- # # dev dependencies
35
- # pytest,
36
- # pydantic_settings,
37
- #
38
- # # types
39
- # types-click,
40
- # types-PyYAML,
41
- # types-requests,
42
- # types-toml,
43
- # ]
7
+ - repo : https://github.com/astral-sh/ruff-pre-commit
8
+ rev : v0.11.7
9
+ hooks :
10
+ - id : ruff
11
+ - repo : https://github.com/pre-commit/mirrors-mypy
12
+ rev : v1.15.0
13
+ hooks :
14
+ - id : mypy
15
+ args : [--check-untyped-defs]
16
+ additional_dependencies :
17
+ [
18
+ # main dependencies
19
+ click,
20
+ datasets,
21
+ ftfy,
22
+ loguru,
23
+ numpy,
24
+ pillow,
25
+ pydantic,
26
+ pydantic_settings,
27
+ pyyaml,
28
+ respx,
29
+ rich,
30
+ setuptools,
31
+ setuptools-git-versioning,
32
+ transformers,
33
+
34
+ # dev dependencies
35
+ pytest,
36
+ pydantic_settings,
37
+
38
+ # types
39
+ types-click,
40
+ types-PyYAML,
41
+ types-requests,
42
+ types-toml,
43
+ ]
You can’t perform that action at this time.
0 commit comments