Files
2025-04-25 14:57:52 +02:00

10 lines
131 B
Plaintext

{
"linters": {
"sample": {
"type": "pep8",
"include": "(\\.py$)",
"exclude": "(^third-party/)"
}
}
}