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 d8ae06b commit 26ff2deCopy full SHA for 26ff2de
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.13.3
+ python-version: 3.14.0
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