mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Exclude build dir from mypy
This commit is contained in:
parent
8fae64f373
commit
b1c83ce189
|
@ -88,7 +88,8 @@ ignore_missing_imports = true
|
||||||
namespace_packages = false
|
namespace_packages = false
|
||||||
warn_unused_ignores = true
|
warn_unused_ignores = true
|
||||||
exclude = [
|
exclude = [
|
||||||
'^build_helpers\.py$'
|
'^build_helpers\.py$',
|
||||||
|
'^ft_client/build/.*$',
|
||||||
]
|
]
|
||||||
plugins = [
|
plugins = [
|
||||||
"sqlalchemy.ext.mypy.plugin"
|
"sqlalchemy.ext.mypy.plugin"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user