Skip to content

Commit

Permalink
feat: use ruff formatter (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored Jun 28, 2024
1 parent 75d1ca3 commit beb2586
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ repos:
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
args: [--config=./pyproject.toml]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
hooks:
Expand Down

0 comments on commit beb2586

Please sign in to comment.