Skip to content

Commit

Permalink
replace black with ruff format (#76)
Browse files Browse the repository at this point in the history
* replace black with ruff format

* none of old black settings are relevant anymore

* remove black dependency

* ruff 0.3.0
  • Loading branch information
Fogapod authored Mar 3, 2024
1 parent ae9d0d4 commit 947a250
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 281 deletions.
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
repos:
- repo: https://github.com/ambv/black
rev: 24.1.1
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.3.0
hooks:
- id: ruff-format
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]

Expand Down
Loading

0 comments on commit 947a250

Please sign in to comment.