Skip to content

Commit

Permalink
codespell: skip RELEASE.md because we don't control its contents
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Feb 1, 2025
1 parent 01ac7b7 commit d9e9880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ args="${@:2}"

function check() {
autoflake src/ setupsrc/ tests/ setup.py docs/source/conf.py --recursive --remove-all-unused-imports --ignore-pass-statements --ignore-init-module-imports
codespell --skip="./docs/build,./tests/resources,./tests/output,./data,./sourcebuild,./dist,./.git,__pycache__,.mypy_cache,.hypothesis" -L "tabe,splitted,fith,flate"
codespell --skip="./docs/build,./tests/resources,./tests/output,./data,./sourcebuild,./dist,./RELEASE.md,./.git,__pycache__,.mypy_cache,.hypothesis" -L "tabe,splitted,fith,flate"
reuse lint
}

Expand Down

0 comments on commit d9e9880

Please sign in to comment.