Chnge docstring tester from Doc to D as Doc has no effect
This commit is contained in:
parent
1c54d25212
commit
04832892cc
2 changed files with 2 additions and 6 deletions
|
|
@ -115,9 +115,7 @@ select = [
|
|||
"C90", # McCabe complexity!
|
||||
"NPY", # Numpy linting
|
||||
"N", # PEP8 naming
|
||||
# "DOC", # Enforce argument, return, and raise to be mentioned in docstrings there is
|
||||
# also "D" but this even warns about docstring punctuation. Perhaps a step too
|
||||
# far?
|
||||
# "D", # Docstring checks these may need to be added gradually
|
||||
]
|
||||
|
||||
ignore = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue