Skip to content

Commit

Permalink
FIX: ignore Manifest.toml in cSpell config
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 9, 2023
1 parent a29f08b commit ca4a8ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"ignorePaths": [
"**/*.bib",
"**/.cspell.json",
"**/Manifest.toml",
"**/Project.toml",
".constraints/*.txt",
".editorconfig",
".gitignore",
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
)$
- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.0rc6
rev: 0.1.0rc7
hooks:
- id: check-dev-files
args:
Expand Down

0 comments on commit ca4a8ca

Please sign in to comment.