mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-08 16:02:39 +01:00
14 lines
185 B
Text
14 lines
185 B
Text
|
{
|
||
|
"exclude": [
|
||
|
"(^externals/)",
|
||
|
"(\\.example$)"
|
||
|
],
|
||
|
"linters": {
|
||
|
"pep8": {
|
||
|
"type": "pep8",
|
||
|
"include": "(\\.py$)",
|
||
|
"exclude": "(^legacy/)"
|
||
|
}
|
||
|
}
|
||
|
}
|