Skip to content

Commit

Permalink
chore(ci): update ruff config and replace black for formatting (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Mar 25, 2024
1 parent ce6efc5 commit 0734549
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 230 deletions.
8 changes: 1 addition & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ repos:
rev: 'v0.3.2'
hooks:
- id: ruff
- repo: local
hooks:
- id: black
name: black
language: system
entry: black
types: [python]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand Down
Loading

0 comments on commit 0734549

Please sign in to comment.