Skip to content

Commit

Permalink
🚜 Adds ruff formatter (replace black) (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Oct 26, 2023
1 parent e777941 commit 5ab5549
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.2
hooks:
- id: ruff
alias: autoformat
args: ["--fix"]
- id: ruff-format

- repo: https://github.com/adamchainz/blacken-docs
rev: "1.16.0"
Expand Down

0 comments on commit 5ab5549

Please sign in to comment.