File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .commitizen ]
2- version = " 0.17.12 "
2+ version = " 0.18.0 "
33bump_message = " build(version): :bookmark: update version from $current_version to $new_version"
44version_schema = " semver"
55version_provider = " commitizen"
Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ individual release will not have many changes within it. Below is a list
1717of the releases we've made so far, along with what was changed within
1818each release.
1919
20+ ## 0.18.0 (2026-02-16)
21+
22+ ### Feat
23+
24+ - :sparkles : show source line on mypy errors (#243 )
25+
2026## 0.17.12 (2026-01-15)
2127
2228### Refactor
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ check-python:
5454 # Check formatting
5555 uv run ruff check .
5656 # Check types
57- uv run mypy .
57+ uv run mypy --pretty .
5858
5959# Reformat Python code to match coding style and general structure
6060format-python:
You can’t perform that action at this time.
0 commit comments