[go: up one dir, main page]

Menu

[dfe9bc]: / .mypy.ini  Maximize  Restore  History

Download this file

15 lines (11 with data), 296 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
[mypy]
exclude = .git/|.github/|build/|debian/|scripts/
allow_untyped_globals = True
allow_redefinition = True
disable_error_code = attr-defined
[mypy-wget.*]
ignore_missing_imports = True
[mypy-wx.*]
ignore_missing_imports = True
[mypy-libdbr.logger]
disable_error_code = assignment,arg-type