Skip to content

Commit

Permalink
mypy: show some more useful output on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Gert van Dijk committed Sep 18, 2023
1 parent e4396de commit e69eba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ skip = [".gitignore", "venv", ".nox"]

[tool.mypy]
strict = true
show_error_codes = true # don't guess the CODE in 'type: ignore[CODE]'
show_column_numbers = true
show_error_context = true

0 comments on commit e69eba0

Please sign in to comment.