17 lines
236 B
Plaintext
17 lines
236 B
Plaintext
{
|
|
"python_interpreter": "python3",
|
|
"autoformat_ignore":
|
|
[
|
|
"E309"
|
|
],
|
|
"pep8_ignore":
|
|
[
|
|
"E309",
|
|
"W503",
|
|
"W191",
|
|
"E303",
|
|
"E302",
|
|
"E501",
|
|
"E402"
|
|
],
|
|
} |