Skip to content

Commit f986d1a

Browse files
Add clang-format to format make target
1 parent 4bf7ef5 commit f986d1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ format:
2323
# See https://github.com/astral-sh/ruff/issues/8232 for updates.
2424
ruff check --select I --fix-only
2525
ruff format
26+
find src -name "*.*pp" -type f -exec clang-format-15 -i --verbose {} +
2627

2728
check: doctest
2829
pytest -vv tests/test_*.py

0 commit comments

Comments
 (0)