Blame view

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

5fcc781e   Miguel Barão   add mypy.ini
5

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

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

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

ffb53a93   Miguel Barão   First version tha...
15
16
; [mypy-mistune.*]
; ignore_missing_imports = True