Skip to content

Commit d7acd4e

Browse files
committed
add mypy.ini and update requirements.txt
1 parent 187a030 commit d7acd4e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[mypy]
2+
disable_error_code = import-untyped
3+
ignore_missing_imports = True

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ flake8
33
black
44
mypy
55
pytest
6+
rich

0 commit comments

Comments
 (0)