We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a340710 + d648e10 commit c0577f2Copy full SHA for c0577f2
.github/PULL_REQUEST_TEMPLATE.md
@@ -7,4 +7,4 @@
7
<!--- We appreciate your help and want to give you credit. Place an `x` in the boxes below as you complete them. -->
8
- [ ] I've added this contribution to the `changelog.md`.
9
- [ ] 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.
+- [ ] I ran `uv run ruff check && uv run ruff format && uv run mypy --install-types .` to lint and format the code.
changelog.md
@@ -1,3 +1,11 @@
1
+Upcoming (TBD)
2
+==============
3
+
4
+Internal
5
+--------
6
+* Add mypy to Pull Request template.
1.40.0 (2025/10/14)
==============
11
0 commit comments