jellyfin-kodi/tox.ini

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
357 B
INI
Raw Normal View History

[flake8]
max-line-length = 9999
import-order-style = pep8
2024-06-10 15:33:51 +00:00
exclude = .git,.vscode
extend-ignore =
I202
2024-06-10 15:33:51 +00:00
E203
per-file-ignores =
*/__init__.py: F401
2021-10-19 13:34:32 +00:00
tests/test_imports.py: F401
[pytest]
minversion = 4.6
testpaths =
tests
[coverage:run]
source = .
2021-06-01 19:39:51 +00:00
omit =
tests/*
build.py
2020-10-05 04:27:07 +00:00
branch = True
command_line = -m pytest --junitxml=test.xml