Add Expect package (#3517)

* Add Expect package

* Ignore patches during flake8 tests for package.py files

* Remove controversial changes
This commit is contained in:
Adam J. Stewart
2017-03-23 14:35:11 -05:00
committed by GitHub
parent ace890af49
commit 4ecfc39e1e
5 changed files with 113 additions and 5 deletions

View File

@@ -59,7 +59,8 @@
r'^\s*version\(.*\)',
r'^\s*variant\(.*\)',
r'^\s*depends_on\(.*\)',
r'^\s*extends\(.*\)'],
r'^\s*extends\(.*\)',
r'^\s*patch\(.*\)'],
# Exempt '@when' decorated functions from redefinition errors.
811: [r'^\s*\@when\(.*\)'],
},