Skip to content

Commit

Permalink
move to ruff formatter (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Nov 1, 2023
1 parent 70ecc63 commit 80d843b
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
Expand Up @@ -13,10 +13,10 @@ repos:
- id: check-symlinks
- id: check-toml
# Python
- repo: https://github.com/psf/black
rev: 23.10.1
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
hooks:
- id: black-jupyter
- id: ruff-format
# numpydoc
- repo: https://github.com/Carreau/velin
rev: 0.0.12
Expand Down

0 comments on commit 80d843b

Please sign in to comment.