Skip to content

Commit 970fb4e

Browse files
committed
pytype in 3.9
1 parent b720fab commit 970fb4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- python-version: '3.8'
1717
toxenv: py38
1818
- python-version: '3.9'
19-
toxenv: py39
19+
toxenv: py39,lint,pytype
2020
- python-version: '3.10'
21-
toxenv: py310,lint,pytype
21+
toxenv: py310
2222
steps:
2323
- uses: actions/checkout@v2
2424
- uses: actions/setup-python@v2

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import-order-style = pep8
1010

1111
[pytype]
1212
inputs = voc volvooncall
13-
python_version = 3.10
13+
python_version = 3.9
1414
disable =
1515
module-attr,
1616
attribute-error,

0 commit comments

Comments
 (0)