Skip to content

Commit 3067e0c

Browse files
committed
fix: config
1 parent 466f8af commit 3067e0c

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

.mypy.ini

Lines changed: 0 additions & 6 deletions
This file was deleted.

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,18 @@ docs = [
4545
"mkdocstrings-python>=1.16.12",
4646
"pymdown-extensions>=10.15",
4747
]
48+
49+
[tool.pytest.ini_options]
50+
python_files = ["test_*.py", "*_test.py"]
51+
filterwarnings = ["ignore::DeprecationWarning"]
52+
pythonpath = ["src"]
53+
addopts = [
54+
"--import-mode=importlib",
55+
]
56+
57+
[tool.mypy]
58+
python_version = "3.13"
59+
warn_return_any = true
60+
warn_unused_configs = true
61+
disallow_untyped_defs = true
62+
strict_optional = true

pytest.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)