Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2803)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.7.0](astral-sh/ruff-pre-commit@v0.5.7...v0.7.0)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/pre-commit/mirrors-eslint: v9.9.0 → v9.13.0](pre-commit/mirrors-eslint@v9.9.0...v9.13.0)

* [pre-commit.ci] auto fixes from pre-commit hooks

* Exclude examples directory and run on all files

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.7.1](astral-sh/ruff-pre-commit@v0.5.7...v0.7.1)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/pre-commit/mirrors-eslint: v9.9.0 → v9.13.0](pre-commit/mirrors-eslint@v9.9.0...v9.13.0)

* [pre-commit.ci] auto fixes from pre-commit hooks

* [pre-commit.ci] auto fixes from pre-commit hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Josh Nygaard <[email protected]>
Co-authored-by: austin-hall-skylight <[email protected]>
  • Loading branch information
3 people authored Nov 1, 2024
1 parent 6a41315 commit 5c08d0c
Show file tree
Hide file tree
Showing 10 changed files with 8,872 additions and 8,846 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.7.1
hooks:
# Run the linter.
- id: ruff
args: [--fix]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: pretty-format-json
args: [--autofix, --no-sort-keys]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v9.9.0"
rev: "v9.13.0"
hooks:
- id: eslint
name: ESLint for ECR Viewer
Expand Down Expand Up @@ -71,3 +71,4 @@ ci:
autoupdate_schedule: weekly
skip: [pretty-format-json, terraform-fmt]
submodules: false
exclude: examples/*
2 changes: 1 addition & 1 deletion containers/ecr-viewer/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"stamped_ecr"
],
"default-response": false
}
}

Large diffs are not rendered by default.

Loading

0 comments on commit 5c08d0c

Please sign in to comment.