summaryrefslogtreecommitdiff
path: root/.flake8
blob: 23e3b65d1d3aaeb9f6fe896db0a2519cc59ac24f (plain)
1
2
3
4
5
6
7
8
9
[flake8]
select = ANN,B,B9,BLK,C,D,DAR,E,F,I,S,W
ignore = E203,E501,W503,ANN101,F401,D202,S310,S101
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