mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
12 lines
279 B
TOML
12 lines
279 B
TOML
[tool.autopep8]
|
|
max_line_length = 120
|
|
|
|
[tool.isort]
|
|
multi_line_output = 5
|
|
line_length = 119
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests"] # Search for tests in tests/
|
|
|
|
[tool.coverage.run]
|
|
omit = ["venv/*"] # when running pytest --cov, dont report coverage in venv directories |