We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708ecde commit b956829Copy full SHA for b956829
.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@04a3e3b66ce9336f758b9e95e6fff582e0f99e48
18
- run: ruff --fix-only .
19
- run: ruff format .
20
0 commit comments