mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-07-16 05:48:16 +00:00
ignore mypy_cache from codespell
This commit is contained in:
parent
981a4cb8b3
commit
e9d7523a1f
@ -87,7 +87,7 @@ function validate {
|
|||||||
echo "running black"
|
echo "running black"
|
||||||
black --exclude "migrations/*" --diff --color --check -l 79 "$check_path"
|
black --exclude "migrations/*" --diff --color --check -l 79 "$check_path"
|
||||||
echo "running codespell"
|
echo "running codespell"
|
||||||
codespell --skip="./.git,./package.json,./package-lock.json,./node_modules" "$check_path"
|
codespell --skip="./.git,./package.json,./package-lock.json,./node_modules,./.mypy_cache" "$check_path"
|
||||||
echo "running flake8"
|
echo "running flake8"
|
||||||
flake8 "$check_path" --exclude "migrations" --count --max-complexity=10 \
|
flake8 "$check_path" --exclude "migrations" --count --max-complexity=10 \
|
||||||
--max-line-length=79 --show-source --statistics
|
--max-line-length=79 --show-source --statistics
|
||||||
|
Loading…
x
Reference in New Issue
Block a user