metrics/.arclint

10 lines
137 B
Plaintext

{
"exclude": "(^LICENSE|.gitignore)",
"linters": {
"python": {
"type": "flake8",
"exclude": "(\\.html$)"
}
}
}