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@cba1fcedcf06f8ce35ea5df3807d5ca864a5ad98
17
+ - uses : install-pinned/ruff@babc46065b3fe92de6464c44085aab914631c0a2
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@4ec21525e4de790a8b76d1224a2dd45868a2239d
31
+ - uses : install-pinned/autoflake@eefdf266065c9cbe80ff5285a8a3307ad97d7958
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@da1c4cd9047284302028272b9db712597533fac6
35
+ - uses : install-pinned/black@5c54e216b1101a3e602e4920e23cc0610ab620b4
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