mirror of https://github.com/tqdm/tqdm.git
lint: ignore style D400,D415
This commit is contained in:
parent
ed048af509
commit
8a374c79c4
|
@ -96,6 +96,9 @@ universal=1
|
||||||
max_line_length=88
|
max_line_length=88
|
||||||
exclude=.asv,.eggs,.tox,.ipynb_checkpoints,build,dist,.git,__pycache__
|
exclude=.asv,.eggs,.tox,.ipynb_checkpoints,build,dist,.git,__pycache__
|
||||||
|
|
||||||
|
[pydocstyle]
|
||||||
|
add_ignore=D400,D415
|
||||||
|
|
||||||
[yapf]
|
[yapf]
|
||||||
coalesce_brackets=True
|
coalesce_brackets=True
|
||||||
column_limit=88
|
column_limit=88
|
||||||
|
|
Loading…
Reference in New Issue