Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#558)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 74bcb68 commit d08d4b0
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 @@ -27,12 +27,12 @@ repos:

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.2
hooks:
- id: ruff
args: ['--fix']
Expand All @@ -44,7 +44,7 @@ repos:
entry: prettier --no-error-on-unmatched-pattern --write --ignore-unknown

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.12.0
rev: v9.14.0
hooks:
- id: eslint
files: \.tsx?$
Expand Down

0 comments on commit d08d4b0

Please sign in to comment.