We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f4efa commit 3cb3349Copy full SHA for 3cb3349
.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@19c5dfc87eb9364a98d2165207261bad27482e35
+ - uses: install-pinned/black@990356fe1e7c7f118eeb5ba0648f93588619b501
36
- run: black .
37
38
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
0 commit comments