Skip to content

Commit 3d70d3f

Browse files
committed
Merge branch 'main' of https://github.com/seedcase-project/template-python-package into feat/add-rumdl-markdown-formatter
2 parents c8fe10d + b834864 commit 3d70d3f

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "0.17.12"
2+
version = "0.18.0"
33
bump_message = "build(version): :bookmark: update version from $current_version to $new_version"
44
version_schema = "semver"
55
version_provider = "commitizen"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ individual release will not have many changes within it. Below is a list
1717
of the releases we've made so far, along with what was changed within
1818
each 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

template/justfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6060
format-python:

0 commit comments

Comments
 (0)