We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ec26b commit 66eb8cfCopy full SHA for 66eb8cf
.pre-commit-config.yaml
@@ -29,6 +29,8 @@ repos:
29
- id: codespell
30
name: codespell
31
description: Checks for common misspellings in text files
32
+ additional_dependencies:
33
+ - tomli
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
rev: v0.2.2
36
hooks:
0 commit comments