Skip to content

Commit 1a3f00a

Browse files
Fix grammar and typos in changelog (#1768)
1 parent 3276453 commit 1a3f00a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- There is now support for the [Poetry](https://python-poetry.org/) backend in usethis. Access it via the `--backend=poetry` option for applicable commands.
88
- Tools which add formatters (`usethis format`, `usethis tool pyproject-fmt`, and `usethis tool ruff`) will now automatically apply the formatter to the project when added.
99
- There is now a `usethis tool tach` command to add the [Tach architecture tool](https://github.com/tach-org/tach) to the project.
10-
- `usethis tool` commands now support a `--no-hook` flag to opt-out of modifying git hook configuration (e.g. in `.pre-commit-config.yaml`) when managing the tool.
10+
- `usethis tool` commands now support a `--no-hook` flag to opt out of modifying git hook configuration (e.g. in `.pre-commit-config.yaml`) when managing the tool.
1111
- `usethis show` commands now support an `--output-file` option to write the output to a file instead of printing it to the console.
1212
- There is now a `usethis show license` command to show the license of the current project.
1313
- There is now a `usethis badge bitbucket` command to add a badge for Bitbucket usage to the README.
@@ -22,16 +22,16 @@
2222

2323
- Hard-wrapping is now disabled for CLI outputs.
2424
- The `usethis tool requirements.txt` command now uses a more standard URI-based pre-commit hook for exporting (using the `astral-sh/uv-pre-commit` repo) instead of a local system hook.
25-
- Default code coverage configuration now excludes the pattern `msg = ["']` associated with writing error messages outside the error class (See the [`EM101`](https://docs.astral.sh/ruff/rules/raw-string-in-exception/) Ruff rule).
25+
- Default code coverage configuration now excludes the pattern `msg = ["']` associated with writing error messages outside the error class (see the [`EM101`](https://docs.astral.sh/ruff/rules/raw-string-in-exception/) Ruff rule).
2626
- The heuristic for detecting uv usage will now check whether uv is declared as a dependency (including as a dev dependency) in `pyproject.toml` when the file exists, in addition to the previous heuristics. This should help reduce false positives for projects which use other tools but have `pyproject.toml` files with no uv configuration.
27-
- There is an improved handling of pre-commit configuration validation for when the hook ID is null.
27+
- There is improved handling of pre-commit configuration validation for when the hook ID is null.
2828

2929
### 📚 Documentation
3030

3131
- The `usethis show sonarqube` command is now documented explicitly in the CLI reference section of the documentation site.
3232
- The concept of backends is [now expounded on the documentation site](https://usethis.readthedocs.io/en/latest/about/backends/).
3333
- All modules now have module docstrings.
34-
- The project description and keywords have been updated to reflect the current state of the project. The license trover classifier has been removed since trover classifiers for licenses are no longer recommended.
34+
- The project description and keywords have been updated to reflect the current state of the project. The license Trove classifier has been removed since Trove classifiers for licenses are no longer recommended.
3535
- The FAQ page has been re-structured.
3636
- The pipeweld utility now has more comprehensive docstrings.
3737
- The `FileManager` and `files_manager` objects now have more detailed docstrings.

0 commit comments

Comments
 (0)