We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6dff5 commit 8aa8bacCopy full SHA for 8aa8bac
.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@f8793aa7caf0b3196d6ed1370aea45f3c06304a3
+ - uses: install-pinned/ruff@a1393af046c08fe2aeda4efdb1daf0e049cf7dd4
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@a7c754a902168dce7bb174a2cfc1037cbc60b39a
+ - uses: install-pinned/black@09e8d7bc888aceeb0fb35c4281b1cb00447e6758
36
- run: black .
37
38
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
0 commit comments