10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
|
{
|
||
|
"linters": {
|
||
|
"sample": {
|
||
|
"type": "pep8",
|
||
|
"include": "(\\.py$)",
|
||
|
"exclude": "(^third-party/)"
|
||
|
}
|
||
|
}
|
||
|
}
|