mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
lint: fix pyflakes
This commit is contained in:
parent
b1eb086259
commit
b2daf96284
1 changed files with 1 additions and 0 deletions
|
|
@ -605,6 +605,7 @@ def main():
|
|||
|
||||
if options.force_yamllint:
|
||||
import yamllint # throw error if it is not installed
|
||||
yamllint # make pyflakes ignore this
|
||||
|
||||
# only run yamllint when linting individual apps.
|
||||
if len(options.appid) > 0 or options.force_yamllint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue