Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2970)
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.8.0 → v0.8.1](astral-sh/ruff-pre-commit@v0.8.0...v0.8.1)
- [github.com/pre-commit/mirrors-eslint: v9.15.0 → v9.16.0](pre-commit/mirrors-eslint@v9.15.0...v9.16.0)

* Run pre-commit on all files

* [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]>
  • Loading branch information
pre-commit-ci[bot] and JNygaard-Skylight authored Dec 3, 2024
1 parent 2cfbeda commit 760f494
Show file tree
Hide file tree
Showing 2 changed files with 6,060 additions and 6,060 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
# Run the linter.
- id: ruff
Expand All @@ -13,7 +13,7 @@ repos:
- id: pretty-format-json
args: [--autofix, --no-sort-keys]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v9.15.0"
rev: "v9.16.0"
hooks:
- id: eslint
name: ESLint for ECR Viewer
Expand Down
Loading

0 comments on commit 760f494

Please sign in to comment.