We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e354b27 commit 30eeadfCopy full SHA for 30eeadf
pyproject.toml
@@ -68,6 +68,22 @@ branch = true
68
omit = ["*_test.py", "*/test/*", "*/tests/*"]
69
source = ["src"]
70
71
+[tool.deptry.package_module_name_map]
72
+# map package name to import name
73
+# Making this explicit suppresses deptry notices
74
+coloredlogs = "coloredlogs"
75
+mkdocs = "mkdocs"
76
+mkdocs-material = "mkdocs_material"
77
+mkdocstrings = "mkdocstrings"
78
+mypy = "mypy"
79
+pre-commit = "pre_commit"
80
+pytest = "pytest"
81
+pytest-cov = "pytest_cov"
82
+pyyaml = "yaml"
83
+ruff = "ruff"
84
+tox-uv = "tox_uv"
85
+ty = "ty"
86
+
87
# https://docs.pytest.org/en/6.2.x/customize.html#pyproject-toml
88
[tool.pytest.ini_options]
89
addopts = "-s -v -x --strict-markers -m 'not extra' --doctest-modules --cov=src"
0 commit comments