Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

[pre-commit.ci] pre-commit autoupdate #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.7.1'
rev: 'v0.8.4'
hooks:
- id: ruff
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -11,7 +11,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v9.13.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
files: \.[jt]sx?$
Expand Down
Loading