Add support for extensions
Some checks failed
Test and build Docker image / docker (push) Failing after 3s
Some checks failed
Test and build Docker image / docker (push) Failing after 3s
This commit is contained in:
parent
64a116d947
commit
793f67db42
39 changed files with 3670 additions and 1309 deletions
|
|
@ -91,7 +91,7 @@ lint.ignore = [
|
|||
]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"tests/*" = ["assert", "undocumented-public-function", "magic-value-comparison"]
|
||||
"tests/*" = ["assert", "undocumented-public-function", "magic-value-comparison", "import-private-name"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-n 5 --dist loadfile -m \"not integration and not slow\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue