Skip to content

Commit e9fc109

Browse files
fix: quotes mismatch
1 parent 6986a33 commit e9fc109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
rev: v2.2.2
1616
hooks:
1717
- id: codespell
18-
args: ["--count --ignore-words-list=ans,deriver,inout,packag --skip=\"*.js,*WordLists.swift\",.git,Carthage,.build,build"]
18+
args: ["--count --ignore-words-list=ans,deriver,inout,packag --skip=\"*.js,*WordLists.swift,.git,Carthage,.build,build\""]
1919
- repo: https://github.com/realm/SwiftLint
2020
rev: 0.50.3
2121
hooks:

0 commit comments

Comments
 (0)