vscode-python3/.flake8

4 lines
82 B
INI

[flake8]
max-line-length = 80
extend-select = B950
extend-ignore = E203,E501,E701