Skip to content

Commit d92fb25

Browse files
authored
Merge pull request #84 from Simple-Robotics/topic/remove-black-use-ruff-format
Remove black, use ruff format
2 parents 3c1eb70 + 8c28512 commit d92fb25

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,14 @@ repos:
2525
(?x)^(
2626
doc/doxygen-awesome.*
2727
)$
28-
- repo: https://github.com/psf/black
29-
rev: 24.4.2
30-
hooks:
31-
- id: black
3228
- repo: https://github.com/astral-sh/ruff-pre-commit
3329
# Ruff version.
3430
rev: 'v0.4.4'
3531
hooks:
3632
- id: ruff
3733
args: [--fix, --exit-non-zero-on-fix]
34+
# Run the formatter.
35+
- id: ruff-format
3836
- repo: https://github.com/cheshirekow/cmake-format-precommit
3937
rev: v0.6.13
4038
hooks:

0 commit comments

Comments
 (0)