minor script fixes
mypy has no fix function so it shouldn't be called as part of the fix process.
This commit is contained in:
parent
acd1f949d2
commit
503f367a0d
2 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ if [ "$1" = '--fix' ]; then
|
|||
autoflake --in-place --recursive $autoflake_opts .
|
||||
black .
|
||||
isort --profile black .
|
||||
mypy . || : # ignore
|
||||
)
|
||||
exit
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue