mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-10 10:45:46 +00:00
14 lines
238 B
INI
14 lines
238 B
INI
|
[flake8]
|
||
|
ignore = E252,W504,W503
|
||
|
max-line-length = 120
|
||
|
|
||
|
[mypy]
|
||
|
disallow_incomplete_defs = True
|
||
|
disallow_untyped_defs = True
|
||
|
|
||
|
warn_unused_ignores = True
|
||
|
warn_unused_configs = True
|
||
|
warn_redundant_casts = True
|
||
|
|
||
|
ignore_missing_imports = True
|