mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
lint: fix pydocstyle
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user