We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df6adc commit a4fcba7Copy full SHA for a4fcba7
.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@a5367eab93dba18c9958b24631941363616a5fb5
+ - uses: install-pinned/ruff@bc12a64c2f0fd73d270f1b96fecb9f7706478bff
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@990356fe1e7c7f118eeb5ba0648f93588619b501
+ - uses: install-pinned/black@8fc5f6b19b02d6bfee206457b68e87db48a835c3
36
- run: black .
37
38
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
0 commit comments