make typecheck ci pass

This commit is contained in:
Maxim Kurnikov
2019-01-26 18:04:26 +03:00
parent 145ce6bf18
commit 5d8576348e
2 changed files with 7 additions and 6 deletions

View File

@@ -17,11 +17,12 @@ IGNORED_ERROR_PATTERNS = [
'Invalid value for a to= parameter'
]
TESTS_DIRS = [
# 'absolute_url_overrides',
'admin_custom_urls',
#'aggregation_regress',
#'annotations',
#'app_loading',
'absolute_url_overrides',
'admin_*',
'aggregation',
'aggregation_regress',
'annotations',
'app_loading',
]
def check_file_in_the_current_directory(directory, fname):