Skip to content

Commit 06888e3

Browse files
committed
ci: Configure mypy strict globally
1 parent 3e57d59 commit 06888e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
run: python setup.py build_ext --inplace
4444

4545
- name: Check typing
46-
run: mypy --strict programs src tests
46+
run: mypy programs src tests

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ line_length = 79
2424

2525
[tool.mypy]
2626
show_error_codes = true
27+
strict = true
2728

2829
[tool.pylint.master]
2930
extension-pkg-whitelist='mbedtls'

0 commit comments

Comments
 (0)