mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 23:37:14 +03:00
16 lines
329 B
TOML
16 lines
329 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
|
|
|
|
[tool.pyright]
|
|
# pythonPlatform = 'Darwin'
|