diff options
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [flake8] select = ANN,B,B9,BLK,C,D,DAR,E,F,I,S,W -ignore = E203,E501,W503,ANN101,F401,D202,S404 +ignore = E203,E501,W503,ANN101,ANN002,ANN003,F401,D202,S404,D107 max-line-length = 120 max-complexity = 10 application-import-names = text_recognizer,tests |