Skip to content
Prev Previous commit
Next Next commit
Remove --mypy from addopts altogether
  • Loading branch information
rmccorm4 committed Nov 16, 2025
commit 73dfca4b7542a0bbab86e7a8019d108d3e2a39db
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ addopts = [
"--showlocals",
"--strict-markers",
"--strict-config",
"--mypy",
#"--mypy",
"--ignore-glob=*model.py",
"--ignore-glob=*vllm_integration*",
"--ignore-glob=*trtllm_integration*",
Expand Down Expand Up @@ -245,14 +245,12 @@ ignore_missing_imports = true

[tool.sphinx]

# extra-content-head
extra_content_head = [
'''
<script src="https://assets.adobedtm.com/5d4962a43b79/c1061d2c5e7b/launch-191c2462b890.min.js" ></script>
''',
]

#extra-content-footer
extra_content_footer = [
'''
<script type="text/javascript">if (typeof _satellite !== "undefined") {_satellite.pageBottom();}</script>
Expand Down