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

chore: pre-commit autoupdate #610

Merged
merged 5 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading