lint: fix pydocstyle
This commit is contained in:
parent
6aaac9149d
commit
2b7b79971d
3 changed files with 6 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ pydocstyle = "^6.1.1"
|
|||
flake8 = "^3.9.2"
|
||||
|
||||
[tool.pydocstyle]
|
||||
ignore = ["D203", "D204", "D212"]
|
||||
ignore = ["D200", "D203", "D204", "D212"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue