We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb23110 commit 85247acCopy full SHA for 85247ac
1 file changed
.github/workflows/lint.yml
@@ -33,4 +33,4 @@ jobs:
33
echo "Black should pass before commit! If this fails, run the command on the next line to fix the errors, then commit the changes"
34
echo "git ls-files | grep \"\.py\$\" | xargs black"
35
echo "Run 'pip install -e .' if you do not have Black installed locally."
36
- git ls-files | grep "\.py$" | xargs black --diff
+ git ls-files | grep "\.py$" | xargs python3 -m black --check
0 commit comments