We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b8b45 commit 791ef9aCopy full SHA for 791ef9a
.github/workflows/python.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: autoflake --in-place --remove-all-unused-imports -r .
33
34
# Format code with https://github.com/psf/black
35
- - uses: install-pinned/black@7d0c549f757100f9a9d85c092f726db7be7321ea
+ - uses: install-pinned/black@a7c754a902168dce7bb174a2cfc1037cbc60b39a
36
- run: black .
37
38
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
0 commit comments