mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
{
|
|
"linters": {
|
|
"python": {
|
|
"type": "pep8",
|
|
"exclude": "(contrib)",
|
|
"include": "(\\.py$)"
|
|
}
|
|
}
|
|
}
|