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.7.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.7.4...v0.9.9)
  • Loading branch information
pre-commit-ci[bot] authored Mar 3, 2025
1 parent baf63df commit 78b9248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ repos:
- id: trailing-whitespace
- id: check-json
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks: # With 119 line length
- id: black
args: [--line-length=119]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.9.9
hooks:
- id: ruff

0 comments on commit 78b9248

Please sign in to comment.