Skip to content

Commit a084283

Browse files
committed
add additional config options so that cibuild mypy and pre-commit outputs are the same
1 parent d35a7d5 commit a084283

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ exclude="^(tests|testing)$"
3838
namespace_packages=true
3939
explicit_package_bases=true
4040
ignore_missing_imports=true
41-
ignore_errors=true
41+
ignore_errors=true
42+
install_types=true
43+
non_interactive=true

0 commit comments

Comments
 (0)