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/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.9.9](astral-sh/ruff-pre-commit@v0.8.1...v0.9.9)
- [github.com/pre-commit/mirrors-eslint: v9.16.0 → v9.21.0](pre-commit/mirrors-eslint@v9.16.0...v9.21.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 3, 2025
1 parent 4e69ebf commit 900a48e
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 @@ -26,18 +26,18 @@ repos:

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

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.9.9
hooks:
- id: ruff
args: ['--fix']

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

0 comments on commit 900a48e

Please sign in to comment.