mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 17:00:23 +00:00
Exclude build dir from mypy
This commit is contained in:
@@ -88,7 +88,8 @@ ignore_missing_imports = true
|
||||
namespace_packages = false
|
||||
warn_unused_ignores = true
|
||||
exclude = [
|
||||
'^build_helpers\.py$'
|
||||
'^build_helpers\.py$',
|
||||
'^ft_client/build/.*$',
|
||||
]
|
||||
plugins = [
|
||||
"sqlalchemy.ext.mypy.plugin"
|
||||
|
||||
Reference in New Issue
Block a user