Blame view

mypy.ini 258 Bytes
1a7cc17b   Miguel Barão   more type annotat...
1
[mypy]
1e8f0810   Miguel Barão   update setup.py a...
2
python_version = 3.9
50d0cebf   Miguel Barão   Upgrade to new sq...
3
plugins = sqlalchemy.ext.mypy.plugin
1a7cc17b   Miguel Barão   more type annotat...
4

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

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

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

6c5a961a   Miguel Barão   minor mods
14
15
[mypy-mistune.*]
ignore_missing_imports = True