This commit is contained in:
Qubasa
2023-10-23 22:34:43 +02:00
parent 8ff80b025c
commit 0be3dac289
19 changed files with 146 additions and 94 deletions

View File

@@ -41,6 +41,10 @@ ignore_missing_imports = true
module = "jsonschema.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "ipdb.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "pytest.*"
ignore_missing_imports = true
@@ -52,7 +56,7 @@ ignore_missing_imports = true
[tool.ruff]
line-length = 88
select = [ "E", "F", "I", "U", "N"]
select = [ "E", "F", "I", "N"]
ignore = [ "E501" ]
[tool.black]