diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-04 23:11:44 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-04 23:11:44 +0200 |
commit | 53450493e0a13d835fd1d2457c49a9d60bee0e18 (patch) | |
tree | ed30fcdc9dca78ef403622842493273dabac3110 /.flake8 | |
parent | aa8b4d6089763e8023a1baccb14dd53b6eceea39 (diff) |
Nyströmer implemented but not tested
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [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 -max-line-length = 120 +max-line-length = 88 max-complexity = 10 application-import-names = text_recognizer,tests import-order-style = google |