##// END OF EJS Templates
check-code: there must also be whitespace between ')' and operator...
check-code: there must also be whitespace between ')' and operator The check pattern only checked for whitespace between keyword and operator. Now it also warns: > x = f(),7 missing whitespace after , > x = f()+7 missing whitespace in expression

File last commit:

r16438:28a90cdf default
r18054:b35e3364 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer