Blame view

mypy.ini 277 Bytes
5fcc781e   Miguel Barão   add mypy.ini
1
[mypy]
ffb53a93   Miguel Barão   First version tha...
2
python_version = 3.7
1b9491c2   Miguel Barão   - use schema to v...
3
4
# warn_return_any = True
# warn_unused_configs = True
5fcc781e   Miguel Barão   add mypy.ini
5

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

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

ffb53a93   Miguel Barão   First version tha...
12
13
[mypy-bcrypt.*]
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