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 d76fbb4 commit 2eda259Copy full SHA for 2eda259
pyproject.toml
@@ -95,6 +95,7 @@ pyspark = "3.5.3"
95
cython = "3.0.11"
96
deptry = ">=0.14,<0.22"
97
docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520
98
+# for mkdocs
99
mkdocs = "1.6.1"
100
griffe = "1.5.4"
101
jinja2 = "3.1.5"
@@ -106,6 +107,7 @@ mkdocs-gen-files = "0.5.0"
106
107
mkdocs-material = "9.5.49"
108
mkdocs-material-extensions = "1.3.1"
109
mkdocs-section-index = "0.3.9"
110
+
111
[[tool.mypy.overrides]]
112
module = "pytest_mock.*"
113
ignore_missing_imports = true
0 commit comments