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@a1393af046c08fe2aeda4efdb1daf0e049cf7dd4
17
+ - uses : install-pinned/ruff@f91b0bd5d5680f7ecf60fcd37860121a4b6dadf5
18
18
- run : ruff --fix-only .
19
19
- run : ruff format .
20
20
Original file line number Diff line number Diff line change 21
21
pyupgrade --exit-zero-even-if-changed --py39-plus **/*.py
22
22
23
23
# Sort imports with https://github.com/asottile/reorder_python_imports
24
- - uses : install-pinned/reorder_python_imports@4919b538f4633769fd61b53a217ee8189332f49e
24
+ - uses : install-pinned/reorder_python_imports@9397de6904c0791c23a16ce081245fc7498cf2b0
25
25
- name : Run reorder-python-imports
26
26
run : |
27
27
shopt -s globstar
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@09e8d7bc888aceeb0fb35c4281b1cb00447e6758
35
+ - uses : install-pinned/black@16ae6270b3f857eb3b9dc5d8f84cd2ecb1ca052b
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