Fix Mypy CI #1272
Closed
Fix Mypy CI #1272
Knope Bot / Require changes to be documented
required action
Jun 19, 2025
This pull request has not been documented yet
This project requires changes to be documented via either changesets or conventional commits. Depending on how this pull request is merged, it may not be fully documented:
- ❌ Squash merging is allowed, but the title is not a conventional commit
- ✅ Merge commits are disabled
- ✅ Rebase merging is disabled
You can either correct the above issues, or use a change file to document this pull request. knope-bot can auto-generate a change file based on the pull request title and description. If you are a maintainer, you will see buttons on this screen that correspond to the type of change. Clicking one of these buttons will create the change file detailed below in the .changeset directory of this repository.
Alternatively, you can document the change manually by creating a change file with Knope or following these instructions:
- Create a file named
.changeset/fix_mypy_ci.md - Copy and paste the below Markdown into the file
- Replace "CHANGE_TYPE" with
major,minor, orpatch(see knope's docs for what those mean) - Edit the content as needed to be applicable to users of the project (not maintainers)
Details
---
default: CHANGE_TYPE
---
# Fix Mypy CI
#1272 by @johnthagen
Loading