Skip to content

Commit ae843cc

Browse files
committed
pyproject: move mypy config to pyproject.toml
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 7c24153 commit ae843cc

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,10 @@ max-complexity = 10
6565
lines-between-types = 1
6666
lines-after-imports = 2
6767

68+
[tool.mypy]
69+
python_version = '3.9'
70+
strict = true
71+
show_error_codes = true
72+
6873
[tool.coverage.html]
6974
show_contexts = true

setup.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)