I think I've now caught all of them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
contrib/check-code.py | ||
---|---|---|
141 | can we just make this a character class, seems easier to read? r'[\s\'"`=]python\s(?!bindings)', ... |
Comment Actions
Note that tests/test-demandimport.py, and tests/test-filecache.py call subprocess.call(['python',..., do we want to catch this to use $PYTHON (or anything else that is not literal, e.g. os.environ.get('PYTHON', 'python') as well? If so we might want to check for ['
contrib/check-code.py | ||
---|---|---|
141 | Nice catch. |
can we just make this a character class, seems easier to read?