|
7 | 7 | - There is now support for the [Poetry](https://python-poetry.org/) backend in usethis. Access it via the `--backend=poetry` option for applicable commands. |
8 | 8 | - 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. |
9 | 9 | - 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. |
11 | 11 | - `usethis show` commands now support an `--output-file` option to write the output to a file instead of printing it to the console. |
12 | 12 | - There is now a `usethis show license` command to show the license of the current project. |
13 | 13 | - There is now a `usethis badge bitbucket` command to add a badge for Bitbucket usage to the README. |
|
22 | 22 |
|
23 | 23 | - Hard-wrapping is now disabled for CLI outputs. |
24 | 24 | - 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). |
26 | 26 | - 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. |
28 | 28 |
|
29 | 29 | ### 📚 Documentation |
30 | 30 |
|
31 | 31 | - The `usethis show sonarqube` command is now documented explicitly in the CLI reference section of the documentation site. |
32 | 32 | - The concept of backends is [now expounded on the documentation site](https://usethis.readthedocs.io/en/latest/about/backends/). |
33 | 33 | - 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. |
35 | 35 | - The FAQ page has been re-structured. |
36 | 36 | - The pipeweld utility now has more comprehensive docstrings. |
37 | 37 | - The `FileManager` and `files_manager` objects now have more detailed docstrings. |
|
0 commit comments