Skip to content

Commit 35c0f1e

Browse files
authored
uvx --python=3.12 unittest2pytest --write .
Add checks for 'threading' and 'unittest' in workflows
1 parent 0118f92 commit 35c0f1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/itinerant_ruff_fixes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
# ref: dev # branch, tag, or SHA
3535
- run: ls -Fla
3636
- run: "git grep 'uses: ' .github/workflows || true"
37+
- run: git grep threading || true # Add Python 3.14t
38+
- run: git grep unittest || true # uvx --python=3.12 unittest2pytest --write .
3739
- run: codespell --count --ignore-words-list=assertin,astroid,crate || true
3840
# - run: cargo install typos-cli --locked --quiet && typos || true
3941
- uses: crate-ci/typos@v1

0 commit comments

Comments
 (0)