Skip to content
Snippets Groups Projects
Commit a894d09b authored by Michał Kudela's avatar Michał Kudela
Browse files

Update ruff ignore list

parent 20aaf586
No related branches found
No related tags found
2 merge requests!262Duplicate typeScript tests to python,!230Implementation of the python wax interface
......@@ -96,7 +96,7 @@ ignore = [
"S101", # Use of assert detected; too restrictive
"S603", # `subprocess` call: check for execution of untrusted input; https://github.com/astral-sh/ruff/issues/4045
"ISC001", # Implicitly concatenated string literals on one line; disabled because conflicts with ruff formatter
"PLR2004", # Ignore "magic value used in comparison" warnings; explicit constants not always necessary in tests
]
[tool.ruff.lint.per-file-ignores]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment