Added some test endpoints and server configuration

This commit is contained in:
Donkie
2023-04-01 16:46:19 +02:00
parent c9b4705b28
commit 35fdd23ec0
6 changed files with 112 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ license = {text = "AGPL-3.0-only"}
[tool.ruff]
select = ["ALL"]
ignore = ["A003", "D101", "D104"]
ignore = ["A003", "D101", "D104", "S104"]
line-length = 120
target-version = "py39"