Skip to content

Commit 3418f74

Browse files
fix: pre-commit uncommented
1 parent 85cb24d commit 3418f74

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

.pre-commit-config.yaml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@ repos:
44
hooks:
55
- id: trailing-whitespace
66
- 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+
]

0 commit comments

Comments
 (0)