Added .arclint for arcanist linting PEP8 integration

This commit is contained in:
Markus Rosenstihl 2017-07-04 18:50:31 +02:00
parent 853b85ed46
commit 328d50fc43

9
.arclint Normal file
View File

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