summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake81
1 files changed, 1 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index eff48a6..b00f63b 100644
--- a/.flake8
+++ b/.flake8
@@ -7,3 +7,4 @@ application-import-names = text_recognizer,tests
import-order-style = google
docstring-convention = google
per-file-ignores = tests/*:S101,tests/*:S106,src/text_recognizer/datasets/*:S110,src/training/callbacks/*:B006,src/tasks/build_transitions.py:C901
+exclude = src/text_recognizer/networks/transducer/*