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 a66c78a commit bb7f518Copy full SHA for bb7f518
.pylintrc
@@ -69,7 +69,6 @@ disable=non-ascii-bytes-literal,
69
locally-disabled,
70
file-ignored,
71
suppressed-message,
72
- comprehension-escape,
73
similarities,
74
too-many-ancestors,
75
too-few-public-methods,
setup.cfg
@@ -71,3 +71,14 @@ max-line-length = 150
[aliases]
test = pytest
+
+[mypy]
76
+warn_unused_configs = True
77
+warn_redundant_casts = True
78
+show_error_context = True
79
+show_column_numbers = True
80
+pretty = True
81
82
+[mypy-ruamel.yaml.comments]
83
+follow_imports = skip
84
+ignore_errors = True
0 commit comments