Update python dependencies and ruff/black versions

This commit is contained in:
Donkie
2025-03-16 21:33:08 +01:00
parent 92065fd8df
commit 70ea7ad414
9 changed files with 295 additions and 273 deletions

View File

@@ -60,7 +60,6 @@ select = [
"ALL",
]
ignore = [
"ANN101",
"A003",
"D101",
"D104",
@@ -85,6 +84,7 @@ ignore = [
[tool.ruff.lint.per-file-ignores]
"tests*/*" = [
"ANN201",
"ASYNC210",
"S101",
"PLR2004",
"D103",