Files
Rasmus Wriedt Larsen 94a03d73a3 Python: CG trace: blackify
And make code pass flake8 tests
2020-07-17 13:49:25 +02:00

7 lines
256 B
INI

# As described in https://github.com/psf/black/blob/master/docs/compatible_configs.md#flake8
# and https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length
[flake8]
max-line-length = 88
select = C,E,F,W,B,B950
ignore = E203, E501, W503