Skip to content

Commit

Permalink
tweak changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Jan 16, 2025
1 parent 10827d5 commit 7edbb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.15.0]

### Removed
- The [`reusable-mypy`](.github/workflows/reusable-mypy.yml) workflow no longer passes any optional arguments to the `mypy` command. If you want to preserve these options, you must now add them to `[tool.mypy]` in `pyproject.toml`:
- The [`reusable-mypy`](.github/workflows/reusable-mypy.yml) workflow no longer passes any optional arguments to the `mypy` command. This makes it easier to run `mypy` locally, because the command is now just `mypy .`. If you want to preserve the removed options for your project, you must now add them to `[tool.mypy]` in `pyproject.toml`:
```toml
install_types = true
non_interactive = true

0 comments on commit 7edbb5b

Please sign in to comment.