[flake8] select = ANN,B,B9,BLK,C,D,DAR,E,F,I,S,W ignore = E203,E501,W503 max-line-length = 120 max-complexity = 10 application-import-names = text_recognizer,tests import-order-style = google docstring-convention = google per-file-ignores = tests/*:S101