Compare commits

...

2 Commits

Author SHA1 Message Date
Bagatur
67242013a0 undo 2023-12-01 13:19:49 -08:00
Bagatur
fdca983ebd wip 2023-12-01 13:19:17 -08:00

View File

@@ -43,12 +43,21 @@ pytest-asyncio = "^0.21.1"
optional = true
dependencies = {}
[tool.ruff]
select = [
"E", # pycodestyle
"F", # pyflakes
"I", # isort
"D",
]
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.ruff.lint.per-file-ignores]
"**/tests/*" = [ "D" ]
[tool.mypy]
disallow_untyped_defs = "True"