Skip to content

Commit

Permalink
enable codespell in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
malihass committed Feb 13, 2024
1 parent 99d05f5 commit 62da68e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/linters/formatting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ format () {

black --line-length 79 --target-version 'py310' --include '\.pyi?$' $1
isort --profile 'black' --multi-line 3 --trailing-comma --force-grid-wrap 0 --line-length 79 --use-parentheses $1
fi;
fi;
codespell $1
}


Expand Down

0 comments on commit 62da68e

Please sign in to comment.