Skip to content

Commit bf44092

Browse files
committed
Fix double backslashh
1 parent aa46ae4 commit bf44092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ repos:
154154
name: 'Run check/format-incremental'
155155
entry: check/format-incremental
156156
language: script
157-
files: \\.(cc|h|cu|py)$
157+
files: \.(cc|h|cu|py)$
158158
stages: [pre-push]
159159

160160
- repo: https://github.com/PyCQA/isort.git

0 commit comments

Comments
 (0)