summaryrefslogtreecommitdiff
path: root/.flake8
blob: 4d5bd5cae4d65e29f15a6c99009c35dbc7af08db (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,ANN002,ANN003,F401,D202,S404,D107,S607,S603,S310,S106,S311,S105,S405,S314,D105,E731
max-line-length = 88
max-complexity = 10
application-import-names = text_recognizer,tests
import-order-style = google
docstring-convention = google
per-file-ignores = tests/*:S101,tests/*:S106