Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2053)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate
* Update ESLint, ruff

Co-authored-by: Matthias Kestenholz <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and matthiask authored Jan 18, 2025
1 parent 1325f64 commit 5f36663
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ repos:
args:
- --trailing-comma=es5
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.17.0
rev: v9.18.0
hooks:
- id: eslint
additional_dependencies:
- "eslint@v9.17.0"
- "@eslint/js@v9.17.0"
- "eslint@v9.18.0"
- "@eslint/js@v9.18.0"
- "globals"
files: \.js?$
types: [file]
args:
- --fix
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.8.6'
rev: 'v0.9.2'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 5f36663

Please sign in to comment.