Skip to content

Commit 85247ac

Browse files
committed
Trying again
1 parent bb23110 commit 85247ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
echo "Black should pass before commit! If this fails, run the command on the next line to fix the errors, then commit the changes"
3434
echo "git ls-files | grep \"\.py\$\" | xargs black"
3535
echo "Run 'pip install -e .' if you do not have Black installed locally."
36-
git ls-files | grep "\.py$" | xargs black --diff
36+
git ls-files | grep "\.py$" | xargs python3 -m black --check

0 commit comments

Comments
 (0)