From 07dd14116fe1d8148fb614b160245287533620fc Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Mon, 3 Aug 2020 23:33:34 +0200 Subject: Working Emnist lines dataset. --- .flake8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.flake8') diff --git a/.flake8 b/.flake8 index af870ed..22ded06 100644 --- a/.flake8 +++ b/.flake8 @@ -1,9 +1,9 @@ [flake8] select = ANN,B,B9,BLK,C,D,DAR,E,F,I,S,W -ignore = E203,E501,W503,ANN101,F401,D202,S310,S101,S404,S602,B009 +ignore = E203,E501,W503,ANN101,F401,D202 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 +per-file-ignores = tests/*:S101,src/text_recognizer/datasets/*:S110,src/training/callbacks/*:B006 -- cgit v1.2.3-70-g09d2