We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb3efe commit 6049170Copy full SHA for 6049170
.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@a03542b2f415a42d74f22d264d41f0a93234610d
+ - uses: install-pinned/black@9241ba54e01d3221774e266acfd86a3f14624279
36
- run: black .
37
38
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
0 commit comments