Skip to content

Commit 80d843b

Browse files
authored
1 parent 70ecc63 commit 80d843b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ repos:
1313
- id: check-symlinks
1414
- id: check-toml
1515
# Python
16-
- repo: https://github.com/psf/black
17-
rev: 23.10.1
16+
- repo: https://github.com/astral-sh/ruff-pre-commit
17+
rev: v0.1.3
1818
hooks:
19-
- id: black-jupyter
19+
- id: ruff-format
2020
# numpydoc
2121
- repo: https://github.com/Carreau/velin
2222
rev: 0.0.12

0 commit comments

Comments
 (0)