Skip to content

Commit ee74ce5

Browse files
Tell codespell to skip fixture
This will avoid this kind of warnings: WARNING: Decoding file using encoding=utf-8 failed: fixture/8/0/11 WARNING: Trying next encoding iso-8859-1 Seen in: https://results.pre-commit.ci/run/github/48049137/1666036569.rj425j-vQKyvNbJ0CUHdcQ
1 parent e8f6fef commit ee74ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
rev: v2.1.0
1919
hooks:
2020
- id: codespell
21-
args: ["-L", "ba,ihs,kake,nd,noe,nwo,te"]
21+
args: ["-L", "ba,ihs,kake,nd,noe,nwo,te", "-S", "fixture"]
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
2323
rev: v2.3.0
2424
hooks:

0 commit comments

Comments
 (0)