python-damaris/.arclint
2017-07-04 18:50:31 +02:00

10 lines
131 B
Plaintext

{
"linters": {
"sample": {
"type": "pep8",
"include": "(\\.py$)",
"exclude": "(^third-party/)"
}
}
}