Skip to content

Commit

Permalink
Go ahead and auto-fix with ruff; I trust it now.
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Dec 1, 2023
1 parent 4b055e7 commit 5d59d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/sh

echo "¶ Running ruff..." && ruff bikeshed && echo "¶ Running black..." && black . && echo "¶ Running mypy..." && mypy && echo "¶ Running pylint..." && pylint bikeshed && echo "✔ All lints passed!"
echo "¶ Running ruff..." && ruff --fix bikeshed && echo "¶ Running black..." && black . && echo "¶ Running mypy..." && mypy && echo "¶ Running pylint..." && pylint bikeshed && echo "✔ All lints passed!"

0 comments on commit 5d59d42

Please sign in to comment.