File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
16
16
# Fix lint errors with https://github.com/charliermarsh/ruff
17
- - uses : install-pinned/ruff@48831a86ce1ccf6386ae7e04eb47efc8780b4b5e
17
+ - uses : install-pinned/ruff@be1c354876e78dc826f323b569172d562e94c34a
18
18
- run : ruff --fix-only .
19
19
- run : ruff format .
20
20
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
28
28
reorder-python-imports --exit-zero-even-if-changed --py39-plus **/*.py
29
29
30
30
# Remove unused imports with https://github.com/PyCQA/autoflake
31
- - uses : install-pinned/autoflake@d28ad6620f52fa2145f963804cc69d2c7ab9afe8
31
+ - uses : install-pinned/autoflake@4ec21525e4de790a8b76d1224a2dd45868a2239d
32
32
- run : autoflake --in-place --remove-all-unused-imports -r .
33
33
34
34
# Format code with https://github.com/psf/black
35
- - uses : install-pinned/black@8fc5f6b19b02d6bfee206457b68e87db48a835c3
35
+ - uses : install-pinned/black@a03542b2f415a42d74f22d264d41f0a93234610d
36
36
- run : black .
37
37
38
38
- uses : autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
You can’t perform that action at this time.
0 commit comments