GITLAB

Miguel Barão / perguntations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 1
  • Merge Requests 0
  • Wiki
  • perguntations
  • mypy.ini
  • 1b9491c2   - use schema to validade test. ... Browse Code »
    - removed option --show_ref, now depends on debug.
    - the option --correct is not implemented yet.
    Miguel Barão
    2022-01-04 21:25:47 +0000  
mypy.ini 274 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[mypy]
python_version = 3.9
ignore_missing_imports = True


; [mypy-setuptools.*]
; ignore_missing_imports = True

; [mypy-sqlalchemy.*]
; ignore_missing_imports = True

; [mypy-pygments.*]
; ignore_missing_imports = True

; [mypy-mistune.*]
; ignore_missing_imports = True