We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560f0d4 commit 7a92525Copy full SHA for 7a92525
.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@fc90447b9d77655231e89ba016e71381e57a3804
+ - uses: install-pinned/ruff@50364bc42dfc4f7ed30b3a2c09a14c8c43a23bdf
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@a892e0753fc4c9f0e1efc6c86966f07b5b1c71b2
+ - uses: install-pinned/black@7d0c549f757100f9a9d85c092f726db7be7321ea
36
- run: black .
37
38
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
0 commit comments