Skip to content
Snippets Groups Projects
Commit d2e554a6 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Ignore R0917 pylint errors

parent 74e45def
Branches
No related tags found
No related merge requests found
Pipeline #260847 passed
......@@ -22,7 +22,7 @@ poethepoet = "^0.26.0"
tebege = "tebege.tebege:main"
[tool.poe.tasks]
lint_pylint = "pylint -d C0301,C0114,R0902,R0913 tebege"
lint_pylint = "pylint -d C0301,C0114,R0902,R0913,R0917 tebege"
lint_black = "black tebege --check"
lint_isort = "isort tebege --check"
lint = ["lint_pylint", "lint_black", "lint_isort"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment