Files
ETPlot/.vscode/settings.json
T

6 lines
99 B
JSON

{
"flake8.args": [
"--max-line-length=120",
"--ignore=W293,E123,W503",
],
}