We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708ecde commit 57b8b45Copy full SHA for 57b8b45
.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@50364bc42dfc4f7ed30b3a2c09a14c8c43a23bdf
+ - uses: install-pinned/ruff@f8793aa7caf0b3196d6ed1370aea45f3c06304a3
18
- run: ruff --fix-only .
19
- run: ruff format .
20
0 commit comments