1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 15:27:14 +03:00

add configs for switching platforms

This commit is contained in:
A_D 2022-01-24 14:19:18 +02:00
parent bff6175ee7
commit f160acfe57
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4
2 changed files with 6 additions and 2 deletions

View File

@ -2,3 +2,4 @@
follow_imports = skip
ignore_missing_imports = True
scripts_are_modules = True
; platform = darwin

View File

@ -3,10 +3,13 @@ max_line_length = 120
[tool.isort]
multi_line_output = 5
line_length = 119
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
omit = ["venv/*"] # when running pytest --cov, dont report coverage in venv directories
[tool.pyright]
# pythonPlatform = 'Darwin'