mirror of
https://github.com/lubuntu-team/metrics.git
synced 2025-02-13 07:27:03 +00:00
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
{
|
|
"exclude": "(^LICENSE|.gitignore)",
|
|
"linters": {
|
|
"python": {
|
|
"type": "flake8",
|
|
"exclude": "(\\.html$)"
|
|
}
|
|
}
|
|
}
|