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.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.0...v0.6.3)
- [github.com/pre-commit/mirrors-eslint: v9.6.0 → v9.9.1](pre-commit/mirrors-eslint@v9.6.0...v9.9.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent 85750b1 commit 57dbc9b
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.4.2
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.6.3
hooks:
- id: ruff
args: ['--fix']
Expand All @@ -42,7 +42,7 @@ repos:
- id: prettier

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

0 comments on commit 57dbc9b

Please sign in to comment.