2022-09-13 16:12:47 +00:00
|
|
|
[pytest]
|
|
|
|
addopts = --doctest-modules -s --tb=native
|
|
|
|
norecursedirs = build dist downloads other prolly_delete
|
|
|
|
asyncio_mode = strict
|
|
|
|
|
2022-09-11 20:57:15 +00:00
|
|
|
[pylama]
|
|
|
|
format = pylint
|
2022-09-13 16:12:47 +00:00
|
|
|
skip = */.tox/*,*/.env/*,build/*,*/downloads/*,other/*,prolly_delete/*
|
2022-09-11 20:57:15 +00:00
|
|
|
linters = pylint,pycodestyle,pydocstyle,pyflakes,mypy
|
|
|
|
ignore =
|
|
|
|
Z999,C0103,C0301,C0114,C0115,C0116,
|
|
|
|
Z999,D100,D101,D102,D103,D107,D202,D203,D212,D400,D401,D415,
|
|
|
|
Z999,E501,E1101,
|
|
|
|
Z999,R0901,R0902,R0903,R0193,R0912,R0913,R0914,R0915,
|
2022-09-13 07:46:37 +00:00
|
|
|
Z999,W0221,W0511,W1203
|
2022-09-11 20:57:15 +00:00
|
|
|
|
|
|
|
[pylama:tests/*]
|
|
|
|
ignore = C0114,C0116,D103,W0613
|
|
|
|
|
|
|
|
[pylama:*/__init__.py]
|
|
|
|
ignore = D104
|
|
|
|
|
|
|
|
[pylama:pylint]
|
|
|
|
generated_members=torch.*
|