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.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
- [github.com/pre-commit/mirrors-eslint: v9.17.0 → v9.19.0](pre-commit/mirrors-eslint@v9.17.0...v9.19.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 98738bc commit fe4f086
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,12 +26,12 @@ 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.6
rev: v0.9.4
hooks:
- id: ruff
args: ['--fix']
Expand All @@ -43,7 +43,7 @@ repos:
args: ['--no-error-on-unmatched-pattern']

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

0 comments on commit fe4f086

Please sign in to comment.