Skip to content

Commit 11d8c9a

Browse files
Add codespell pre-commit (#219)
1 parent 86d03f7 commit 11d8c9a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ repos:
4141
rev: 6f546f30c2b142ad5b3edcf20e3d27cf1789b932 # frozen: v1.10.1
4242
hooks:
4343
- id: mypy
44+
45+
- repo: https://github.com/codespell-project/codespell
46+
rev: "193cd7d27cd571f79358af09a8fb8997e54f8fff" # frozen: v2.3.0
47+
hooks:
48+
- id: codespell
49+
args: ["-L", "ans"]

0 commit comments

Comments
 (0)