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