We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd6363 commit 1a8304fCopy full SHA for 1a8304f
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
rev: v2.3.0
27
hooks:
28
- id: codespell
29
- args: [--toml, pyproject.toml]
+ args: [--toml, pyproject.toml, --skip="CHANGELOG.md"]
30
additional_dependencies: [tomli]
31
32
# Format TOML files
0 commit comments