Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#31)
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)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 5456145 commit 6e818f2
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 @@ -42,7 +42,7 @@ repos:
- id: prettier

- 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 6e818f2

Please sign in to comment.