Skip to content

Commit df4e2fe

Browse files
authored
Merge pull request #130 from nathanchance/ty
boot-utils: Add type annotations and linting with ty
2 parents 12a8223 + c1aac53 commit df4e2fe

File tree

5 files changed

+140
-113
lines changed

5 files changed

+140
-113
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
version: ['3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
9+
version: ['3.14', '3.13', '3.12', '3.11', '3.10', '3.9']
1010
uses: ClangBuiltLinux/actions-workflows/.github/workflows/python_lint.yml@main
1111
with:
1212
python_version: ${{ matrix.version }}
13+
ty: true

0 commit comments

Comments
 (0)