Skip to content

Commit ac061db

Browse files
committed
Tell codespell to ignore Visual C option /Fo
1 parent 02bc68e commit ac061db

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
@@ -18,7 +18,7 @@ repos:
1818
rev: v2.3.0
1919
hooks:
2020
- id: codespell
21-
args: ["-L", "ned,ist,oder", "--skip", "*.po"]
21+
args: ["-L", "ned,ist,oder,Fo", "--skip", "*.po"]
2222

2323
- repo: local
2424
hooks:

0 commit comments

Comments
 (0)