Skip to content

Commit

Permalink
Merge pull request #125 from neutrinoceros/ruff-format
Browse files Browse the repository at this point in the history
MNT: migrate formatting from black to ruff
  • Loading branch information
neutrinoceros authored Jan 8, 2025
2 parents a4454fa + 0695ecf commit d56fec9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ repos:
- id: check-shebang-scripts-are-executable
- id: check-executables-have-shebangs

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0
hooks:
- id: black

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

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
Expand Down

0 comments on commit d56fec9

Please sign in to comment.