mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
{
|
|
"linters": {
|
|
"python": {
|
|
"type": "pep8",
|
|
"exclude": "(contrib)",
|
|
"include": "(\\.py$)"
|
|
}
|
|
}
|
|
}
|