-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flake8
More file actions
14 lines (14 loc) · 710 Bytes
/
.flake8
File metadata and controls
14 lines (14 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[flake8]
max-line-length = 88
exclude = .git,
__pycache__,
efficientdet_old,
easy_efficientdet/_third_party/tf_object_detection_api/coco_evaluation.py,
easy_efficientdet/_third_party/tf_object_detection_api/coco_tools.py,
easy_efficientdet/_third_party/tf_object_detection_api/json_utils.py,
easy_efficientdet/_third_party/tf_object_detection_api/object_detection_evaluation.py,
easy_efficientdet/_third_party/tf_object_detection_api/per_image_evaluation.py,
easy_efficientdet/_third_party/tf_object_detection_api/standard_fields.py
easy_efficientdet/_third_party/tf_object_detection_api/utils/*
per-file-ignores =
__init__.py: F401