Blame view

mypy.ini 227 Bytes
5fcc781e   Miguel Barão   add mypy.ini
1
[mypy]
ffb53a93   Miguel Barão   First version tha...
2
python_version = 3.8
1b9491c2   Miguel Barão   - use schema to v...
3
4

[mypy-setuptools.*]
5fcc781e   Miguel Barão   add mypy.ini
5
ignore_missing_imports = True
ffb53a93   Miguel Barão   First version tha...
6
7

[mypy-sqlalchemy.*]
5fcc781e   Miguel Barão   add mypy.ini
8
ignore_missing_imports = True
ffb53a93   Miguel Barão   First version tha...
9
10

[mypy-pygments.*]
5fcc781e   Miguel Barão   add mypy.ini
11
ignore_missing_imports = True
ffb53a93   Miguel Barão   First version tha...
12
13

[mypy-mistune.*]
5fcc781e   Miguel Barão   add mypy.ini
14
ignore_missing_imports = True
ffb53a93   Miguel Barão   First version tha...