Skip to content

Commit 42c2a9b

Browse files
committed
🔥 Remove the test configuration file
1 parent 249ad47 commit 42c2a9b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,4 @@ known-third-party = ["sqlmodel", "sqlalchemy", "pydantic", "fastapi"]
134134

135135
[tool.ruff.lint.pyupgrade]
136136
# Preserve types, even if a file imports `from __future__ import annotations`.
137-
keep-runtime-typing = true
138-
139-
[tool.pytest.ini_options]
140-
filterwarnings = [
141-
"always::DeprecationWarning",
142-
"ignore:.*:DeprecationWarning:typing_extensions"
143-
]
137+
keep-runtime-typing = true

0 commit comments

Comments
 (0)