Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps-dev): bump megalinter to v7.5.0 #332

Merged
merged 1 commit into from
Nov 7, 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 .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: poetry-install
- id: pre-commit-install
- id: megalinter-incremental
args: &megalinter-args [--flavor, documentation, --release, v7.4.0]
args: &megalinter-args [--flavor, documentation, --release, v7.5.0]
- id: megalinter-full
args: *megalinter-args

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
- id: megalinter-incremental
name: Run MegaLinter (skipping linters that run in project mode)
entry: >
npx -- mega-linter-runner@v7.4.0
npx -- mega-linter-runner@v7.5.0
--container-name megalinter-incremental
--remove-container
--fix
Expand All @@ -185,7 +185,7 @@
- id: megalinter-full
name: Run MegaLinter
entry: >
npx -- mega-linter-runner@v7.4.0
npx -- mega-linter-runner@v7.5.0
--container-name megalinter-full
--remove-container
--fix
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ This hook is intended for MegaLinter v6. Run
by running:

```sh
npx -- mega-linter-runner@v7.4.0 \
npx -- mega-linter-runner@v7.5.0 \
--container-name megalinter-incremental \
--remove-container \
--fix \
Expand All @@ -147,7 +147,7 @@ and
This hook is intended for MegaLinter v6. Run MegaLinter by running:

```sh
npx -- mega-linter-runner@v7.4.0 \
npx -- mega-linter-runner@v7.5.0 \
--container-name megalinter-full \
--remove-container \
--fix \
Expand Down