Skip to content

Commit 9f98748

Browse files
committed
Extend pre-commit hooks with cython-lint
1 parent bee4cf6 commit 9f98748

File tree

3 files changed

+375
-150
lines changed

3 files changed

+375
-150
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ repos:
2727
- id: clang-format
2828
args: ["-i"]
2929

30+
- repo: https://github.com/MarcoGorelli/cython-lint
31+
rev: v0.16.6
32+
hooks:
33+
- id: cython-lint
34+
- id: double-quote-cython-strings
35+
3036
- repo: https://github.com/pycqa/flake8
3137
rev: 7.1.2
3238
hooks:

0 commit comments

Comments
 (0)