Skip to content

Commit

Permalink
replace black with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Sep 17, 2024
1 parent 5105a01 commit 037f75f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
repos:
- repo: local
hooks:
- id: black
name: black
entry: black
- id: ruff
name: ruff format
entry: ruff format
language: system
types: [python]
require_serial: true
Expand Down

0 comments on commit 037f75f

Please sign in to comment.