Blame view

mypy.ini 322 Bytes
1a7cc17b   Miguel Barão   more type annotat...
1
[mypy]
1e8f0810   Miguel Barão   update setup.py a...
2
python_version = 3.8
50d0cebf   Miguel Barão   Upgrade to new sq...
3
warn_return_any = True
1a7cc17b   Miguel Barão   more type annotat...
4
warn_unused_configs = True
6c5a961a   Miguel Barão   minor mods
5
6

[mypy-sqlalchemy.*]
a333dc72   Miguel Barão   Add type annotati...
7
ignore_missing_imports = True
6c5a961a   Miguel Barão   minor mods
8
9

[mypy-pygments.*]
a333dc72   Miguel Barão   Add type annotati...
10
ignore_missing_imports = True
6c5a961a   Miguel Barão   minor mods
11
12

[mypy-networkx.*]
a333dc72   Miguel Barão   Add type annotati...
13
ignore_missing_imports = True
6c5a961a   Miguel Barão   minor mods
14
15

[mypy-bcrypt.*]