pyodide/.flake8

4 lines
82 B
Plaintext
Raw Normal View History

[flake8]
extend-ignore = E203, E402, E501, E731, E741, B950
select = C,E,F,W,B,B9