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

ruff: ignore trailing comma in code

parent 1530c14f
No related branches found
No related tags found
2 merge requests!72Feature/ignore trailing comma,!71Publish LSO version 1.0
......@@ -31,6 +31,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.
Please register or to comment