We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e57d59 commit 06888e3Copy full SHA for 06888e3
.github/workflows/typing.yml
@@ -43,4 +43,4 @@ jobs:
43
run: python setup.py build_ext --inplace
44
45
- name: Check typing
46
- run: mypy --strict programs src tests
+ run: mypy programs src tests
pyproject.toml
@@ -24,6 +24,7 @@ line_length = 79
24
25
[tool.mypy]
26
show_error_codes = true
27
+strict = true
28
29
[tool.pylint.master]
30
extension-pkg-whitelist='mbedtls'
0 commit comments