Skip to content

Commit

Permalink
Add todos for nested_lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenetriguba committed Nov 26, 2020
1 parent d6832cd commit 0c70929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[flake8]
max-line-length = 88
max-complexity = 10

# TODO: bump this down to 10 when nested_lookup is refactored/simplified.
max-complexity = 13
1 change: 1 addition & 0 deletions config_file/nested_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
]


# TODO: get rid of this global values_list
values_list = []


Expand Down

0 comments on commit 0c70929

Please sign in to comment.