Skip to content

Commit de977cb

Browse files
committed
Add pylint as dev dependency
1 parent 484b793 commit de977cb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ disable = [
2121
"too-many-statements",
2222
"broad-except",
2323
"redefined-outer-name",
24-
"import-error"
24+
"import-error",
25+
"no-else-return",
26+
"import-outside-toplevel",
27+
"subprocess-run-check",
28+
"simplifiable-if-statement",
29+
"too-many-return-statements",
30+
"global-variable-not-assigned"
2531
]
2632

2733
[tool.pylint.format]

0 commit comments

Comments
 (0)