Skip to content

Commit 3dfae6d

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [install-pinned/ruff](https://github.com/install-pinned/ruff), [install-pinned/autoflake](https://github.com/install-pinned/autoflake) and [install-pinned/black](https://github.com/install-pinned/black). Updates `install-pinned/ruff` from cba1fcedcf06f8ce35ea5df3807d5ca864a5ad98 to babc46065b3fe92de6464c44085aab914631c0a2 - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](install-pinned/ruff@cba1fce...babc460) Updates `install-pinned/autoflake` from 4ec21525e4de790a8b76d1224a2dd45868a2239d to eefdf266065c9cbe80ff5285a8a3307ad97d7958 - [Release notes](https://github.com/install-pinned/autoflake/releases) - [Commits](install-pinned/autoflake@4ec2152...eefdf26) Updates `install-pinned/black` from da1c4cd9047284302028272b9db712597533fac6 to 5c54e216b1101a3e602e4920e23cc0610ab620b4 - [Release notes](https://github.com/install-pinned/black/releases) - [Commits](install-pinned/black@da1c4cd...5c54e21) --- updated-dependencies: - dependency-name: install-pinned/ruff dependency-type: direct:production dependency-group: github-actions - dependency-name: install-pinned/autoflake dependency-type: direct:production dependency-group: github-actions - dependency-name: install-pinned/black dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd8aff7 commit 3dfae6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-ruff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
# Fix lint errors with https://github.com/charliermarsh/ruff
17-
- uses: install-pinned/ruff@cba1fcedcf06f8ce35ea5df3807d5ca864a5ad98
17+
- uses: install-pinned/ruff@babc46065b3fe92de6464c44085aab914631c0a2
1818
- run: ruff --fix-only .
1919
- run: ruff format .
2020

.github/workflows/python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
reorder-python-imports --exit-zero-even-if-changed --py39-plus **/*.py
2929
3030
# Remove unused imports with https://github.com/PyCQA/autoflake
31-
- uses: install-pinned/autoflake@4ec21525e4de790a8b76d1224a2dd45868a2239d
31+
- uses: install-pinned/autoflake@eefdf266065c9cbe80ff5285a8a3307ad97d7958
3232
- run: autoflake --in-place --remove-all-unused-imports -r .
3333

3434
# Format code with https://github.com/psf/black
35-
- uses: install-pinned/black@da1c4cd9047284302028272b9db712597533fac6
35+
- uses: install-pinned/black@5c54e216b1101a3e602e4920e23cc0610ab620b4
3636
- run: black .
3737

3838
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc

0 commit comments

Comments
 (0)