# Black-compatible configurations [isort] force_single_line = True force_sort_within_sections = True lexicographical = True single_line_exclusions = ('typing',) order_by_type = False group_by_package = True line_length = 88 sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER [flake8] application-import-names=feed_status, tests, lambda import-order-style=google inline-quotes=' exclude = env,virtualenv-15.0.1 [pylint] max-line-length = 88 [pylint.messages_control] disable = C0330, C0326 [mypy] ignore_missing_imports = True