Skip to content

Instantly share code, notes, and snippets.

View spikedengineering's full-sized avatar
🦀
Oxidizing

Spiked Engineering spikedengineering

🦀
Oxidizing
  • Apolonia Group
  • Lisbon, Portugal
  • 09:09 (UTC +01:00)
View GitHub Profile
[mypy]
python_version = 3.10
follow_imports = normal
ignore_missing_imports = true
cache_dir = .mypy_cache
disallow_untyped_calls = true
disallow_untyped_defs = true
disallow_incomplete_defs = true
explicit_package_bases = true
set nocompatible
filetype off
syntax on
" general
set encoding=utf-8
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab