1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00
freebsd/.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$)"
}
}
}