Skip to content

Commit 7b76643

Browse files
authored
Add pre-commit support
1 parent 69e8a89 commit 7b76643

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- id: relint
2+
name: relint
3+
description: 'Write your own linting rules using regular expressions.'
4+
entry: relint
5+
language: python
6+
types: [python]

0 commit comments

Comments
 (0)