-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
27 lines (22 loc) · 785 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[pytest]
addopts = --doctest-modules -s --tb=native -v --durations=10
norecursedirs = demo_projects excluded
filterwarnings =
ignore::DeprecationWarning
ignore::UserWarning
[pylama]
format = pylint
skip = */.tox/*,*/.env/*,build/*,*/downloads/*,excluded/*,demo_projects/*,build
linters = pylint,pycodestyle,pydocstyle,pyflakes,mypy
ignore =
Z999,C0103,C0301,C0302,C0114,C0115,C0116,
Z999,D100,D101,D102,D103,D105,D106,D107,D200,D202,D203,D205,D212,D400,D401,D406,D407,D413,D415,
Z999,E203,E501,E1101,
Z999,R0901,R0902,R0903,R0904,R0193,R0912,R0913,R0914,R0915,R1702,
Z999,W0221,W291,W293,W0511,W0612,W0613,W1203
[pylama:tests/*]
ignore = C0104,C0114,C0116,D103,W0143,W0613
[pylama:*/__init__.py]
ignore = D104
[pylint]
extension-pkg-allow-list = orjson