Skip to content

Commit 2243423

Browse files
chore(deps): renovate: rbubley/mirrors-prettier to v3.6.2 (#554)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rbubley/mirrors-prettier](https://redirect.github.com/rbubley/mirrors-prettier) | repository | minor | `v3.5.3` -> `v3.6.2` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>rbubley/mirrors-prettier (rbubley/mirrors-prettier)</summary> ### [`v3.6.2`](https://redirect.github.com/rbubley/mirrors-prettier/compare/v3.6.1...v3.6.2) [Compare Source](https://redirect.github.com/rbubley/mirrors-prettier/compare/v3.6.1...v3.6.2) ### [`v3.6.1`](https://redirect.github.com/rbubley/mirrors-prettier/compare/v3.6.0...v3.6.1) [Compare Source](https://redirect.github.com/rbubley/mirrors-prettier/compare/v3.6.0...v3.6.1) ### [`v3.6.0`](https://redirect.github.com/rbubley/mirrors-prettier/compare/v3.5.3...v3.6.0) [Compare Source](https://redirect.github.com/rbubley/mirrors-prettier/compare/v3.5.3...v3.6.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UCL-ARC/python-tooling). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 15e753c commit 2243423

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
additional_dependencies:
3333
- pytest
3434
- repo: https://github.com/rbubley/mirrors-prettier
35-
rev: v3.5.3
35+
rev: v3.6.2
3636
hooks:
3737
- id: prettier
3838
args:

tests/data/test_package_generation/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: mypy
2525
- repo: https://github.com/rbubley/mirrors-prettier
26-
rev: v3.5.3
26+
rev: v3.6.2
2727
hooks:
2828
- id: prettier
2929
args:

tutorial.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Additionally, [cookiecutter](https://cookiecutter.readthedocs.io) will be requir
2222
An easy way to install and manage Python packages is using `uv`, which can create a dedicated environment with the necessary packages installed using the step by step instructions below
2323

2424
1. Open a terminal window
25-
2625
- On Windows: open the Start menu from the taskbar, type `cmd` in the search field, then click [command prompt](https://en.wikipedia.org/wiki/Command-line_interface#Command_prompt) from the results.
2726
- On MacOS: click the Launchpad icon in the Dock, type `Terminal` in the search field, then click `Terminal` from the results.
2827
- On Linux: open the default terminal application installed in your distribution.
@@ -52,7 +51,6 @@ An easy way to install and manage Python packages is using `uv`, which can creat
5251
```
5352

5453
to authenticate the GitHub command line interface tool `gh` with your GitHub account credentials. The tool will ask you a series of question, for most of which you can select the default options by just hitting the `Enter` key. Specifically select:
55-
5654
- `GitHub.com` for account to log into,
5755
- `HTTPS` for preferred protocol,
5856
- `Y` to authenticate Git with your GitHub credentials,
@@ -94,7 +92,6 @@ We will first go through the steps for creating a new package using the `UCL-ARC
9492

9593
in both cases replacing `{project_slug}` with the relevant value you used (`python-template` if you used the default values).
9694
Some of the key files and directories are
97-
9895
- The `README.md` file which is a Markdown file describing the project and acting as a landing page for first-time users.
9996
- The `LICENSE.md` file which contains the terms of the open-source license the code is released under.
10097
- The `src` directory which will contain the Python package source code.

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: mypy
2525
- repo: https://github.com/rbubley/mirrors-prettier
26-
rev: v3.5.3
26+
rev: v3.6.2
2727
hooks:
2828
- id: prettier
2929
args:

0 commit comments

Comments
 (0)