1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-21 06:18:06 +00:00

Set max line length for flake8 to be an (arbitary) 120 chars

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2020-11-16 23:06:02 +00:00
parent f7982dfbe1
commit 809e4bdb1d
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173

View File

@ -3,3 +3,4 @@ linters:
shell: bash
phpcs:
flake8:
max-line-length: 120