1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 23:37: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

@ -10,3 +10,6 @@ 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'