Skip to content

Commit c0327fe

Browse files
committed
Fix: Precommit config was searching nonexistent folder
1 parent 1ca9565 commit c0327fe

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
@@ -1,6 +1,6 @@
1-
repos:
2-
- repo: local
3-
files: ^signwriting/
1+
files: ^pose_evaluation/
2+
repos:
3+
- repo: local
44
hooks:
55
- id: pylint
66
name: pylint

0 commit comments

Comments
 (0)