pylast/setup.cfg

10 lines
109 B
INI

[bdist_wheel]
universal = 1
[flake8]
ignore = W503
max_line_length = 88
[pycodestyle]
max_line_length = 88