Integrated mypy; added coc config; started fixing a few mypy errors

This commit is contained in:
Sumner Evans
2019-11-21 22:38:00 -07:00
parent a4625b5a64
commit fa3db6df66
7 changed files with 26 additions and 9 deletions

View File

@@ -1,6 +1,12 @@
[pycodestyle]
[flake8]
ignore = E402, W503
[mypy-gi]
ignore_missing_imports = True
[mypy-gi.repository]
ignore_missing_imports = True
[yapf]
based_on_style = pep8
split_before_bitwise_operator = true