Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [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.10.0 → v9.17.0](pre-commit/mirrors-eslint@v9.10.0...v9.17.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.8.4](astral-sh/ruff-pre-commit@v0.6.5...v0.8.4)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent b9360fd commit 290f5b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exclude: '^docs'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: csslint
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v9.10.0' # Use the sha / tag you want to point at
rev: 'v9.17.0' # Use the sha / tag you want to point at
hooks:
- id: eslint
additional_dependencies:
Expand All @@ -35,6 +35,6 @@ repos:
types_or: [javascript]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.6.5'
rev: 'v0.8.4'
hooks:
- id: ruff

0 comments on commit 290f5b3

Please sign in to comment.