fix flake8 option
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-09-18 16:14:59 +02:00
parent a8e84c4b1b
commit 5998bb7582

View File

@ -21,6 +21,6 @@ verifier:
lint: lint:
name: flake8 name: flake8
options: options:
max_line_length: 120 max-line-length: 120
options: options:
sudo: True sudo: True