Skip to content
Snippets Groups Projects
Verified Commit 02d70cb8 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

ruff: ignore COM812

parent ad025703
No related branches found
No related tags found
1 merge request!128Feature/use conditionals
......@@ -32,6 +32,7 @@ extend-exclude = [
"docs",
]
ignore = [
"COM812",
"D203",
"D213",
"N805",
......
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