Skip to content

Commit 8bb0956

Browse files
committed
prettify mypy output
1 parent 3a46b9f commit 8bb0956

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

mypy.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[mypy]
2+
show_error_context = true
3+
show_column_numbers = true
4+
show_error_codes = true
5+
pretty = true
6+
27
# --strict options as of mypy 0.782
38
warn_unused_configs = True
49
disallow_subclassing_any = True

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[flake8]
2+
ignore = E124,E128,E129,E201,E202,E225,E226,E231,E265,E271,E302,E303,F401,E402,E501,W503,E731,F811,F821,F841
3+
max-line-length = 88
4+
extend-ignore = E203, W503
5+
16
[aliases]
27
test=pytest
38

0 commit comments

Comments
 (0)