We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a962d73 commit 560f0d4Copy full SHA for 560f0d4
.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@c0209d86da57ec5577d9a9809ead92d5ac41034a
+ - uses: install-pinned/ruff@fc90447b9d77655231e89ba016e71381e57a3804
18
- run: ruff --fix-only .
19
- run: ruff format .
20
.github/workflows/python.yml
# Upgrade to the latest Python syntax with https://github.com/asottile/pyupgrade
- - uses: install-pinned/pyupgrade@db06e93ad73b120eb0fcec2f32ddd7fcd01d9435
+ - uses: install-pinned/pyupgrade@2ef0e31dd8755f2a8b9f170ebfb241cb88b4f1ed
- name: Run pyupgrade
run: |
shopt -s globstar
0 commit comments