2022-09-13 16:12:47 +00:00
|
|
|
[pytest]
|
2022-10-15 00:21:38 +00:00
|
|
|
addopts = --doctest-modules -s --tb=native -v --durations=10
|
2022-09-15 02:40:50 +00:00
|
|
|
norecursedirs = build dist downloads other prolly_delete imaginairy/vendored
|
|
|
|
filterwarnings =
|
|
|
|
ignore::DeprecationWarning
|
|
|
|
ignore::UserWarning
|
|
|
|
|
2022-09-13 16:12:47 +00:00
|
|
|
|
2022-09-11 20:57:15 +00:00
|
|
|
[pylama]
|
|
|
|
format = pylint
|
2023-01-18 17:00:25 +00:00
|
|
|
skip = */.tox/*,*/.env/*,build/*,*/downloads/*,other/*,prolly_delete/*,downloads/*,imaginairy/vendored/*,testing_support/vastai_cli_official.py,.eggs/*
|
2023-01-09 04:45:58 +00:00
|
|
|
linters = pylint,pycodestyle,pyflakes,mypy
|
2022-09-11 20:57:15 +00:00
|
|
|
ignore =
|
2023-02-12 07:42:19 +00:00
|
|
|
Z999,C0103,C0201,C0301,C0302,C0114,C0115,C0116,C0415,
|
2022-12-20 09:43:04 +00:00
|
|
|
Z999,D100,D101,D102,D103,D105,D106,D107,D200,D202,D203,D205,D212,D400,D401,D406,D407,D413,D415,D417,
|
2023-01-21 21:23:48 +00:00
|
|
|
Z999,E203,E501,E1101,E1131,E1135,E1136,
|
2022-11-25 21:46:22 +00:00
|
|
|
Z999,R0901,R0902,R0903,R0904,R0193,R0912,R0913,R0914,R0915,R1702,
|
2023-01-09 04:45:58 +00:00
|
|
|
Z999,W0221,W0511,W0612,W0613,W0632,W1203
|
2022-09-11 20:57:15 +00:00
|
|
|
|
|
|
|
[pylama:tests/*]
|
2022-10-04 22:07:40 +00:00
|
|
|
ignore = C0104,C0114,C0116,D103,W0143,W0613
|
2022-09-11 20:57:15 +00:00
|
|
|
|
|
|
|
[pylama:*/__init__.py]
|
|
|
|
ignore = D104
|
|
|
|
|
|
|
|
[pylama:pylint]
|
|
|
|
generated_members=torch.*
|