Skip to content

Commit 3e3ce34

Browse files
chore: pre-commit autoupdate (#586)
* chore: pre-commit autoupdate updates: - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/pre-commit/mirrors-mypy.git: v1.16.0 → v1.16.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.16.0...v1.16.1) * chore: auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent af5a880 commit 3e3ce34

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
- id: shellcheck
4949

5050
- repo: https://github.com/rbubley/mirrors-prettier
51-
rev: v3.5.3
51+
rev: v3.6.2
5252
hooks:
5353
- id: prettier
5454
always_run: true
@@ -68,7 +68,7 @@ repos:
6868
- id: tox-ini-fmt
6969

7070
- repo: https://github.com/astral-sh/ruff-pre-commit
71-
rev: v0.11.12
71+
rev: v0.12.2
7272
hooks:
7373
- id: ruff
7474
args:
@@ -109,7 +109,7 @@ repos:
109109
- pyyaml
110110

111111
- repo: https://github.com/pre-commit/mirrors-mypy.git
112-
rev: v1.16.0
112+
rev: v1.16.1
113113
hooks:
114114
- id: mypy
115115
additional_dependencies:

docs/contributor-guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ At this moment the devspaces container is not tested by the CI, so it is importa
7171
## Talk to us
7272

7373
- Join the Ansible forum:
74-
7574
- [Get Help](https://forum.ansible.com/c/help/6): get help or help others. Please add appropriate tags if you start new discussions, for example the `devtools` tag.
7675
- [Posts tagged with 'devtools'](https://forum.ansible.com/tag/devtools): subscribe to participate in project-related conversations.
7776
- [Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts.

docs/user-guide/content-release.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,10 @@ jobs:
8484
The repo that is being released must have the following environments created:
8585

8686
- **Name: release**
87-
8887
- `AH_TOKEN`
8988
- `ANSIBLE_GALAXY_API_KEY`
9089

9190
- **Name: push**
92-
9391
- `BOT_PAT`
9492

9593
- `refresh_ah_token`: Make sure this workflow in netcommon has run successfully in the previous run. If not, it must be triggered to re-run and ensure it is successfully executed.

docs/user-guide/test-isolation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ following predictable behaviors:
3737
## Isolated mode (default)
3838

3939
- First folder that is not read-only from the list below will be used as cache directory and also :
40-
4140
- `$VIRTUAL_ENV/.ansible` for anything but collections, those will be inside `lib/python3.*/site-packages/ansible_collections` because this makes them available to ansible-core without any additional configuration.
4241
- `$PROJECT_ROOT/.ansible`
4342
- `$TMPDIR/.ansible-<sha256>` for temporary installations

0 commit comments

Comments
 (0)