10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
{
|
|
"linters": {
|
|
"python": {
|
|
"type": "pep8",
|
|
"exclude": "(contrib)",
|
|
"include": "(\\.py$)"
|
|
}
|
|
}
|
|
}
|