We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cd8b7 commit 0ea56f4Copy full SHA for 0ea56f4
.github/workflows/python-ruff.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
16
# Fix lint errors with https://github.com/charliermarsh/ruff
17
- - uses: install-pinned/ruff@38b373a3a8635c2be31d92314e816a491fda910a
+ - uses: install-pinned/ruff@cba1fcedcf06f8ce35ea5df3807d5ca864a5ad98
18
- run: ruff --fix-only .
19
- run: ruff format .
20
.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@9241ba54e01d3221774e266acfd86a3f14624279
+ - uses: install-pinned/black@da1c4cd9047284302028272b9db712597533fac6
36
- run: black .
37
38
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
0 commit comments