mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
pylint: Reenable R1723 no-else-break
* R1723: Unnecessary "elif" after "break", remove the leading "el" from "elif" (no-else-break)
This commit is contained in:
parent
abc752314b
commit
1fbfae355a
3 changed files with 2 additions and 3 deletions
|
@ -67,7 +67,6 @@ disable = [
|
|||
"missing-class-docstring",
|
||||
"missing-function-docstring",
|
||||
"missing-module-docstring",
|
||||
"no-else-break",
|
||||
"no-else-continue",
|
||||
"no-else-raise",
|
||||
"no-else-return",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue