mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00

This configuration is taken from the recommendation in https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length.
5 lines
81 B
INI
5 lines
81 B
INI
[flake8]
|
|
max-line-length = 88
|
|
select = C,E,F,W,B,B950
|
|
extend-ignore = E203, E501
|