We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b36f7 commit 8f12da6Copy full SHA for 8f12da6
.github/workflows/lint.yml
@@ -5,9 +5,9 @@ jobs:
5
format:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v3
9
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
10
with:
11
- python-version: "3.9"
+ python-version: "3.10"
12
- run: python -m pip install ruff
13
- run: ruff check .
0 commit comments