mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
ed57563e8b
* Convert to use poetry and pyproject.toml, update README * add some resources for contributors * minor adjustments * ci: separate tests from linting, run using poetry * add pytest-mock to dev requirements * combine running tests and reporting to codecov * generate both xml and html coverage reports * add codecov to dev dependencies
9 lines
249 B
INI
9 lines
249 B
INI
[flake8]
|
|
exclude = .git,.tox,__pycache__,kasa/tests/newfakes.py,kasa/tests/test_fixtures.py
|
|
max-line-length = 88
|
|
per-file-ignores =
|
|
kasa/tests/*.py:D100,D101,D102,D103,D104
|
|
setup.py:D100
|
|
ignore = D105, D107, E203, E501, W503
|
|
max-complexity = 18
|