We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2200e7 commit ddf1eb1Copy full SHA for ddf1eb1
1 file changed
pyproject.toml
@@ -73,7 +73,11 @@ line-ending = "auto"
73
[tool.pytest.ini_options]
74
testpaths = ["tests"]
75
python_files = ["test_*.py", "*_test.py"]
76
-addopts = ["-ra", "-q"]
+addopts = ["-ra"]
77
+filterwarnings = [
78
+ "ignore:Using extra keyword arguments on `Field` is deprecated:pydantic.warnings.PydanticDeprecatedSince20",
79
+]
80
+pythonpath = ["."]
81
82
[tool.pyright]
83
include = ["*.py", "models", "tests"]
0 commit comments