Skip to content

Commit c0577f2

Browse files
authored
Merge pull request #1375 from dbcli/RW/add-mypy-to-pr-template
Add mypy to pull request template
2 parents a340710 + d648e10 commit c0577f2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
<!--- We appreciate your help and want to give you credit. Place an `x` in the boxes below as you complete them. -->
88
- [ ] I've added this contribution to the `changelog.md`.
99
- [ ] I've added my name to the `AUTHORS` file (or it's already there).
10-
- [ ] I ran `uv run ruff check && uv run ruff format` to lint and format the code.
10+
- [ ] I ran `uv run ruff check && uv run ruff format && uv run mypy --install-types .` to lint and format the code.

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Upcoming (TBD)
2+
==============
3+
4+
Internal
5+
--------
6+
* Add mypy to Pull Request template.
7+
8+
19
1.40.0 (2025/10/14)
210
==============
311

0 commit comments

Comments
 (0)