lint: ignore style D400,D415

This commit is contained in:
Casper da Costa-Luis 2021-03-04 18:28:54 +00:00
parent ed048af509
commit 8a374c79c4
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,9 @@ universal=1
max_line_length=88
exclude=.asv,.eggs,.tox,.ipynb_checkpoints,build,dist,.git,__pycache__
[pydocstyle]
add_ignore=D400,D415
[yapf]
coalesce_brackets=True
column_limit=88