GITLAB

Miguel Barão / aprendizations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • aprendizations
  • mypy.ini
  • 43073816   Large refactoring ... Browse Code »
    removed counter cookie (to be fixed later)
    use tornado ioloop for bcrypt
    fix password string sent to sqlalchemy
    no longer extract number for user login
    webserver initialization now follows tornado 6.2 recommendations
    simplified several places
    Miguel Barão
    2023-02-14 18:43:40 +0000  
mypy.ini 281 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
; [mypy]
; python_version = 3.10
; plugins = sqlalchemy.ext.mypy.plugin

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

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

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

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