Skip to content

Commit

Permalink
Update scripts-dev/lint.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Cloke <[email protected]>
  • Loading branch information
David Robertson and clokep authored Apr 21, 2023
1 parent 0f00d9a commit d4d4feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts-dev/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ set -x

isort "${files[@]}"
python3 -m black "${files[@]}"
ruff "${files[@]}"
ruff --quiet --fix "${files[@]}"
mypy "${files[@]}"

0 comments on commit d4d4feb

Please sign in to comment.