Skip to content

Commit bd372a1

Browse files
authored
Update pyproject.toml
Signed-off-by: David Osipov <[email protected]>
1 parent 8549868 commit bd372a1

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

pyproject.toml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,10 @@ python = ">=3.9,<4.0"
4545

4646
[project.optional-dependencies]
4747
memory_monitor = ["psutil == 7.0.0"]
48-
test = [
49-
"pytest >= 7.0",
50-
"pytest-cov >= 4.0",
51-
"pytest-xdist >= 3.0",
52-
"hypothesis >= 6.0"
53-
]
54-
docs = [
55-
"sphinx >= 7.0",
56-
"sphinx-rtd-theme >= 2.0",
57-
"myst-parser >= 2.0",
58-
"sphinx-copybutton >= 0.5",
59-
"sphinx-autodoc-typehints >= 2.0",
60-
]
6148
dev = [
6249
"black >= 24.0",
6350
"isort >= 5.10",
6451
"flake8 >= 7.0",
65-
"mypy >= 1.9",
66-
"pre-commit >= 3.6",
6752
"types-requests",
6853
"types-setuptools",
6954
"msgpack-types == 0.5.0"
@@ -116,30 +101,6 @@ known_first_party = ["feldman_vss"]
116101
line-length = 88
117102
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
118103

119-
[tool.mypy]
120-
python_version = "3.12.7"
121-
warn_unused_configs = true
122-
warn_redundant_casts = true
123-
warn_unused_ignores = true
124-
disallow_untyped_defs = true
125-
disallow_incomplete_defs = true
126-
check_untyped_defs = true
127-
no_implicit_optional = true
128-
strict_optional = true
129-
warn_return_any = true
130-
show_error_codes = true
131-
plugins = ["pydantic.mypy"]
132-
133-
[[tool.mypy.overrides]]
134-
module = [
135-
"gmpy2.*",
136-
"msgpack.*",
137-
"blake3.*",
138-
"pytest.*",
139-
"hypothesis.*",
140-
"sphinx.*",
141-
"psutil.*"
142-
]
143104
ignore_missing_imports = true
144105

145106
[tool.flake8]

0 commit comments

Comments
 (0)