1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-20 18:09:51 +00:00

flake8 configuration: allow whitespace around colons

This commit is contained in:
Lars Kruse 2019-12-18 00:23:09 +01:00
parent 6abc523a58
commit 73f885e382

View file

@ -1,2 +1,3 @@
[flake8]
ignore = W503, E203
max-line-length = 99