Add commented out code check to linters
This commit is contained in:
parent
04832892cc
commit
3019e13c80
2 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ select = [
|
|||
"NPY", # Numpy linting
|
||||
"N", # PEP8 naming
|
||||
# "D", # Docstring checks these may need to be added gradually
|
||||
"ERA001", # Commented out code!
|
||||
]
|
||||
|
||||
ignore = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue