Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
chore: pre-commit autoupdate (#610)
Browse files Browse the repository at this point in the history
* chore: pre-commit autoupdate

updates:
- [github.com/streetsidesoftware/cspell-cli: v7.3.2 → v8.0.0](streetsidesoftware/cspell-cli@v7.3.2...v8.0.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.3)
- [github.com/pre-commit/mirrors-eslint: v8.53.0 → v8.55.0](pre-commit/mirrors-eslint@v8.53.0...v8.55.0)

* Add prettier dependency

* Update macos GHA version

* Upgrade creator EE image version

* Change MacOS to version 12

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Cristiano Nicolai <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and cristianonicolai authored Dec 5, 2023
1 parent 6102639 commit 75a39bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/ansible/creator-ee:v0.18.0 as DEFAULT_EE
FROM quay.io/ansible/creator-ee:v0.21.0 as DEFAULT_EE
# This file is updated by dependabot and used to determine not only which
# version of creator-ee we are supposed to use for testing execution
# environments but also to dynamically retrieve the same set of constraints
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
os: windows-2022
shell: "wsl-bash {0}"
- name: test-without-ee (macos)
os: macos-11
os: macos-12
# runner does not support running container
task-name: test-without-ee
skip_docker: "1"
Expand Down
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
files: "codecov.yml"
pass_filenames: false
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.3.2
rev: v8.0.0
hooks:
- id: cspell
name: Spell check with cspell
Expand Down Expand Up @@ -88,9 +88,11 @@ repos:
language_version: python3
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before markdownlint and eslint
rev: "v3.0.3"
rev: "v4.0.0-alpha.3"
hooks:
- id: prettier
additional_dependencies:
- prettier
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
hooks:
Expand All @@ -101,7 +103,7 @@ repos:
docs/settings.md
$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.53.0
rev: v8.55.0
hooks:
- id: eslint
args:
Expand Down

0 comments on commit 75a39bb

Please sign in to comment.