Add ANN002, and ANN003 rules
This commit is contained in:
parent
24233412af
commit
d673196671
6 changed files with 11 additions and 11 deletions
|
|
@ -126,7 +126,7 @@ select = [
|
|||
"N", # PEP8 naming
|
||||
"D", # Docstring checks
|
||||
"ERA001", # Commented out code!
|
||||
"ANN001",
|
||||
"ANN001", "ANN002", "ANN003",
|
||||
]
|
||||
|
||||
ignore = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue