Skip to content

Commit 1a8304f

Browse files
authored
Update .pre-commit-config.yaml
1 parent cdd6363 commit 1a8304f

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
@@ -26,7 +26,7 @@ repos:
2626
rev: v2.3.0
2727
hooks:
2828
- id: codespell
29-
args: [--toml, pyproject.toml]
29+
args: [--toml, pyproject.toml, --skip="CHANGELOG.md"]
3030
additional_dependencies: [tomli]
3131

3232
# Format TOML files

0 commit comments

Comments
 (0)