summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authoraktersnurra <gustaf.rydholm@gmail.com>2020-08-11 23:08:56 +0200
committeraktersnurra <gustaf.rydholm@gmail.com>2020-08-11 23:08:56 +0200
commit95cbdf5bc1cc9639febda23c28d8f464c998b214 (patch)
tree435faa5645bab4c05b7824f33d8e94a0bc421b66 /.flake8
parent53677be4ec14854ea4881b0d78730e0414c8dedd (diff)
Working one the cnn lstm ctc model.
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 22ded06..a27b644 100644
--- a/.flake8
+++ b/.flake8
@@ -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
+ignore = E203,E501,W503,ANN101,F401,D202,S404
max-line-length = 120
max-complexity = 10
application-import-names = text_recognizer,tests