Skip to content

Commit

Permalink
MAINT run black before ruff
Browse files Browse the repository at this point in the history
ruff complains about format problems that black fixes.
  • Loading branch information
hoodmane committed Feb 22, 2025
1 parent 71a87c1 commit b25ffb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: "24.10.0"
hooks:
- id: black

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

- repo: https://github.com/psf/black
rev: "24.10.0"
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.14.1"
hooks:
Expand Down

0 comments on commit b25ffb1

Please sign in to comment.