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:
name: flake8
options:
max_line_length: 120
max-line-length: 120
options:
sudo: True