freebsd-src/.arclint

10 lines
125 B
Plaintext
Raw Normal View History

2014-06-02 01:21:42 +01:00
{
"linters": {
"python": {
"type": "pep8",
"exclude": "(contrib)",
"include": "(\\.py$)"
}
}
}