We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6049170 commit a4aac43Copy full SHA for a4aac43
.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@be1c354876e78dc826f323b569172d562e94c34a
+ - uses: install-pinned/ruff@38b373a3a8635c2be31d92314e816a491fda910a
18
- run: ruff --fix-only .
19
- run: ruff format .
20
0 commit comments