mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
arc: add linting for python files
This commit is contained in:
parent
046faba0eb
commit
ebfbfab668
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266959
1 changed files with 9 additions and 0 deletions
9
.arclint
Normal file
9
.arclint
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"linters": {
|
||||
"python": {
|
||||
"type": "pep8",
|
||||
"exclude": "(contrib)",
|
||||
"include": "(\\.py$)"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue