Skip to content

Commit

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

0 comments on commit eb132bb

Please sign in to comment.