freebsd-dev/.arclint

10 lines
125 B
Plaintext
Raw Normal View History

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