mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
add configs for switching platforms
This commit is contained in:
parent
bff6175ee7
commit
f160acfe57
@ -2,3 +2,4 @@
|
|||||||
follow_imports = skip
|
follow_imports = skip
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
scripts_are_modules = True
|
scripts_are_modules = True
|
||||||
|
; platform = darwin
|
||||||
|
@ -3,10 +3,13 @@ max_line_length = 120
|
|||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
multi_line_output = 5
|
multi_line_output = 5
|
||||||
line_length = 119
|
line_length = 119
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
testpaths = ["tests"] # Search for tests in tests/
|
testpaths = ["tests"] # Search for tests in tests/
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
omit = ["venv/*"] # when running pytest --cov, dont report coverage in venv directories
|
omit = ["venv/*"] # when running pytest --cov, dont report coverage in venv directories
|
||||||
|
|
||||||
|
[tool.pyright]
|
||||||
|
# pythonPlatform = 'Darwin'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user