We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c37c55 commit a6179baCopy full SHA for a6179ba
.github/workflows/run_pre_commit.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
run_pre_commit:
14
name: Run pre-commit on all files
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
16
steps:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
.github/workflows/run_tox.yml
run_tox:
name: Run tox
strategy:
matrix:
python-version:
0 commit comments