Skip to content
Snippets Groups Projects
Commit c94d5e91 authored by Ahmed Ilyas's avatar Ahmed Ilyas
Browse files

Merge branch 'lint-fix-example' into 'develop'

Ignore linting in example

See merge request !2168
parents 23d733f9 551d5654
No related branches found
No related tags found
1 merge request!2168Ignore linting in example
Pipeline #223922 passed
......@@ -65,18 +65,7 @@ indent-width = 4
[tool.ruff.lint]
select = [
# pycodestyle
"E",
# Pyflakes
"F",
# pyupgrade
"UP",
# isort
"I",
# pylint
"PL",
]
select = []
ignore = [
"F403", # 'from module import *' used; unable to detect undefined names
......
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