python-damaris/.arclint

10 lines
131 B
Plaintext
Raw Permalink Normal View History

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