Skip to content

Instantly share code, notes, and snippets.

@Nebu1eto
Nebu1eto / pyproject.toml
Created May 13, 2024 02:43
Sample Config
[tool.mypy]
python_version = "3.10"
ignore_missing_imports = false
warn_unused_ignores = true # Warns about unneeded # type: ignore comments.
show_error_codes = true
[tool.ruff]
exclude = [
".bzr",