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.
2 parents 6386b82 + 80dc841 commit 64b963dCopy full SHA for 64b963d
python-format/action.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-python@v5
14
with:
15
- python-version: 3.12.1
+ python-version: 3.13.2
16
- run: python3 -m pip install --upgrade pip
17
- run: python3 -m pip install black==24.1.1
18
- id: python-files-found
python-lint/action.yml
- run: python3 -m pip install ruff==0.1.15
- run: ruff --respect-gitignore $GITHUB_WORKSPACE # ruff automatically finds python files
0 commit comments