update pytest configs

This commit is contained in:
Michael Yang
2024-01-19 13:17:42 -08:00
parent bf46f31936
commit bae245ea63
+3
View File
@@ -35,3 +35,6 @@ indent-style = "space"
[tool.ruff.lint]
select = ["E", "F", "B"]
ignore = ["E501"]
[tool.pytest.ini_options]
addopts = '--doctest-modules --ignore examples'