Skip to content

Commit b3b1c38

Browse files
committed
Attempt pytype fix
Signed-off-by: Eric Kerfoot <eric.kerfoot@gmail.com>
1 parent 5a537cd commit b3b1c38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pyflakes
2020
black>=22.12
2121
isort>=5.1, <6.0
2222
ruff
23-
pytype>=2020.6.1; platform_system != "Windows"
23+
pytype>=2020.6.1, <=2024.4.11; platform_system != "Windows"
2424
types-setuptools
2525
mypy>=1.5.0, <1.12.0
2626
ninja

0 commit comments

Comments
 (0)