Skip to content

Instantly share code, notes, and snippets.

@debugger22
Last active August 29, 2015 14:01
Show Gist options
  • Save debugger22/e6062667c2c24a7f9f12 to your computer and use it in GitHub Desktop.
Save debugger22/e6062667c2c24a7f9f12 to your computer and use it in GitHub Desktop.
SymPy PEP8 Errors
This is a list of errors encountered by PEP8 checker in sympy after ignoring E501, E502, E121,
E122, E124, E123, E125, E126, E127, E128, E129, E131, E262, E265 and E226.
./setup.py:107:1: E302 expected 2 blank lines, found 1
./setup.py:306:22: E201 whitespace after '{'
./setup.py:306:63: E202 whitespace before '}'
./examples/galgebra/eval_check.py:11:1: E302 expected 2 blank lines, found 1
./examples/galgebra/exp_check.py:9:1: E302 expected 2 blank lines, found 1
./examples/galgebra/mv_setup_options.py:9:1: E302 expected 2 blank lines, found 1
./examples/galgebra/mv_setup_options.py:31:1: E302 expected 2 blank lines, found 1
./examples/galgebra/mv_setup_options.py:34:1: E302 expected 2 blank lines, found 1
./examples/galgebra/print_check_latex.py:9:1: E302 expected 2 blank lines, found 1
./examples/galgebra/prob_not_solenoidal.py:9:1: E302 expected 2 blank lines, found 1
./examples/galgebra/products_latex.py:9:1: E302 expected 2 blank lines, found 1
./examples/galgebra/simple_check.py:9:1: E302 expected 2 blank lines, found 1
./examples/intermediate/sample.py:12:1: E302 expected 2 blank lines, found 1
./examples/beginner/basic.py:16:10: E201 whitespace after '('
./examples/beginner/basic.py:16:26: E202 whitespace before ')'
./examples/beginner/limits_examples.py:24:10: E201 whitespace after '('
./examples/beginner/limits_examples.py:24:65: E202 whitespace before ')'
./examples/beginner/limits_examples.py:26:10: E201 whitespace after '('
./examples/beginner/limits_examples.py:26:62: E202 whitespace before ')'
./examples/beginner/limits_examples.py:28:10: E201 whitespace after '('
./examples/beginner/limits_examples.py:28:57: E202 whitespace before ')'
./examples/beginner/limits_examples.py:30:10: E201 whitespace after '('
./examples/beginner/limits_examples.py:30:56: E202 whitespace before ')'
./examples/beginner/limits_examples.py:32:10: E201 whitespace after '('
./examples/beginner/limits_examples.py:32:55: E202 whitespace before ')'
./examples/beginner/limits_examples.py:34:10: E201 whitespace after '('
./examples/beginner/limits_examples.py:34:47: E202 whitespace before ')'
./examples/beginner/limits_examples.py:36:10: E201 whitespace after '('
./examples/beginner/limits_examples.py:36:56: E202 whitespace before ')'
./examples/beginner/limits_examples.py:38:10: E201 whitespace after '('
./examples/beginner/print_pretty.py:15:12: E201 whitespace after '('
./examples/beginner/print_pretty.py:15:17: E202 whitespace before ')'
./examples/beginner/print_pretty.py:24:12: E201 whitespace after '('
./examples/beginner/print_pretty.py:24:27: E202 whitespace before ')'
./examples/beginner/print_pretty.py:27:12: E201 whitespace after '('
./examples/beginner/print_pretty.py:27:46: E202 whitespace before ')'
./examples/beginner/print_pretty.py:30:12: E201 whitespace after '('
./examples/beginner/print_pretty.py:30:31: E202 whitespace before ')'
./examples/beginner/print_pretty.py:33:12: E201 whitespace after '('
./examples/beginner/print_pretty.py:33:25: E202 whitespace before ')'
./examples/beginner/print_pretty.py:36:12: E201 whitespace after '('
./examples/beginner/print_pretty.py:36:31: E202 whitespace before ')'
./examples/beginner/print_pretty.py:39:12: E201 whitespace after '('
./examples/beginner/print_pretty.py:39:40: E202 whitespace before ')'
./sympy/abc.py:11:22: E261 at least two spaces before inline comment
./sympy/abc.py:19:1: E302 expected 2 blank lines, found 1
./sympy/conftest.py:17:23: E225 missing whitespace around operator
./sympy/core/__init__.py:16:26: E201 whitespace after '('
./sympy/core/__init__.py:18:19: E202 whitespace before ')'
./sympy/core/add.py:16:1: E302 expected 2 blank lines, found 0
./sympy/core/add.py:109:25: E113 unexpected indentation
./sympy/core/add.py:112:25: E113 unexpected indentation
./sympy/core/basic.py:15:1: E302 expected 2 blank lines, found 1
./sympy/core/basic.py:273:34: E201 whitespace after '['
./sympy/core/basic.py:273:65: E202 whitespace before ']'
./sympy/core/basic.py:372:26: E201 whitespace after '['
./sympy/core/basic.py:372:69: E202 whitespace before ']'
./sympy/core/basic.py:532:5: E303 too many blank lines (2)
./sympy/core/basic.py:1339:66: E201 whitespace after '['
./sympy/core/basic.py:1343:65: E201 whitespace after '['
./sympy/core/basic.py:1365:9: E301 expected 1 blank line, found 0
./sympy/core/basic.py:1535:22: E201 whitespace after '['
./sympy/core/basic.py:1536:63: E202 whitespace before ']'
./sympy/core/basic.py:1547:18: E201 whitespace after '['
./sympy/core/basic.py:1549:35: E202 whitespace before ']'
./sympy/core/basic.py:1604:28: E201 whitespace after '['
./sympy/core/basic.py:1604:72: E202 whitespace before ']'
./sympy/core/basic.py:1797:25: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/core/cache.py:8:13: E113 unexpected indentation
./sympy/core/cache.py:12:1: E302 expected 2 blank lines, found 1
./sympy/core/cache.py:103:26: E261 at least two spaces before inline comment
./sympy/core/compatibility.py:77:5: E301 expected 1 blank line, found 0
./sympy/core/compatibility.py:79:5: E301 expected 1 blank line, found 0
./sympy/core/compatibility.py:109:5: E301 expected 1 blank line, found 0
./sympy/core/compatibility.py:111:5: E301 expected 1 blank line, found 0
./sympy/core/compatibility.py:142:1: E302 expected 2 blank lines, found 1
./sympy/core/compatibility.py:180:9: E301 expected 1 blank line, found 0
./sympy/core/compatibility.py:200:1: E302 expected 2 blank lines, found 1
./sympy/core/compatibility.py:288:20: E261 at least two spaces before inline comment
./sympy/core/compatibility.py:318:20: E261 at least two spaces before inline comment
./sympy/core/compatibility.py:687:1: E302 expected 2 blank lines, found 1
./sympy/core/compatibility.py:737:24: E261 at least two spaces before inline comment
./sympy/core/compatibility.py:739:9: E301 expected 1 blank line, found 0
./sympy/core/containers.py:36:17: E201 whitespace after '['
./sympy/core/containers.py:36:46: E202 whitespace before ']'
./sympy/core/evalf.py:32:1: E302 expected 2 blank lines, found 1
./sympy/core/evalf.py:1135:12: E713 test for membership should be 'not in'
./sympy/core/evalf.py:1163:14: E203 whitespace before ':'
./sympy/core/evalf.py:1223:27: E202 whitespace before ')'
./sympy/core/evalf.py:1223:29: E261 at least two spaces before inline comment
./sympy/core/expr.py:73:18: E201 whitespace after '['
./sympy/core/expr.py:73:69: E202 whitespace before ']'
./sympy/core/expr.py:789:29: E201 whitespace after '['
./sympy/core/expr.py:789:69: E202 whitespace before ']'
./sympy/core/expr.py:834:21: E201 whitespace after '['
./sympy/core/expr.py:834:49: E202 whitespace before ']'
./sympy/core/expr.py:2634:18: E713 test for membership should be 'not in'
./sympy/core/exprtools.py:537:23: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/core/exprtools.py:539:25: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/core/exprtools.py:1068:5: E301 expected 1 blank line, found 0
./sympy/core/exprtools.py:1074:5: E301 expected 1 blank line, found 0
./sympy/core/facts.py:284:42: E202 whitespace before ')'
./sympy/core/function.py:456:13: E301 expected 1 blank line, found 0
./sympy/core/function.py:467:35: E225 missing whitespace around operator
./sympy/core/function.py:470:35: E225 missing whitespace around operator
./sympy/core/function.py:471:32: E225 missing whitespace around operator
./sympy/core/function.py:719:1: E302 expected 2 blank lines, found 1
./sympy/core/function.py:1478:25: E201 whitespace after '['
./sympy/core/function.py:1478:77: E202 whitespace before ']'
./sympy/core/function.py:1495:9: E301 expected 1 blank line, found 0
./sympy/core/function.py:1498:9: E301 expected 1 blank line, found 0
./sympy/core/function.py:1581:21: E201 whitespace after '['
./sympy/core/function.py:1583:61: E202 whitespace before ']'
./sympy/core/logic.py:119:21: E201 whitespace after '('
./sympy/core/logic.py:119:63: E202 whitespace before ')'
./sympy/core/logic.py:250:19: E201 whitespace after '('
./sympy/core/logic.py:250:48: E202 whitespace before ')'
./sympy/core/logic.py:261:32: E201 whitespace after '('
./sympy/core/logic.py:261:48: E202 whitespace before ')'
./sympy/core/logic.py:278:20: E201 whitespace after '('
./sympy/core/logic.py:278:49: E202 whitespace before ')'
./sympy/core/mod.py:55:35: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/core/mul.py:30:1: E302 expected 2 blank lines, found 0
./sympy/core/mul.py:182:20: E714 test for object identity should be 'is not'
./sympy/core/mul.py:211:29: E113 unexpected indentation
./sympy/core/mul.py:214:29: E113 unexpected indentation
./sympy/core/mul.py:217:29: E113 unexpected indentation
./sympy/core/mul.py:222:29: E113 unexpected indentation
./sympy/core/mul.py:420:29: E113 unexpected indentation
./sympy/core/mul.py:501:19: E222 multiple spaces after operator
./sympy/core/mul.py:1374:64: E225 missing whitespace around operator
./sympy/core/mul.py:1384:60: E225 missing whitespace around operator
./sympy/core/mul.py:1608:5: E301 expected 1 blank line, found 0
./sympy/core/numbers.py:1353:18: E111 indentation is not a multiple of four
./sympy/core/numbers.py:2892:10: E111 indentation is not a multiple of four
./sympy/core/numbers.py:2954:10: E111 indentation is not a multiple of four
./sympy/core/power.py:228:51: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/core/power.py:1133:51: E261 at least two spaces before inline comment
./sympy/core/relational.py:85:25: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/core/relational.py:87:27: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/core/relational.py:258:21: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/core/symbol.py:129:16: E713 test for membership should be 'not in'
./sympy/core/symbol.py:301:1: E302 expected 2 blank lines, found 1
./sympy/core/symbol.py:431:9: E301 expected 1 blank line, found 0
./sympy/core/sympify.py:27:1: E302 expected 2 blank lines, found 1
./sympy/core/sympify.py:53:1: E302 expected 2 blank lines, found 1
./sympy/core/sympify.py:241:12: E721 do not compare types, use 'isinstance()'
./sympy/core/sympify.py:436:5: E301 expected 1 blank line, found 0
./sympy/core/trace.py:140:63: E202 whitespace before ')'
./sympy/core/tests/test_args.py:162:54: E231 missing whitespace after ','
./sympy/core/tests/test_args.py:162:57: E231 missing whitespace after ','
./sympy/core/tests/test_args.py:162:60: E231 missing whitespace after ','
./sympy/core/tests/test_args.py:169:52: E231 missing whitespace after ','
./sympy/core/tests/test_args.py:169:55: E231 missing whitespace after ','
./sympy/core/tests/test_args.py:169:57: E231 missing whitespace after ','
./sympy/core/tests/test_args.py:176:56: E231 missing whitespace after ','
./sympy/core/tests/test_args.py:176:59: E231 missing whitespace after ','
./sympy/core/tests/test_args.py:176:61: E231 missing whitespace after ','
./sympy/core/tests/test_args.py:472:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:476:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:547:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:551:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:555:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:560:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:564:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:689:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:693:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:709:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:747:50: E231 missing whitespace after ','
./sympy/core/tests/test_args.py:794:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:833:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:837:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:876:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:880:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:884:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1149:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1153:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1317:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1321:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1325:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1329:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1333:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1337:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1341:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1705:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1710:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1715:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1720:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1725:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1730:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1735:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1740:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1745:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1750:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1755:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1775:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1779:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1783:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1787:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1895:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1900:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1918:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1924:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1930:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1962:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1972:65: E202 whitespace before ')'
./sympy/core/tests/test_args.py:1974:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1979:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1987:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1991:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1995:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:1999:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2003:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2007:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2011:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2015:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2019:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2023:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2027:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2031:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2035:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2040:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2130:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2134:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2138:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2409:63: E202 whitespace before ')'
./sympy/core/tests/test_args.py:2413:73: E202 whitespace before ')'
./sympy/core/tests/test_args.py:2414:68: E202 whitespace before ')'
./sympy/core/tests/test_args.py:2840:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2871:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:2875:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:3113:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_args.py:3124:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_arit.py:334:43: E201 whitespace after '('
./sympy/core/tests/test_arit.py:1565:29: E231 missing whitespace after ','
./sympy/core/tests/test_arit.py:1566:28: E231 missing whitespace after ','
./sympy/core/tests/test_arit.py:1580:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_arit.py:1601:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_basic.py:152:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_basic.py:156:39: E201 whitespace after '{'
./sympy/core/tests/test_basic.py:156:41: E203 whitespace before ':'
./sympy/core/tests/test_basic.py:156:53: E203 whitespace before ':'
./sympy/core/tests/test_cache.py:13:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_compatibility.py:14:30: E203 whitespace before ':'
./sympy/core/tests/test_compatibility.py:15:30: E203 whitespace before ':'
./sympy/core/tests/test_compatibility.py:26:29: E231 missing whitespace after ':'
./sympy/core/tests/test_compatibility.py:26:34: E231 missing whitespace after ':'
./sympy/core/tests/test_compatibility.py:26:39: E231 missing whitespace after ':'
./sympy/core/tests/test_compatibility.py:26:47: E231 missing whitespace after ':'
./sympy/core/tests/test_complex.py:106:41: E201 whitespace after '('
./sympy/core/tests/test_complex.py:106:66: E201 whitespace after '('
./sympy/core/tests/test_complex.py:208:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_containers.py:134:34: E713 test for membership should be 'not in'
./sympy/core/tests/test_count_ops.py:2:47: E203 whitespace before ','
./sympy/core/tests/test_count_ops.py:2:48: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:2:53: E203 whitespace before ','
./sympy/core/tests/test_count_ops.py:2:54: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:2:67: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:8:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_count_ops.py:18:22: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:19:23: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:21:23: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:22:24: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:23:23: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:24:27: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:25:30: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:26:23: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:26:25: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:27:26: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:27:28: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:29:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_count_ops.py:94:31: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:94:39: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:96:22: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:97:23: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:98:26: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:99:22: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:99:27: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:99:33: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:100:23: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:101:24: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:102:23: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:103:27: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:104:30: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:105:23: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:105:25: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:106:23: E231 missing whitespace after ','
./sympy/core/tests/test_count_ops.py:106:33: E231 missing whitespace after ','
./sympy/core/tests/test_eval.py:37:17: E201 whitespace after '('
./sympy/core/tests/test_evalf.py:256:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_evalf.py:257:17: E231 missing whitespace after ','
./sympy/core/tests/test_evalf.py:257:20: E231 missing whitespace after ','
./sympy/core/tests/test_evalf.py:257:22: E231 missing whitespace after ','
./sympy/core/tests/test_evalf.py:258:17: E231 missing whitespace after ','
./sympy/core/tests/test_evalf.py:258:20: E231 missing whitespace after ','
./sympy/core/tests/test_evalf.py:258:22: E231 missing whitespace after ','
./sympy/core/tests/test_evalf.py:260:19: E231 missing whitespace after ','
./sympy/core/tests/test_evalf.py:260:22: E231 missing whitespace after ','
./sympy/core/tests/test_evalf.py:260:24: E231 missing whitespace after ','
./sympy/core/tests/test_evalf.py:262:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_evaluate.py:5:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_evaluate.py:20:1: E303 too many blank lines (3)
./sympy/core/tests/test_expand.py:198:69: E225 missing whitespace around operator
./sympy/core/tests/test_expand.py:200:72: E225 missing whitespace around operator
./sympy/core/tests/test_expand.py:265:61: E225 missing whitespace around operator
./sympy/core/tests/test_expand.py:272:59: E225 missing whitespace around operator
./sympy/core/tests/test_expand.py:305:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_expr.py:241:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_expr.py:435:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_expr.py:1354:13: E201 whitespace after '('
./sympy/core/tests/test_expr.py:1356:13: E201 whitespace after '('
./sympy/core/tests/test_expr.py:1359:13: E201 whitespace after '('
./sympy/core/tests/test_expr.py:1361:13: E201 whitespace after '('
./sympy/core/tests/test_expr.py:1624:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_expr.py:1627:26: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/core/tests/test_exprtools.py:30:18: E201 whitespace after '{'
./sympy/core/tests/test_facts.py:164:28: E201 whitespace after '{'
./sympy/core/tests/test_facts.py:165:28: E201 whitespace after '{'
./sympy/core/tests/test_facts.py:165:51: E241 multiple spaces after ','
./sympy/core/tests/test_facts.py:166:28: E201 whitespace after '{'
./sympy/core/tests/test_facts.py:166:65: E202 whitespace before '}'
./sympy/core/tests/test_facts.py:167:28: E201 whitespace after '{'
./sympy/core/tests/test_facts.py:169:65: E202 whitespace before '}'
./sympy/core/tests/test_facts.py:170:65: E202 whitespace before '}'
./sympy/core/tests/test_facts.py:171:65: E202 whitespace before '}'
./sympy/core/tests/test_facts.py:172:43: E241 multiple spaces after ','
./sympy/core/tests/test_facts.py:172:65: E202 whitespace before '}'
./sympy/core/tests/test_facts.py:187:55: E202 whitespace before '}'
./sympy/core/tests/test_facts.py:188:55: E202 whitespace before '}'
./sympy/core/tests/test_facts.py:189:30: E201 whitespace after '{'
./sympy/core/tests/test_facts.py:189:55: E202 whitespace before '}'
./sympy/core/tests/test_facts.py:190:37: E241 multiple spaces after ','
./sympy/core/tests/test_facts.py:191:28: E201 whitespace after '{'
./sympy/core/tests/test_facts.py:197:55: E202 whitespace before '}'
./sympy/core/tests/test_facts.py:199:30: E201 whitespace after '{'
./sympy/core/tests/test_facts.py:199:55: E202 whitespace before '}'
./sympy/core/tests/test_facts.py:201:28: E201 whitespace after '{'
./sympy/core/tests/test_facts.py:248:25: E241 multiple spaces after ','
./sympy/core/tests/test_facts.py:250:35: E241 multiple spaces after ','
./sympy/core/tests/test_facts.py:252:54: E202 whitespace before '}'
./sympy/core/tests/test_function.py:114:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_function.py:153:35: E201 whitespace after '['
./sympy/core/tests/test_function.py:153:48: E202 whitespace before ']'
./sympy/core/tests/test_function.py:230:43: E201 whitespace after '['
./sympy/core/tests/test_function.py:230:50: E202 whitespace before ']'
./sympy/core/tests/test_logic.py:93:16: E201 whitespace after '('
./sympy/core/tests/test_logic.py:93:45: E202 whitespace before ')'
./sympy/core/tests/test_logic.py:94:15: E201 whitespace after '('
./sympy/core/tests/test_logic.py:94:42: E202 whitespace before ')'
./sympy/core/tests/test_logic.py:96:15: E201 whitespace after '('
./sympy/core/tests/test_logic.py:96:94: E202 whitespace before ')'
./sympy/core/tests/test_match.py:222:35: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:222:40: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:222:47: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:222:52: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:223:39: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:223:44: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:223:51: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:223:56: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:224:39: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:224:44: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:224:57: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:224:68: E231 missing whitespace after ':'
./sympy/core/tests/test_match.py:284:20: E201 whitespace after '('
./sympy/core/tests/test_match.py:284:36: E202 whitespace before ')'
./sympy/core/tests/test_match.py:381:31: E201 whitespace after '['
./sympy/core/tests/test_match.py:381:58: E202 whitespace before ']'
./sympy/core/tests/test_match.py:382:29: E201 whitespace after '['
./sympy/core/tests/test_match.py:382:56: E202 whitespace before ']'
./sympy/core/tests/test_match.py:558:33: E225 missing whitespace around operator
./sympy/core/tests/test_match.py:603:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_numbers.py:446:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_numbers.py:735:25: E261 at least two spaces before inline comment
./sympy/core/tests/test_numbers.py:805:17: E225 missing whitespace around operator
./sympy/core/tests/test_numbers.py:807:17: E225 missing whitespace around operator
./sympy/core/tests/test_numbers.py:971:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_numbers.py:982:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_numbers.py:1213:16: E201 whitespace after '('
./sympy/core/tests/test_numbers.py:1214:16: E201 whitespace after '('
./sympy/core/tests/test_numbers.py:1401:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_numbers.py:1405:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_relational.py:4:36: E201 whitespace after '('
./sympy/core/tests/test_relational.py:6:15: E202 whitespace before ')'
./sympy/core/tests/test_relational.py:254:37: E201 whitespace after '('
./sympy/core/tests/test_relational.py:254:56: E202 whitespace before ')'
./sympy/core/tests/test_relational.py:256:42: E201 whitespace after '('
./sympy/core/tests/test_relational.py:256:61: E202 whitespace before ')'
./sympy/core/tests/test_subs.py:417:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_subs.py:431:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_subs.py:437:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_subs.py:608:6: E231 missing whitespace after ','
./sympy/core/tests/test_subs.py:609:28: E231 missing whitespace after ','
./sympy/core/tests/test_subs.py:609:33: E231 missing whitespace after ','
./sympy/core/tests/test_subs.py:609:36: E231 missing whitespace after ','
./sympy/core/tests/test_subs.py:609:40: E231 missing whitespace after ','
./sympy/core/tests/test_subs.py:616:12: E231 missing whitespace after ','
./sympy/core/tests/test_subs.py:616:14: E231 missing whitespace after ','
./sympy/core/tests/test_symbol.py:155:28: E201 whitespace after '('
./sympy/core/tests/test_symbol.py:155:35: E202 whitespace before ')'
./sympy/core/tests/test_symbol.py:168:23: E201 whitespace after '['
./sympy/core/tests/test_symbol.py:169:45: E202 whitespace before ']'
./sympy/core/tests/test_symbol.py:183:24: E201 whitespace after '['
./sympy/core/tests/test_symbol.py:183:41: E202 whitespace before ']'
./sympy/core/tests/test_symbol.py:188:44: E202 whitespace before ')'
./sympy/core/tests/test_symbol.py:290:27: E231 missing whitespace after ','
./sympy/core/tests/test_symbol.py:293:5: E303 too many blank lines (2)
./sympy/core/tests/test_symbol.py:330:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_sympify.py:242:64: E261 at least two spaces before inline comment
./sympy/core/tests/test_sympify.py:243:72: E261 at least two spaces before inline comment
./sympy/core/tests/test_sympify.py:454:8: E222 multiple spaces after operator
./sympy/core/tests/test_sympify.py:482:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_trace.py:17:24: E201 whitespace after '('
./sympy/core/tests/test_wester.py:286:58: E231 missing whitespace after ':'
./sympy/core/tests/test_wester.py:485:10: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:486:10: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:619:33: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:623:20: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:625:37: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:772:10: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:851:33: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:874:35: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:903:18: E201 whitespace after '('
./sympy/core/tests/test_wester.py:928:35: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:943:43: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:948:49: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:953:34: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:979:70: E202 whitespace before ']'
./sympy/core/tests/test_wester.py:1031:20: E241 multiple spaces after ':'
./sympy/core/tests/test_wester.py:1031:28: E241 multiple spaces after ':'
./sympy/core/tests/test_wester.py:1031:36: E241 multiple spaces after ':'
./sympy/core/tests/test_wester.py:1031:44: E241 multiple spaces after ':'
./sympy/core/tests/test_wester.py:1031:52: E241 multiple spaces after ':'
./sympy/core/tests/test_wester.py:1031:60: E241 multiple spaces after ':'
./sympy/core/tests/test_wester.py:1031:68: E241 multiple spaces after ':'
./sympy/core/tests/test_wester.py:1032:12: E241 multiple spaces after ':'
./sympy/core/tests/test_wester.py:1032:20: E241 multiple spaces after ':'
./sympy/core/tests/test_wester.py:1037:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_wester.py:1039:82: E202 whitespace before ']'
./sympy/core/tests/test_wester.py:1041:35: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1042:35: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1043:36: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1044:36: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1057:45: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/core/tests/test_wester.py:1063:73: E202 whitespace before ')'
./sympy/core/tests/test_wester.py:1065:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_wester.py:1119:53: E261 at least two spaces before inline comment
./sympy/core/tests/test_wester.py:1168:17: E227 missing whitespace around bitwise or shift operator
./sympy/core/tests/test_wester.py:1168:21: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:1168:44: E227 missing whitespace around bitwise or shift operator
./sympy/core/tests/test_wester.py:1168:56: E227 missing whitespace around bitwise or shift operator
./sympy/core/tests/test_wester.py:1169:40: E227 missing whitespace around bitwise or shift operator
./sympy/core/tests/test_wester.py:1175:41: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1175:58: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1176:15: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1176:24: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1177:15: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1177:24: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1178:16: E227 missing whitespace around bitwise or shift operator
./sympy/core/tests/test_wester.py:1178:19: E227 missing whitespace around bitwise or shift operator
./sympy/core/tests/test_wester.py:1178:24: E227 missing whitespace around bitwise or shift operator
./sympy/core/tests/test_wester.py:1178:30: E227 missing whitespace around bitwise or shift operator
./sympy/core/tests/test_wester.py:1178:35: E227 missing whitespace around bitwise or shift operator
./sympy/core/tests/test_wester.py:1178:41: E227 missing whitespace around bitwise or shift operator
./sympy/core/tests/test_wester.py:1178:44: E221 multiple spaces before operator
./sympy/core/tests/test_wester.py:1249:11: E271 multiple spaces after keyword
./sympy/core/tests/test_wester.py:1256:11: E271 multiple spaces after keyword
./sympy/core/tests/test_wester.py:1320:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1320:31: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1321:40: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1322:34: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1324:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1324:45: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1325:45: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1328:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1329:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1338:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1339:31: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1340:31: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1340:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1341:31: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1341:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1345:24: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1346:24: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1346:28: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1347:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1356:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_wester.py:1359:6: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:1366:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1367:24: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1381:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1381:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1381:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1382:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1382:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1382:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1385:35: E221 multiple spaces before operator
./sympy/core/tests/test_wester.py:1401:24: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1434:22: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1434:34: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1434:40: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1434:46: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1434:52: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1434:58: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1435:22: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1435:28: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1435:40: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1435:46: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1435:52: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1435:58: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1436:23: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1436:29: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1436:35: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1436:41: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1436:47: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1436:53: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1436:59: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1437:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1437:29: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1437:35: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1437:41: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1437:47: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1437:53: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1437:59: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1438:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1438:18: E221 multiple spaces before operator
./sympy/core/tests/test_wester.py:1438:23: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1438:29: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1438:35: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1438:41: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1438:53: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1438:59: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1439:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1439:23: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1439:29: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1439:35: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1439:47: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1439:53: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1439:59: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1440:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1440:23: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1440:29: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1440:35: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1440:41: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1440:47: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1440:53: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1441:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1441:23: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1441:29: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1441:35: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1441:41: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1441:47: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1441:59: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1453:21: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1453:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1453:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1453:44: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1453:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1453:56: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1453:62: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1454:21: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1454:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1454:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1454:44: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1454:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1454:56: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1454:62: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1455:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1455:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1455:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1455:44: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1455:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1455:56: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1455:62: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1456:21: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1456:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1456:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1456:44: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1456:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1456:56: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1456:62: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1457:21: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1457:21: E221 multiple spaces before operator
./sympy/core/tests/test_wester.py:1457:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1457:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1457:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1457:44: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1457:56: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1457:62: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1458:21: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1458:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1458:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1458:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1458:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1458:56: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1458:62: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1459:21: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1459:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1459:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1459:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1459:44: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1459:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1459:56: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1460:21: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1460:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1460:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1460:38: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1460:44: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1460:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1460:62: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1468:42: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1468:46: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1468:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1468:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1469:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1469:22: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1469:27: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1469:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1469:37: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1469:42: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1469:46: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1469:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1469:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1470:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1470:22: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1470:27: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1470:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1470:37: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1470:42: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1470:46: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1470:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1470:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1471:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1471:22: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1471:27: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1471:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1471:37: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1471:42: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1471:46: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1471:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1471:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1472:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1472:22: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1472:27: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1472:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1472:37: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1472:42: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1472:46: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1472:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1472:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1473:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1473:22: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1473:27: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1473:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1473:37: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1473:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1473:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1474:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1474:22: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1474:27: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1474:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1474:37: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1474:42: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1474:46: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1474:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1474:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1475:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1475:22: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1475:27: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1475:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1475:37: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1475:42: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1475:46: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1476:18: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1476:22: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1476:27: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1476:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1476:37: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1476:42: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1476:46: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1476:50: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1476:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1484:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1485:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1486:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1487:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1504:46: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1506:46: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1507:46: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1508:46: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1509:46: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1511:46: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1512:46: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1513:46: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1529:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1529:24: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1529:28: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1530:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1530:28: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1531:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1531:28: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1532:24: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1532:28: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1532:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1533:24: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1533:32: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1536:28: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1537:28: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1538:28: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1539:28: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1551:64: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1556:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1556:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1556:34: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1557:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1557:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1558:20: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1558:26: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1558:34: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1559:34: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1561:33: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1562:12: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1562:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1563:12: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1563:33: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1563:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1564:12: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1564:33: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1564:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1615:6: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:1619:18: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1638:58: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1643:31: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1643:34: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1643:51: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1643:62: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1656:27: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1656:30: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1657:54: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1663:15: E271 multiple spaces after keyword
./sympy/core/tests/test_wester.py:1666:46: E201 whitespace after '['
./sympy/core/tests/test_wester.py:1666:57: E241 multiple spaces after ','
./sympy/core/tests/test_wester.py:1673:15: E271 multiple spaces after keyword
./sympy/core/tests/test_wester.py:1715:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1716:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1717:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1718:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1719:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1720:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1721:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1722:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1723:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1724:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1725:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1726:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1727:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1728:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1729:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1730:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1731:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:1739:22: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:1756:17: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1756:20: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1756:22: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:1759:1: E302 expected 2 blank lines, found 1
./sympy/core/tests/test_wester.py:1763:18: E261 at least two spaces before inline comment
./sympy/core/tests/test_wester.py:1888:69: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:1919:39: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:1933:27: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:1994:11: E271 multiple spaces after keyword
./sympy/core/tests/test_wester.py:2150:76: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:2210:34: E231 missing whitespace after ','
./sympy/core/tests/test_wester.py:2241:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2242:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2243:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2244:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2245:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2246:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2247:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2248:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2249:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2250:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2251:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2288:44: E221 multiple spaces before operator
./sympy/core/tests/test_wester.py:2299:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2300:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2301:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2302:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2303:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2304:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2305:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2495:40: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:2586:24: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:2625:23: E225 missing whitespace around operator
./sympy/core/tests/test_wester.py:2803:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2804:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2805:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2806:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2807:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2808:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2809:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2865:14: E222 multiple spaces after operator
./sympy/core/tests/test_wester.py:2882:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2888:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2917:1: E112 expected an indented block
./sympy/core/tests/test_wester.py:2918:1: E112 expected an indented block
./sympy/geometry/ellipse.py:871:41: E231 missing whitespace after ','
./sympy/geometry/ellipse.py:874:5: E303 too many blank lines (2)
./sympy/geometry/ellipse.py:1096:31: E201 whitespace after '('
./sympy/geometry/ellipse.py:1096:61: E202 whitespace before ')'
./sympy/geometry/ellipse.py:1097:31: E201 whitespace after '('
./sympy/geometry/ellipse.py:1097:61: E202 whitespace before ')'
./sympy/geometry/ellipse.py:1116:5: E303 too many blank lines (2)
./sympy/geometry/line.py:1155:5: E303 too many blank lines (2)
./sympy/geometry/line.py:1348:5: E303 too many blank lines (2)
./sympy/geometry/line.py:1381:5: E303 too many blank lines (2)
./sympy/geometry/line.py:1437:23: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/geometry/line.py:1507:26: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/geometry/line.py:1509:29: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/geometry/tests/test_geometry.py:112:24: E231 missing whitespace after ','
./sympy/geometry/tests/test_geometry.py:112:34: E251 unexpected spaces around keyword / parameter equals
./sympy/geometry/tests/test_geometry.py:112:36: E251 unexpected spaces around keyword / parameter equals
./sympy/geometry/tests/test_geometry.py:294:30: E201 whitespace after '('
./sympy/geometry/tests/test_geometry.py:294:40: E202 whitespace before ')'
./sympy/geometry/tests/test_geometry.py:358:5: E303 too many blank lines (2)
./sympy/geometry/tests/test_geometry.py:634:28: E231 missing whitespace after ':'
./sympy/geometry/tests/test_geometry.py:699:26: E231 missing whitespace after ','
./sympy/geometry/tests/test_geometry.py:699:41: E231 missing whitespace after ','
./sympy/geometry/tests/test_geometry.py:699:56: E231 missing whitespace after ','
./sympy/geometry/tests/test_geometry.py:699:71: E231 missing whitespace after ','
./sympy/geometry/tests/test_geometry.py:702:5: E303 too many blank lines (2)
./sympy/geometry/tests/test_geometry.py:722:21: E231 missing whitespace after ','
./sympy/geometry/tests/test_geometry.py:722:36: E231 missing whitespace after ','
./sympy/geometry/tests/test_geometry.py:1085:57: E225 missing whitespace around operator
./sympy/geometry/tests/test_geometry.py:1188:13: E221 multiple spaces before operator
./sympy/geometry/tests/test_geometry.py:1198:11: E111 indentation is not a multiple of four
./sympy/geometry/tests/test_geometry.py:1199:11: E111 indentation is not a multiple of four
./sympy/geometry/tests/test_geometry.py:1200:11: E111 indentation is not a multiple of four
./sympy/tensor/index_methods.py:45:30: E201 whitespace after '['
./sympy/tensor/index_methods.py:45:67: E202 whitespace before ']'
./sympy/tensor/tensor.py:268:96: E225 missing whitespace around operator
./sympy/tensor/tensor.py:277:92: E225 missing whitespace around operator
./sympy/tensor/tensor.py:944:34: E231 missing whitespace after ':'
./sympy/tensor/tensor.py:944:39: E231 missing whitespace after ':'
./sympy/tensor/tensor.py:944:44: E231 missing whitespace after ':'
./sympy/tensor/tensor.py:945:33: E231 missing whitespace after ':'
./sympy/tensor/tensor.py:945:38: E231 missing whitespace after ':'
./sympy/tensor/tensor.py:945:43: E231 missing whitespace after ':'
./sympy/tensor/tensor.py:1437:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tensor.py:1978:26: E225 missing whitespace around operator
./sympy/tensor/tensor.py:3294:62: E271 multiple spaces after keyword
./sympy/tensor/tensor.py:3420:31: E225 missing whitespace around operator
./sympy/tensor/tensor.py:3453:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tensor.py:3475:44: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3475:47: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3475:50: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3475:53: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3475:56: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3475:59: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3475:62: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3476:42: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3476:45: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3476:48: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3476:51: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3476:54: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3476:57: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3476:60: E231 missing whitespace after ','
./sympy/tensor/tensor.py:3480:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tensor.py:3511:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tensor.py:3575:42: E272 multiple spaces before keyword
./sympy/tensor/tests/test_indexed.py:98:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_indexed.py:180:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:15:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:63:31: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:108:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:155:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:168:35: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:168:45: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:174:46: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:178:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:306:19: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:333:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:342:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:361:5: E303 too many blank lines (2)
./sympy/tensor/tests/test_tensor.py:361:15: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:361:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:361:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:361:31: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:361:34: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:361:37: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:361:48: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:361:52: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:361:56: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:361:61: E225 missing whitespace around operator
./sympy/tensor/tests/test_tensor.py:362:15: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:362:19: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:362:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:362:33: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:362:36: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:362:40: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:362:50: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:362:53: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:362:56: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:366:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:405:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:408:7: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:10: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:19: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:25: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:28: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:31: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:34: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:38: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:42: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:46: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:408:50: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:415:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:415:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:415:26: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:415:29: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:415:39: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:415:42: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:415:52: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:415:56: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:415:66: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:415:70: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:422:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:422:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:422:26: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:422:29: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:422:39: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:422:42: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:422:52: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:422:55: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:422:65: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:422:69: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:422:73: E225 missing whitespace around operator
./sympy/tensor/tests/test_tensor.py:423:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:423:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:423:29: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:423:34: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:423:45: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:423:50: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:423:61: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:423:66: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:427:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:430:7: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:430:10: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:430:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:430:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:442:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:449:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:465:11: E271 multiple spaces after keyword
./sympy/tensor/tests/test_tensor.py:465:21: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:467:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:473:12: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:473:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:478:35: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:478:37: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:480:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:492:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:502:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:524:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:528:6: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:534:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:538:6: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:538:8: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:538:11: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:538:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:538:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:538:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:541:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:541:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:543:15: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:544:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:603:6: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:603:8: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:603:11: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:603:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:603:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:603:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:627:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:635:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:635:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:635:24: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:635:40: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:635:42: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:635:44: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:635:60: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:635:62: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:635:64: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:641:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:677:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:717:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:727:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:731:12: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:731:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:731:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:731:25: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:731:27: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:731:29: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:731:38: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:731:40: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:731:42: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:732:12: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:732:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:732:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:732:25: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:732:27: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:732:29: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:732:38: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:732:40: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:732:42: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:733:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:733:19: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:733:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:736:12: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:736:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:736:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:736:25: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:736:28: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:736:31: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:736:44: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:736:47: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:736:50: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:739:12: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:739:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:739:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:12: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:24: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:27: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:29: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:38: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:41: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:44: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:57: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:60: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:743:63: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:747:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:749:7: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:749:10: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:749:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:751:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:751:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:751:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:761:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:773:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:773:21: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:778:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:778:21: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:783:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:783:21: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:788:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:788:21: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:792:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:792:21: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:794:29: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:794:37: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:796:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:796:21: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:803:60: E261 at least two spaces before inline comment
./sympy/tensor/tests/test_tensor.py:805:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:812:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:813:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:817:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:824:15: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:825:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:828:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:828:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:831:15: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:832:30: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:837:39: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:838:28: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:844:12: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:844:19: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:844:27: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:848:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:848:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:848:29: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:848:36: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:848:45: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:848:52: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:849:34: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:849:38: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:849:41: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:849:45: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:849:48: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:849:52: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:849:55: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:854:19: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:858:19: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:872:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:875:7: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:875:10: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:875:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:875:16: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:878:41: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:888:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:888:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:892:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:892:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:896:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:896:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:900:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:900:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:904:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:904:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:908:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:908:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:912:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:912:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:916:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:916:24: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:920:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:920:24: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:924:24: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:928:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:932:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:936:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:940:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:944:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:952:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:956:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:960:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:960:24: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:962:32: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:964:13: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:964:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:966:31: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:968:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:975:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:975:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:975:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:977:28: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:977:30: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:977:32: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:979:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:979:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:979:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:981:27: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:981:29: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:981:31: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:983:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:983:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:983:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:985:28: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:985:30: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:985:32: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:987:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:987:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:987:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:991:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:991:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:991:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:995:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:995:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:995:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:999:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:999:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:999:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1003:18: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1003:20: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1003:22: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1003:49: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1003:51: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1003:53: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1007:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:1025:21: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1025:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1025:25: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1025:38: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1025:40: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1025:42: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1028:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1028:25: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1028:27: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1046:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:1049:6: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1049:8: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1049:10: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1049:12: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1053:29: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1053:36: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1054:15: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1054:17: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1055:19: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1055:21: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1056:15: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1056:17: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1056:44: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1056:51: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1057:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1057:26: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1057:29: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1058:38: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1058:45: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1066:23: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1066:33: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1066:36: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1066:48: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1066:51: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1066:63: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1066:66: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1068:14: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1068:17: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1068:28: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1068:40: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1068:43: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1068:54: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1068:66: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1068:69: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1072:15: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1072:17: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1074:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:1102:37: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1102:46: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1102:49: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1102:58: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1102:60: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1105:37: E231 missing whitespace after ':'
./sympy/tensor/tests/test_tensor.py:1105:42: E231 missing whitespace after ':'
./sympy/tensor/tests/test_tensor.py:1105:47: E231 missing whitespace after ':'
./sympy/tensor/tests/test_tensor.py:1105:54: E231 missing whitespace after ':'
./sympy/tensor/tests/test_tensor.py:1105:59: E231 missing whitespace after ':'
./sympy/tensor/tests/test_tensor.py:1105:64: E231 missing whitespace after ':'
./sympy/tensor/tests/test_tensor.py:1105:74: E231 missing whitespace after ':'
./sympy/tensor/tests/test_tensor.py:1105:79: E231 missing whitespace after ':'
./sympy/tensor/tests/test_tensor.py:1114:6: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1114:8: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1114:10: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1114:12: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1122:25: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1123:25: E231 missing whitespace after ','
./sympy/tensor/tests/test_tensor.py:1246:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:1307:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:1359:32: E241 multiple spaces after ','
./sympy/tensor/tests/test_tensor.py:1359:36: E241 multiple spaces after ','
./sympy/tensor/tests/test_tensor.py:1359:40: E241 multiple spaces after ','
./sympy/tensor/tests/test_tensor.py:1360:36: E241 multiple spaces after ','
./sympy/tensor/tests/test_tensor.py:1360:40: E241 multiple spaces after ','
./sympy/tensor/tests/test_tensor.py:1361:32: E241 multiple spaces after ','
./sympy/tensor/tests/test_tensor.py:1361:40: E241 multiple spaces after ','
./sympy/tensor/tests/test_tensor.py:1362:32: E241 multiple spaces after ','
./sympy/tensor/tests/test_tensor.py:1362:36: E241 multiple spaces after ','
./sympy/tensor/tests/test_tensor.py:1532:38: E228 missing whitespace around modulo operator
./sympy/tensor/tests/test_tensor.py:1549:1: E302 expected 2 blank lines, found 1
./sympy/tensor/tests/test_tensor.py:1584:1: E302 expected 2 blank lines, found 1
./sympy/printing/ccode.py:86:52: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/printing/ccode.py:178:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/printing/ccode.py:209:17: E201 whitespace after '['
./sympy/printing/ccode.py:209:53: E202 whitespace before ']'
./sympy/printing/ccode.py:211:21: E201 whitespace after '['
./sympy/printing/ccode.py:211:78: E202 whitespace before ']'
./sympy/printing/ccode.py:212:21: E201 whitespace after '['
./sympy/printing/ccode.py:213:38: E202 whitespace before ']'
./sympy/printing/conventions.py:64:1: E302 expected 2 blank lines, found 1
./sympy/printing/defaults.py:3:1: E302 expected 2 blank lines, found 1
./sympy/printing/dot.py:9:17: E241 multiple spaces after ','
./sympy/printing/dot.py:15:1: E302 expected 2 blank lines, found 0
./sympy/printing/dot.py:25:20: E228 missing whitespace around modulo operator
./sympy/printing/dot.py:49:1: E302 expected 2 blank lines, found 1
./sympy/printing/dot.py:56:38: E228 missing whitespace around modulo operator
./sympy/printing/dot.py:58:1: E302 expected 2 blank lines, found 1
./sympy/printing/dot.py:101:32: E228 missing whitespace around modulo operator
./sympy/printing/dot.py:124:1: E302 expected 2 blank lines, found 1
./sympy/printing/dot.py:193:5: E301 expected 1 blank line, found 0
./sympy/printing/dot.py:201:20: E228 missing whitespace around modulo operator
./sympy/printing/fcode.py:29:1: E302 expected 2 blank lines, found 1
./sympy/printing/fcode.py:136:52: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/printing/fcode.py:279:17: E201 whitespace after '['
./sympy/printing/fcode.py:279:54: E202 whitespace before ']'
./sympy/printing/fcode.py:363:17: E201 whitespace after '['
./sympy/printing/fcode.py:363:53: E202 whitespace before ']'
./sympy/printing/fcode.py:368:21: E201 whitespace after '['
./sympy/printing/fcode.py:369:38: E202 whitespace before ']'
./sympy/printing/fcode.py:370:21: E201 whitespace after '['
./sympy/printing/fcode.py:371:38: E202 whitespace before ']'
./sympy/printing/fcode.py:372:25: E201 whitespace after '['
./sympy/printing/fcode.py:373:42: E202 whitespace before ']'
./sympy/printing/gtk.py:16:20: E201 whitespace after '('
./sympy/printing/gtk.py:16:48: E202 whitespace before ')'
./sympy/printing/jscode.py:94:52: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/printing/jscode.py:156:17: E201 whitespace after '['
./sympy/printing/jscode.py:156:47: E202 whitespace before ']'
./sympy/printing/jscode.py:182:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/printing/jscode.py:216:17: E201 whitespace after '['
./sympy/printing/jscode.py:216:53: E202 whitespace before ']'
./sympy/printing/jscode.py:218:21: E201 whitespace after '['
./sympy/printing/jscode.py:218:78: E202 whitespace before ']'
./sympy/printing/jscode.py:219:21: E201 whitespace after '['
./sympy/printing/jscode.py:220:38: E202 whitespace before ']'
./sympy/printing/lambdarepr.py:72:1: E302 expected 2 blank lines, found 1
./sympy/printing/latex.py:98:1: E302 expected 2 blank lines, found 1
./sympy/printing/latex.py:322:41: E713 test for membership should be 'not in'
./sympy/printing/latex.py:411:24: E201 whitespace after '['
./sympy/printing/latex.py:411:63: E202 whitespace before ']'
./sympy/printing/latex.py:418:35: E201 whitespace after '['
./sympy/printing/latex.py:418:72: E202 whitespace before ']'
./sympy/printing/latex.py:430:24: E201 whitespace after '['
./sympy/printing/latex.py:430:63: E202 whitespace before ']'
./sympy/printing/latex.py:437:35: E201 whitespace after '['
./sympy/printing/latex.py:437:72: E202 whitespace before ']'
./sympy/printing/latex.py:462:9: E303 too many blank lines (2)
./sympy/printing/latex.py:578:21: E201 whitespace after '['
./sympy/printing/latex.py:578:64: E202 whitespace before ']'
./sympy/printing/latex.py:1223:38: E201 whitespace after '['
./sympy/printing/latex.py:1223:76: E202 whitespace before ']'
./sympy/printing/latex.py:1249:54: E228 missing whitespace around modulo operator
./sympy/printing/latex.py:1323:27: E201 whitespace after '['
./sympy/printing/latex.py:1323:56: E202 whitespace before ']'
./sympy/printing/latex.py:1330:27: E201 whitespace after '['
./sympy/printing/latex.py:1330:56: E202 whitespace before ']'
./sympy/printing/latex.py:1712:42: E222 multiple spaces after operator
./sympy/printing/latex.py:1737:61: E231 missing whitespace after ':'
./sympy/printing/latex.py:1738:50: E225 missing whitespace around operator
./sympy/printing/latex.py:1742:1: E302 expected 2 blank lines, found 1
./sympy/printing/mathml.py:272:36: E261 at least two spaces before inline comment
./sympy/printing/mathml.py:273:9: E301 expected 1 blank line, found 0
./sympy/printing/preview.py:20:1: E302 expected 2 blank lines, found 1
./sympy/printing/preview.py:110:16: E201 whitespace after '['
./sympy/printing/preview.py:110:25: E202 whitespace before ']'
./sympy/printing/preview.py:120:25: E201 whitespace after '['
./sympy/printing/preview.py:120:60: E202 whitespace before ']'
./sympy/printing/preview.py:121:24: E201 whitespace after '['
./sympy/printing/preview.py:121:59: E202 whitespace before ']'
./sympy/printing/preview.py:122:25: E201 whitespace after '['
./sympy/printing/preview.py:122:78: E202 whitespace before ']'
./sympy/printing/preview.py:159:5: E303 too many blank lines (2)
./sympy/printing/preview.py:244:41: E231 missing whitespace after ','
./sympy/printing/preview.py:311:35: E261 at least two spaces before inline comment
./sympy/printing/preview.py:313:29: E261 at least two spaces before inline comment
./sympy/printing/python.py:33:41: E713 test for membership should be 'not in'
./sympy/printing/repr.py:183:1: E302 expected 2 blank lines, found 1
./sympy/printing/str.py:121:5: E303 too many blank lines (2)
./sympy/printing/str.py:228:53: E228 missing whitespace around modulo operator
./sympy/printing/str.py:408:28: E201 whitespace after '['
./sympy/printing/str.py:408:62: E202 whitespace before ']'
./sympy/printing/str.py:575:18: E201 whitespace after '['
./sympy/printing/str.py:576:41: E202 whitespace before ']'
./sympy/printing/str.py:579:17: E201 whitespace after '['
./sympy/printing/str.py:579:56: E202 whitespace before ']'
./sympy/printing/theanocode.py:60:30: E203 whitespace before ':'
./sympy/printing/theanocode.py:65:1: E302 expected 2 blank lines, found 1
./sympy/printing/theanocode.py:97:5: E303 too many blank lines (2)
./sympy/printing/theanocode.py:148:5: E303 too many blank lines (2)
./sympy/printing/theanocode.py:193:1: E302 expected 2 blank lines, found 1
./sympy/printing/theanocode.py:216:25: E711 comparison to None should be 'if cond is None:'
./sympy/printing/theanocode.py:226:12: E221 multiple spaces before operator
./sympy/printing/tests/test_ccode.py:174:6: E225 missing whitespace around operator
./sympy/printing/tests/test_codeprinter.py:5:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_codeprinter.py:11:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_codeprinter.py:16:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_conventions.py:33:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_dot.py:6:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_dot.py:13:21: E241 multiple spaces after ','
./sympy/printing/tests/test_dot.py:18:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_dot.py:22:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_dot.py:34:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_dot.py:44:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_dot.py:61:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_dot.py:66:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_dot.py:71:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_fcode.py:72:6: E225 missing whitespace around operator
./sympy/printing/tests/test_fcode.py:520:29: E201 whitespace after '{'
./sympy/printing/tests/test_fcode.py:521:14: E201 whitespace after '['
./sympy/printing/tests/test_fcode.py:571:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_fcode.py:577:6: E225 missing whitespace around operator
./sympy/printing/tests/test_latex.py:122:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:319:23: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:319:25: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:319:31: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:321:23: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:321:25: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:321:31: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:338:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:421:31: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:422:67: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:424:36: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:425:71: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:431:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:753:11: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:754:12: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:754:14: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:770:11: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:771:13: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:771:15: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:771:17: E231 missing whitespace after ','
./sympy/printing/tests/test_latex.py:865:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:872:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1047:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1056:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1069:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1091:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1107:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1112:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1164:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1165:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1166:33: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1167:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1168:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1170:33: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1171:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1172:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1173:33: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1174:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1175:35: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1176:31: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1177:31: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1178:31: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1180:31: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1181:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1182:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1183:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1185:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1186:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1187:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1188:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1190:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1191:33: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1192:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1193:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1195:33: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1196:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1197:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1198:33: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1199:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1200:35: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1201:31: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1202:31: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1203:31: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1205:31: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1206:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1207:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1208:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1210:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1211:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1212:32: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1213:34: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1223:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1227:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1234:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1238:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1240:20: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1242:20: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1244:20: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1246:20: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1248:20: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1250:20: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1252:20: E221 multiple spaces before operator
./sympy/printing/tests/test_latex.py:1254:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_latex.py:1256:20: E221 multiple spaces before operator
./sympy/printing/tests/test_python.py:131:19: E201 whitespace after '('
./sympy/printing/tests/test_python.py:131:38: E202 whitespace before ')'
./sympy/printing/tests/test_python.py:132:19: E201 whitespace after '('
./sympy/printing/tests/test_python.py:132:43: E202 whitespace before ')'
./sympy/printing/tests/test_repr.py:49:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_repr.py:149:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_str.py:191:32: E222 multiple spaces after operator
./sympy/printing/tests/test_str.py:230:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_str.py:353:11: E231 missing whitespace after ','
./sympy/printing/tests/test_str.py:354:12: E231 missing whitespace after ','
./sympy/printing/tests/test_str.py:354:14: E231 missing whitespace after ','
./sympy/printing/tests/test_str.py:370:11: E231 missing whitespace after ','
./sympy/printing/tests/test_str.py:371:13: E231 missing whitespace after ','
./sympy/printing/tests/test_str.py:371:15: E231 missing whitespace after ','
./sympy/printing/tests/test_str.py:371:17: E231 missing whitespace after ','
./sympy/printing/tests/test_str.py:511:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_str.py:545:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_str.py:696:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_str.py:701:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_str.py:705:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_str.py:708:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:21:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:28:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:48:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:56:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:72:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:78:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:84:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:90:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:97:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:101:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:108:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:114:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:120:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:124:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:127:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:131:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:136:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:140:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:151:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:165:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:170:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:176:51: E231 missing whitespace after ','
./sympy/printing/tests/test_theanocode.py:176:53: E231 missing whitespace after ','
./sympy/printing/tests/test_theanocode.py:176:65: E231 missing whitespace after ','
./sympy/printing/tests/test_theanocode.py:176:67: E231 missing whitespace after ','
./sympy/printing/tests/test_theanocode.py:186:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:199:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:225:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:233:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:240:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:241:29: E203 whitespace before ':'
./sympy/printing/tests/test_theanocode.py:243:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:250:1: E302 expected 2 blank lines, found 1
./sympy/printing/tests/test_theanocode.py:253:30: E225 missing whitespace around operator
./sympy/printing/tests/test_theanocode.py:253:40: E225 missing whitespace around operator
./sympy/printing/tests/test_theanocode.py:257:28: E225 missing whitespace around operator
./sympy/printing/tests/test_theanocode.py:257:47: E225 missing whitespace around operator
./sympy/printing/tests/test_theanocode.py:265:1: E302 expected 2 blank lines, found 1
./sympy/printing/pretty/pretty.py:220:27: E201 whitespace after '('
./sympy/printing/pretty/pretty.py:220:41: E201 whitespace after '('
./sympy/printing/pretty/pretty.py:220:67: E202 whitespace before ')'
./sympy/printing/pretty/pretty.py:634:5: E303 too many blank lines (2)
./sympy/printing/pretty/pretty.py:640:54: E228 missing whitespace around modulo operator
./sympy/printing/pretty/pretty.py:655:5: E303 too many blank lines (2)
./sympy/printing/pretty/pretty.py:659:9: E301 expected 1 blank line, found 0
./sympy/printing/pretty/pretty.py:749:24: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/printing/pretty/pretty.py:1193:30: E201 whitespace after '('
./sympy/printing/pretty/pretty.py:1193:49: E202 whitespace before ')'
./sympy/printing/pretty/pretty.py:1195:30: E201 whitespace after '('
./sympy/printing/pretty/pretty.py:1195:49: E202 whitespace before ')'
./sympy/printing/pretty/pretty.py:1222:26: E201 whitespace after '('
./sympy/printing/pretty/pretty.py:1222:45: E202 whitespace before ')'
./sympy/printing/pretty/pretty.py:1323:53: E202 whitespace before ')'
./sympy/printing/pretty/pretty.py:1338:56: E202 whitespace before ')'
./sympy/printing/pretty/pretty.py:1569:18: E201 whitespace after '['
./sympy/printing/pretty/pretty.py:1570:41: E202 whitespace before ']'
./sympy/printing/pretty/pretty.py:1573:17: E201 whitespace after '['
./sympy/printing/pretty/pretty.py:1573:56: E202 whitespace before ']'
./sympy/printing/pretty/pretty.py:1599:65: E202 whitespace before ']'
./sympy/printing/pretty/pretty_symbology.py:109:29: E261 at least two spaces before inline comment
./sympy/printing/pretty/pretty_symbology.py:124:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:125:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:126:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:127:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:128:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:129:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:130:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:131:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:132:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:133:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:137:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:138:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:139:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:140:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:141:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:142:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:143:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:144:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:145:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:148:10: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:149:11: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:150:11: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:156:21: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:157:20: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:160:21: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:161:20: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:232:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:232:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:232:44: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:233:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:233:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:233:44: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:234:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:234:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:234:44: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:235:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:235:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:235:44: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:236:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:236:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:236:55: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:237:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:237:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:237:55: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:238:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:240:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:244:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:248:17: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:248:46: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:249:17: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:249:46: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:250:13: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:250:17: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:250:46: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:251:13: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:251:17: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:251:46: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:253:11: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:253:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:253:77: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:254:11: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:254:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:258:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:259:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:266:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:267:10: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:273:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:273:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:273:30: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:274:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:274:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:274:30: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:280:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:280:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:280:29: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:281:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:281:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:281:29: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:283:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:283:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:283:35: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:284:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:284:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:284:35: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:285:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:287:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:287:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:287:30: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:288:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:288:15: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:288:30: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:290:11: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:290:14: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:290:34: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:293:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:294:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:297:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:298:10: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:375:22: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:375:41: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:383:20: E201 whitespace after '('
./sympy/printing/pretty/pretty_symbology.py:383:38: E202 whitespace before ')'
./sympy/printing/pretty/pretty_symbology.py:419:10: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:420:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:421:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:422:10: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:423:10: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:424:10: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:425:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:431:9: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:449:12: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:450:10: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:451:16: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:455:21: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:456:16: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:457:16: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:458:16: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:459:13: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:460:13: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:461:20: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:462:12: E241 multiple spaces after ':'
./sympy/printing/pretty/pretty_symbology.py:488:21: E203 whitespace before ':'
./sympy/printing/pretty/pretty_symbology.py:492:61: E231 missing whitespace after ':'
./sympy/printing/pretty/pretty_symbology.py:492:83: E203 whitespace before ':'
./sympy/printing/pretty/pretty_symbology.py:493:50: E225 missing whitespace around operator
./sympy/printing/pretty/stringpict.py:290:27: E201 whitespace after '['
./sympy/printing/pretty/stringpict.py:290:70: E202 whitespace before ']'
./sympy/printing/pretty/stringpict.py:417:23: E225 missing whitespace around operator
./sympy/printing/pretty/stringpict.py:433:24: E261 at least two spaces before inline comment
./sympy/printing/pretty/tests/test_pretty.py:207:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:207:25: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:208:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:208:25: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:209:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:209:30: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:210:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:210:29: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:211:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:211:30: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:212:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:212:29: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:213:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:213:30: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:214:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:214:30: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:215:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:215:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:216:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:216:30: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:220:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:220:28: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:221:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:221:28: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:222:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:222:33: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:223:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:223:32: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:224:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:224:33: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:225:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:225:32: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:226:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:226:33: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:227:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:227:33: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:228:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:228:38: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:229:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:229:33: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:233:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:233:23: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:234:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:234:40: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:235:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:235:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:240:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:240:37: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:241:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:241:34: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:242:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:242:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:243:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:243:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:247:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:247:39: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:248:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:248:39: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:249:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:249:39: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:250:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:250:41: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:251:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:251:46: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:252:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:252:40: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:253:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:253:40: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:254:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:254:40: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:255:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:255:40: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:259:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:259:37: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:260:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:260:38: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:261:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:261:36: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:262:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:262:36: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:263:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:263:36: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:265:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:265:34: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:266:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:266:34: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:267:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:267:34: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:268:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:268:34: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:269:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:269:34: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:270:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:270:34: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:271:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:271:34: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:272:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:272:34: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:274:1: E302 expected 2 blank lines, found 1
./sympy/printing/pretty/tests/test_pretty.py:276:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:276:40: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:277:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:277:38: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:278:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:278:37: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:279:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:279:36: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:280:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:280:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:281:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:281:37: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:282:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:282:37: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:283:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:283:37: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:284:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:284:37: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:285:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:285:37: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:286:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:286:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:287:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:287:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:288:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:288:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:289:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:289:37: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:290:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:290:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:292:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:292:36: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:293:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:293:34: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:294:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:294:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:295:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:295:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:296:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:296:36: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:298:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:298:36: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:299:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:299:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:300:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:300:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:301:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:301:35: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:303:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:303:38: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:304:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:304:38: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:305:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:305:39: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:306:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:306:61: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:307:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:307:63: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:308:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:308:36: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:309:20: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:309:37: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:313:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:313:34: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:314:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:314:36: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:839:1: E302 expected 2 blank lines, found 1
./sympy/printing/pretty/tests/test_pretty.py:1490:22: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:1490:45: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:2703:1: E302 expected 2 blank lines, found 1
./sympy/printing/pretty/tests/test_pretty.py:3276:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:3276:21: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:3276:31: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:3276:33: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:3277:19: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:3277:21: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:3277:31: E201 whitespace after '('
./sympy/printing/pretty/tests/test_pretty.py:3277:33: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:3284:40: E202 whitespace before ')'
./sympy/printing/pretty/tests/test_pretty.py:4440:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:23:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:42:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:56:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:77:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:132:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:143:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:150:49: E701 multiple statements on one line (colon)
./sympy/unify/core.py:153:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:159:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:163:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:169:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:209:1: E302 expected 2 blank lines, found 1
./sympy/unify/core.py:218:1: E302 expected 2 blank lines, found 1
./sympy/unify/rewrite.py:11:1: E302 expected 2 blank lines, found 1
./sympy/unify/usympy.py:19:1: E302 expected 2 blank lines, found 1
./sympy/unify/usympy.py:23:1: E302 expected 2 blank lines, found 1
./sympy/unify/usympy.py:27:1: E302 expected 2 blank lines, found 1
./sympy/unify/usympy.py:30:1: E302 expected 2 blank lines, found 1
./sympy/unify/usympy.py:38:1: E302 expected 2 blank lines, found 1
./sympy/unify/usympy.py:44:1: E302 expected 2 blank lines, found 1
./sympy/unify/usympy.py:55:1: E302 expected 2 blank lines, found 1
./sympy/unify/usympy.py:68:1: E302 expected 2 blank lines, found 1
./sympy/unify/usympy.py:75:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_rewrite.py:9:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_rewrite.py:20:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_rewrite.py:27:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_rewrite.py:35:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_rewrite.py:43:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_rewrite.py:48:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_rewrite.py:55:37: E231 missing whitespace after ','
./sympy/unify/tests/test_rewrite.py:66:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:8:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:9:9: E221 multiple spaces before operator
./sympy/unify/tests/test_sympy.py:20:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:21:9: E221 multiple spaces before operator
./sympy/unify/tests/test_sympy.py:25:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:31:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:39:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:42:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:49:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:54:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:59:11: E221 multiple spaces before operator
./sympy/unify/tests/test_sympy.py:69:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:76:11: E221 multiple spaces before operator
./sympy/unify/tests/test_sympy.py:92:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:99:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:107:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:116:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:124:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:134:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:137:22: E225 missing whitespace around operator
./sympy/unify/tests/test_sympy.py:137:30: E225 missing whitespace around operator
./sympy/unify/tests/test_sympy.py:139:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:145:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:150:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_sympy.py:151:28: E231 missing whitespace after ','
./sympy/unify/tests/test_sympy.py:151:30: E231 missing whitespace after ','
./sympy/unify/tests/test_sympy.py:151:32: E231 missing whitespace after ','
./sympy/unify/tests/test_sympy.py:155:44: E231 missing whitespace after ','
./sympy/unify/tests/test_sympy.py:155:46: E231 missing whitespace after ','
./sympy/unify/tests/test_sympy.py:155:48: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:4:2: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:4:4: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:5:2: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:5:4: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:5:6: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:9:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_unify.py:11:1: E302 expected 2 blank lines, found 0
./sympy/unify/tests/test_unify.py:19:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_unify.py:28:43: E225 missing whitespace around operator
./sympy/unify/tests/test_unify.py:31:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_unify.py:32:34: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:32:36: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:32:53: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:32:55: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:33:16: E231 missing whitespace after ':'
./sympy/unify/tests/test_unify.py:33:21: E231 missing whitespace after ':'
./sympy/unify/tests/test_unify.py:34:44: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:34:51: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:34:68: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:34:70: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:35:29: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:35:36: E231 missing whitespace after ':'
./sympy/unify/tests/test_unify.py:37:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_unify.py:38:21: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:38:23: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:39:21: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:44:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_unify.py:45:22: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:45:24: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:46:22: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:48:11: E271 multiple spaces after keyword
./sympy/unify/tests/test_unify.py:52:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_unify.py:53:34: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:53:36: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:53:43: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:56:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_unify.py:57:34: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:57:36: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:57:43: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:62:1: E302 expected 2 blank lines, found 1
./sympy/unify/tests/test_unify.py:63:34: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:63:41: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:64:20: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:64:33: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:64:48: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:64:61: E231 missing whitespace after ','
./sympy/unify/tests/test_unify.py:88:1: E302 expected 2 blank lines, found 1
./sympy/physics/gaussopt.py:775:18: E201 whitespace after '('
./sympy/physics/gaussopt.py:775:57: E202 whitespace before ')'
./sympy/physics/matrices.py:28:16: E201 whitespace after '('
./sympy/physics/matrices.py:31:10: E202 whitespace before ')'
./sympy/physics/matrices.py:33:16: E201 whitespace after '('
./sympy/physics/matrices.py:36:10: E202 whitespace before ')'
./sympy/physics/matrices.py:38:16: E201 whitespace after '('
./sympy/physics/matrices.py:41:10: E202 whitespace before ')'
./sympy/physics/matrices.py:105:8: E713 test for membership should be 'not in'
./sympy/physics/matrices.py:150:27: E201 whitespace after '('
./sympy/physics/matrices.py:157:1: E302 expected 2 blank lines, found 1
./sympy/physics/paulialgebra.py:111:12: E713 test for membership should be 'not in'
./sympy/physics/qho_1d.py:40:23: E225 missing whitespace around operator
./sympy/physics/qho_1d.py:40:31: E225 missing whitespace around operator
./sympy/physics/secondquant.py:228:22: E201 whitespace after '['
./sympy/physics/secondquant.py:229:22: E201 whitespace after '['
./sympy/physics/secondquant.py:1826:26: E201 whitespace after '['
./sympy/physics/secondquant.py:2156:53: E225 missing whitespace around operator
./sympy/physics/secondquant.py:2168:53: E225 missing whitespace around operator
./sympy/physics/secondquant.py:2176:14: E201 whitespace after '('
./sympy/physics/secondquant.py:2176:63: E202 whitespace before ')'
./sympy/physics/secondquant.py:2234:16: E201 whitespace after '['
./sympy/physics/secondquant.py:2234:41: E202 whitespace before ']'
./sympy/physics/secondquant.py:2585:21: E201 whitespace after '['
./sympy/physics/secondquant.py:2585:62: E202 whitespace before ')'
./sympy/physics/secondquant.py:2586:22: E201 whitespace after '['
./sympy/physics/secondquant.py:2586:60: E202 whitespace before ')'
./sympy/physics/secondquant.py:2596:22: E201 whitespace after '['
./sympy/physics/secondquant.py:2596:57: E202 whitespace before ']'
./sympy/physics/secondquant.py:2599:22: E201 whitespace after '['
./sympy/physics/secondquant.py:2599:66: E202 whitespace before ']'
./sympy/physics/secondquant.py:2601:25: E201 whitespace after '['
./sympy/physics/secondquant.py:2601:59: E202 whitespace before ']'
./sympy/physics/secondquant.py:2606:24: E201 whitespace after '['
./sympy/physics/secondquant.py:2606:59: E202 whitespace before ']'
./sympy/physics/secondquant.py:2608:28: E201 whitespace after '['
./sympy/physics/secondquant.py:2609:43: E202 whitespace before ']'
./sympy/physics/secondquant.py:2610:23: E201 whitespace after '['
./sympy/physics/secondquant.py:2611:46: E202 whitespace before ']'
./sympy/physics/secondquant.py:2636:24: E201 whitespace after '['
./sympy/physics/secondquant.py:2636:54: E202 whitespace before ']'
./sympy/physics/secondquant.py:2658:19: E201 whitespace after '['
./sympy/physics/secondquant.py:2658:65: E202 whitespace before ']'
./sympy/physics/secondquant.py:2661:22: E201 whitespace after '['
./sympy/physics/secondquant.py:2661:62: E202 whitespace before ']'
./sympy/physics/secondquant.py:2695:18: E201 whitespace after '['
./sympy/physics/secondquant.py:2695:65: E202 whitespace before ']'
./sympy/physics/secondquant.py:2702:15: E201 whitespace after '['
./sympy/physics/secondquant.py:2702:54: E202 whitespace before ']'
./sympy/physics/secondquant.py:2711:26: E201 whitespace after '['
./sympy/physics/secondquant.py:2711:60: E202 whitespace before ']'
./sympy/physics/secondquant.py:2802:61: E201 whitespace after '('
./sympy/physics/secondquant.py:2806:44: E201 whitespace after '('
./sympy/physics/secondquant.py:2879:45: E201 whitespace after '['
./sympy/physics/secondquant.py:2881:26: E201 whitespace after '['
./sympy/physics/secondquant.py:2915:78: E202 whitespace before ')'
./sympy/physics/sho.py:59:75: E225 missing whitespace around operator
./sympy/physics/wigner.py:675:78: E225 missing whitespace around operator
./sympy/physics/wigner.py:676:32: E225 missing whitespace around operator
./sympy/physics/tests/test_clebsch_gordan.py:124:1: E302 expected 2 blank lines, found 1
./sympy/physics/tests/test_clebsch_gordan.py:125:19: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:125:21: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:125:23: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:125:25: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:125:27: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:125:45: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:126:19: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:126:21: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:126:23: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:126:25: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:126:27: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:126:45: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:127:19: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:127:21: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:127:23: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:127:25: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:127:27: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:128:21: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:128:25: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:128:29: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:128:33: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:128:35: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:129:25: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:129:29: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:129:33: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:129:37: E231 missing whitespace after ','
./sympy/physics/tests/test_clebsch_gordan.py:129:39: E231 missing whitespace after ','
./sympy/physics/tests/test_gaussopt.py:17:37: E201 whitespace after '('
./sympy/physics/tests/test_gaussopt.py:17:62: E202 whitespace before ')'
./sympy/physics/tests/test_gaussopt.py:22:29: E201 whitespace after '['
./sympy/physics/tests/test_gaussopt.py:24:37: E201 whitespace after '['
./sympy/physics/tests/test_gaussopt.py:29:40: E201 whitespace after '['
./sympy/physics/tests/test_gaussopt.py:30:36: E201 whitespace after '['
./sympy/physics/tests/test_gaussopt.py:33:24: E201 whitespace after '['
./sympy/physics/tests/test_gaussopt.py:33:55: E201 whitespace after '['
./sympy/physics/tests/test_gaussopt.py:40:47: E201 whitespace after '['
./sympy/physics/tests/test_gaussopt.py:43:25: E201 whitespace after '('
./sympy/physics/tests/test_gaussopt.py:43:33: E201 whitespace after '('
./sympy/physics/tests/test_gaussopt.py:43:50: E202 whitespace before ')'
./sympy/physics/tests/test_gaussopt.py:43:52: E202 whitespace before ')'
./sympy/physics/tests/test_hydrogen.py:74:51: E201 whitespace after '('
./sympy/physics/tests/test_hydrogen.py:76:51: E201 whitespace after '('
./sympy/physics/tests/test_hydrogen.py:81:53: E201 whitespace after '('
./sympy/physics/tests/test_hydrogen.py:83:54: E201 whitespace after '('
./sympy/physics/tests/test_physics_matrices.py:71:1: E302 expected 2 blank lines, found 1
./sympy/physics/tests/test_physics_matrices.py:73:43: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:73:46: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:73:49: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:74:42: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:74:46: E241 multiple spaces after ','
./sympy/physics/tests/test_physics_matrices.py:74:58: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:74:62: E241 multiple spaces after ','
./sympy/physics/tests/test_physics_matrices.py:74:74: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:75:19: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:75:23: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:75:35: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:75:57: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:75:61: E241 multiple spaces after ','
./sympy/physics/tests/test_physics_matrices.py:76:10: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:76:22: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:76:38: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:76:42: E241 multiple spaces after ','
./sympy/physics/tests/test_physics_matrices.py:76:54: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:76:70: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:77:20: E231 missing whitespace after ','
./sympy/physics/tests/test_physics_matrices.py:77:24: E241 multiple spaces after ','
./sympy/physics/tests/test_physics_matrices.py:77:42: E231 missing whitespace after ','
./sympy/physics/tests/test_qho_1d.py:11:48: E225 missing whitespace around operator
./sympy/physics/tests/test_qho_1d.py:12:65: E225 missing whitespace around operator
./sympy/physics/tests/test_qho_1d.py:13:78: E225 missing whitespace around operator
./sympy/physics/tests/test_qho_1d.py:14:87: E225 missing whitespace around operator
./sympy/physics/tests/test_secondquant.py:399:11: E201 whitespace after '['
./sympy/physics/tests/test_secondquant.py:399:47: E202 whitespace before ']'
./sympy/physics/tests/test_secondquant.py:401:11: E201 whitespace after '['
./sympy/physics/tests/test_secondquant.py:401:51: E202 whitespace before ']'
./sympy/physics/tests/test_secondquant.py:491:49: E225 missing whitespace around operator
./sympy/physics/tests/test_secondquant.py:493:50: E225 missing whitespace around operator
./sympy/physics/tests/test_secondquant.py:954:55: E202 whitespace before ')'
./sympy/physics/tests/test_secondquant.py:959:59: E202 whitespace before ')'
./sympy/physics/tests/test_sho.py:13:19: E201 whitespace after '('
./sympy/physics/tests/test_sho.py:14:64: E202 whitespace before ')'
./sympy/physics/tests/test_units.py:24:1: E302 expected 2 blank lines, found 1
./sympy/physics/tests/test_units.py:27:1: E302 expected 2 blank lines, found 1
./sympy/physics/hep/gamma_matrices.py:219:62: E272 multiple spaces before keyword
./sympy/physics/hep/gamma_matrices.py:222:94: E272 multiple spaces before keyword
./sympy/physics/hep/gamma_matrices.py:387:13: E228 missing whitespace around modulo operator
./sympy/physics/hep/gamma_matrices.py:646:27: E225 missing whitespace around operator
./sympy/physics/hep/gamma_matrices.py:679:26: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:6:1: E302 expected 2 blank lines, found 1
./sympy/physics/hep/tests/test_gamma_matrices.py:13:1: E302 expected 2 blank lines, found 1
./sympy/physics/hep/tests/test_gamma_matrices.py:39:35: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:40:44: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:41:52: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:42:44: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:43:53: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:44:45: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:45:53: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:190:1: E302 expected 2 blank lines, found 1
./sympy/physics/hep/tests/test_gamma_matrices.py:191:7: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:10: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:19: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:22: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:25: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:28: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:31: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:34: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:38: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:46: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:50: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:191:54: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:7: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:10: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:19: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:22: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:25: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:28: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:31: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:34: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:38: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:46: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:50: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:54: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:197:58: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:199:34: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:207:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:207:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:207:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:207:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:207:40: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:207:43: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:220:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:220:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:220:27: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:220:30: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:223:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:223:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:223:27: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:223:30: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:232:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:232:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:232:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:232:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:232:40: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:232:43: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:232:54: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:232:57: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:235:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:235:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:235:27: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:235:30: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:235:40: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:235:43: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:235:54: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:235:57: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:240:14: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:240:17: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:240:27: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:240:30: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:240:41: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:240:44: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:240:55: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:240:58: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:243:14: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:243:17: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:243:27: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:243:30: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:243:41: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:243:44: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:243:55: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:243:58: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:260:14: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:260:17: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:260:27: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:260:30: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:260:41: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:260:44: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:260:57: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:260:60: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:260:71: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:260:74: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:262:31: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:262:34: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:262:45: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:262:48: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:262:58: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:262:61: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:281:1: E302 expected 2 blank lines, found 1
./sympy/physics/hep/tests/test_gamma_matrices.py:400:1: E302 expected 2 blank lines, found 1
./sympy/physics/hep/tests/test_gamma_matrices.py:417:1: E302 expected 2 blank lines, found 1
./sympy/physics/hep/tests/test_gamma_matrices.py:418:7: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:10: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:19: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:22: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:25: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:28: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:31: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:34: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:38: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:418:46: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:7: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:10: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:19: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:22: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:25: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:28: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:31: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:34: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:38: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:46: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:50: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:54: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:420:58: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:422:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:422:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:422:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:422:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:422:39: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:422:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:422:52: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:422:55: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:425:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:425:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:425:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:425:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:425:39: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:425:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:425:52: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:425:55: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:425:60: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:426:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:426:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:426:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:426:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:426:39: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:426:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:426:52: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:426:55: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:429:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:429:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:429:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:429:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:429:40: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:429:43: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:429:53: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:429:56: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:429:61: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:430:9: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:430:12: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:430:22: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:430:25: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:430:35: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:430:38: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:430:48: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:430:51: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:430:56: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:431:9: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:431:12: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:431:22: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:431:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:434:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:434:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:434:27: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:434:31: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:434:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:434:45: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:434:56: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:434:59: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:434:69: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:434:72: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:434:77: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:435:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:435:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:435:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:435:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:435:40: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:435:44: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:435:55: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:435:58: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:435:68: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:435:71: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:435:76: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:436:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:436:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:436:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:436:30: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:439:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:439:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:439:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:439:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:439:40: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:439:44: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:439:55: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:439:58: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:439:68: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:439:71: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:439:76: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:440:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:440:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:440:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:440:30: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:440:35: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:441:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:441:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:441:27: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:441:31: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:441:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:441:45: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:441:56: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:441:59: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:441:69: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:441:72: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:444:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:444:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:444:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:444:30: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:444:40: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:444:43: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:444:54: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:444:58: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:444:64: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:445:14: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:445:18: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:445:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:445:32: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:445:43: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:445:47: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:445:53: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:446:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:446:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:446:27: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:446:30: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:446:40: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:446:43: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:446:48: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:447:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:447:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:447:27: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:447:31: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:447:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:447:45: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:447:55: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:447:58: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:451:1: E302 expected 2 blank lines, found 1
./sympy/physics/hep/tests/test_gamma_matrices.py:452:7: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:452:10: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:452:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:452:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:452:19: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:452:22: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:452:25: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:452:28: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:452:31: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:452:34: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:452:38: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:452:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:7: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:10: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:19: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:22: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:25: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:28: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:31: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:34: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:38: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:46: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:50: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:54: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:453:58: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:458:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:458:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:458:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:458:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:458:39: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:458:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:458:52: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:458:55: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:458:65: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:458:68: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:462:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:462:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:462:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:462:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:462:39: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:462:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:462:53: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:462:56: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:462:66: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:462:69: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:465:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:465:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:465:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:465:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:465:39: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:465:42: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:465:52: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:465:55: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:465:65: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:465:68: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:40: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:43: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:53: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:56: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:66: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:69: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:79: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:82: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:93: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:468:97: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:471:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:471:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:471:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:471:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:471:40: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:471:43: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:471:53: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:471:57: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:471:68: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:471:71: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:471:76: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:472:13: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:472:16: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:472:26: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:472:29: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:472:40: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:472:44: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:472:55: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:472:59: E231 missing whitespace after ','
./sympy/physics/hep/tests/test_gamma_matrices.py:474:69: E225 missing whitespace around operator
./sympy/physics/hep/tests/test_gamma_matrices.py:475:32: E231 missing whitespace after ','
./sympy/physics/quantum/cg.py:110:28: E201 whitespace after '['
./sympy/physics/quantum/cg.py:110:62: E202 whitespace before ']'
./sympy/physics/quantum/cg.py:117:34: E225 missing whitespace around operator
./sympy/physics/quantum/cg.py:270:28: E201 whitespace after '['
./sympy/physics/quantum/cg.py:270:62: E202 whitespace before ']'
./sympy/physics/quantum/cg.py:277:34: E225 missing whitespace around operator
./sympy/physics/quantum/cg.py:374:28: E201 whitespace after '['
./sympy/physics/quantum/cg.py:374:62: E202 whitespace before ']'
./sympy/physics/quantum/cg.py:381:34: E225 missing whitespace around operator
./sympy/physics/quantum/cg.py:626:28: E201 whitespace after '['
./sympy/physics/quantum/cg.py:626:62: E202 whitespace before ']'
./sympy/physics/quantum/cg.py:627:25: E201 whitespace after '['
./sympy/physics/quantum/cg.py:630:14: E201 whitespace after '['
./sympy/physics/quantum/cg.py:630:49: E202 whitespace before ']'
./sympy/physics/quantum/cg.py:633:38: E201 whitespace after '('
./sympy/physics/quantum/cg.py:633:75: E202 whitespace before ')'
./sympy/physics/quantum/cg.py:712:14: E201 whitespace after '['
./sympy/physics/quantum/cg.py:712:60: E202 whitespace before ']'
./sympy/physics/quantum/circuitplot.py:126:54: E701 multiple statements on one line (colon)
./sympy/physics/quantum/circuitplot.py:128:69: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:129:52: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:131:34: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:131:46: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:137:22: E261 at least two spaces before inline comment
./sympy/physics/quantum/circuitplot.py:140:57: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:141:48: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:149:18: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:163:9: E301 expected 1 blank line, found 0
./sympy/physics/quantum/circuitplot.py:184:18: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:185:29: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:185:43: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:309:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/circuitplot.py:323:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/circuitplot.py:339:30: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:341:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/circuitplot.py:348:14: E225 missing whitespace around operator
./sympy/physics/quantum/circuitplot.py:349:20: E225 missing whitespace around operator
./sympy/physics/quantum/circuitplot.py:351:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/circuitplot.py:358:14: E225 missing whitespace around operator
./sympy/physics/quantum/circuitplot.py:359:20: E225 missing whitespace around operator
./sympy/physics/quantum/circuitplot.py:361:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/circuitplot.py:368:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/circuitplot.py:374:5: E301 expected 1 blank line, found 0
./sympy/physics/quantum/circuitplot.py:374:29: E231 missing whitespace after ','
./sympy/physics/quantum/circuitplot.py:375:34: E231 missing whitespace after ','
./sympy/physics/quantum/density.py:182:13: E201 whitespace after '('
./sympy/physics/quantum/density.py:183:32: E202 whitespace before ')'
./sympy/physics/quantum/density.py:314:9: E201 whitespace after '('
./sympy/physics/quantum/gate.py:329:19: E225 missing whitespace around operator
./sympy/physics/quantum/gate.py:486:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/gate.py:490:19: E225 missing whitespace around operator
./sympy/physics/quantum/gate.py:705:36: E231 missing whitespace after ','
./sympy/physics/quantum/gate.py:705:46: E231 missing whitespace after ','
./sympy/physics/quantum/gate.py:1032:1: E302 expected 2 blank lines, found 0
./sympy/physics/quantum/gate.py:1032:13: E231 missing whitespace after ','
./sympy/physics/quantum/gate.py:1032:16: E701 multiple statements on one line (colon)
./sympy/physics/quantum/gate.py:1032:36: E231 missing whitespace after ','
./sympy/physics/quantum/gate.py:1169:73: E225 missing whitespace around operator
./sympy/physics/quantum/gate.py:1170:71: E225 missing whitespace around operator
./sympy/physics/quantum/gate.py:1182:77: E225 missing whitespace around operator
./sympy/physics/quantum/gate.py:1183:69: E225 missing whitespace around operator
./sympy/physics/quantum/operatorset.py:38:18: E201 whitespace after '{'
./sympy/physics/quantum/operatorset.py:44:28: E202 whitespace before '}'
./sympy/physics/quantum/qapply.py:137:4: E111 indentation is not a multiple of four
./sympy/physics/quantum/qasm.py:22:80: E231 missing whitespace after ','
./sympy/physics/quantum/qasm.py:25:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:28:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:31:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:37:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:48:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:57:8: E713 test for membership should be 'not in'
./sympy/physics/quantum/qasm.py:61:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:73:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:76:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:84:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:89:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:103:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:114:27: E261 at least two spaces before inline comment
./sympy/physics/quantum/qasm.py:118:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/qasm.py:140:39: E261 at least two spaces before inline comment
./sympy/physics/quantum/qasm.py:166:16: E701 multiple statements on one line (colon)
./sympy/physics/quantum/qexpr.py:330:21: E201 whitespace after '['
./sympy/physics/quantum/qexpr.py:331:40: E202 whitespace before ']'
./sympy/physics/quantum/qubit.py:383:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/represent.py:204:8: E713 test for membership should be 'not in'
./sympy/physics/quantum/represent.py:269:8: E713 test for membership should be 'not in'
./sympy/physics/quantum/represent.py:313:8: E713 test for membership should be 'not in'
./sympy/physics/quantum/represent.py:377:8: E713 test for membership should be 'not in'
./sympy/physics/quantum/sho1d.py:19:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/sho1d.py:38:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/sho1d.py:137:38: E231 missing whitespace after ','
./sympy/physics/quantum/sho1d.py:167:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/sho1d.py:286:21: E231 missing whitespace after ','
./sympy/physics/quantum/sho1d.py:407:21: E231 missing whitespace after ','
./sympy/physics/quantum/sho1d.py:514:21: E231 missing whitespace after ','
./sympy/physics/quantum/sho1d.py:521:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/spin.py:690:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/spin.py:811:46: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:816:98: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1333:15: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1333:46: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1338:26: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1338:59: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1355:34: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1355:74: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1356:30: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1356:46: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1361:107: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1380:20: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1380:48: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1381:27: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1382:74: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1445:63: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1448:63: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1473:44: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1473:96: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1847:21: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1864:35: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1864:46: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1870:16: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1888:15: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1888:51: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1895:30: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1895:43: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1897:16: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1897:32: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1902:21: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1902:26: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1902:29: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1903:37: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1903:39: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1903:71: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1915:24: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1915:26: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1915:69: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1915:71: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1923:36: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1923:50: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1924:36: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1924:50: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1926:31: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1926:52: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1927:30: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1927:33: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1927:58: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1928:30: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1928:33: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1928:58: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1930:37: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1930:62: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1931:38: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1931:65: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1933:25: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1933:69: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1935:25: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1935:74: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1937:25: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1937:79: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1939:29: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1939:32: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1939:71: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1950:28: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1950:42: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1951:28: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1951:42: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1957:23: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1957:44: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:1958:22: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1958:25: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1958:50: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1959:22: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1959:25: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1959:50: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1961:29: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1961:54: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1962:30: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1962:57: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:1964:21: E201 whitespace after '('
./sympy/physics/quantum/spin.py:1964:24: E201 whitespace after '['
./sympy/physics/quantum/spin.py:1964:56: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:2059:68: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:2079:30: E201 whitespace after '('
./sympy/physics/quantum/spin.py:2079:51: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:2084:21: E201 whitespace after '['
./sympy/physics/quantum/spin.py:2084:37: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:2093:20: E201 whitespace after '('
./sympy/physics/quantum/spin.py:2093:22: E201 whitespace after '['
./sympy/physics/quantum/spin.py:2093:65: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:2093:67: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:2099:26: E201 whitespace after '('
./sympy/physics/quantum/spin.py:2099:29: E201 whitespace after '['
./sympy/physics/quantum/spin.py:2099:72: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:2099:74: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:2100:26: E201 whitespace after '('
./sympy/physics/quantum/spin.py:2100:29: E201 whitespace after '['
./sympy/physics/quantum/spin.py:2100:72: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:2100:74: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:2102:33: E201 whitespace after '('
./sympy/physics/quantum/spin.py:2102:58: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:2103:25: E201 whitespace after '('
./sympy/physics/quantum/spin.py:2103:28: E201 whitespace after '['
./sympy/physics/quantum/spin.py:2103:66: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:2103:68: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:2105:19: E201 whitespace after '['
./sympy/physics/quantum/spin.py:2105:66: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:2105:68: E202 whitespace before ')'
./sympy/physics/quantum/spin.py:2114:117: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:2117:83: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:2119:22: E201 whitespace after '['
./sympy/physics/quantum/spin.py:2119:60: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:2120:31: E201 whitespace after '('
./sympy/physics/quantum/spin.py:2120:34: E201 whitespace after '['
./sympy/physics/quantum/spin.py:2120:73: E202 whitespace before ']'
./sympy/physics/quantum/spin.py:2120:75: E202 whitespace before ')'
./sympy/physics/quantum/state.py:151:33: E201 whitespace after '['
./sympy/physics/quantum/state.py:154:22: E201 whitespace after '['
./sympy/physics/quantum/state.py:157:33: E201 whitespace after '['
./sympy/physics/quantum/state.py:158:38: E201 whitespace after '['
./sympy/physics/quantum/state.py:738:35: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/physics/quantum/tensorproduct.py:129:18: E201 whitespace after '['
./sympy/physics/quantum/tests/test_circuitplot.py:9:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_circuitplot.py:13:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_circuitplot.py:16:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_circuitplot.py:20:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_circuitplot.py:22:25: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:24:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_circuitplot.py:27:22: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:29:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_circuitplot.py:38:27: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:38:30: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:38:32: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:43:27: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:43:30: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:48:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_circuitplot.py:54:27: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:54:35: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:54:37: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:59:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_circuitplot.py:65:27: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:65:35: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_circuitplot.py:65:47: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:65:55: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_circuitplot.py:65:70: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:66:22: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_circuitplot.py:66:32: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:66:43: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:66:45: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_circuitplot.py:66:63: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_matrixutils.py:121:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_matrixutils.py:128:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:7:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:15:37: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:17:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:19:37: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:21:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:27:37: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:29:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:31:37: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:31:47: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:31:57: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:39:38: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:39:52: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:39:82: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:39:92: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:41:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:46:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:49:41: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:51:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:53:40: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:53:43: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:55:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:57:30: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_qasm.py:59:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:63:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:67:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:71:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:75:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:78:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:82:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:87:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qasm.py:89:25: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qasm.py:89:36: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_qexpr.py:34:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qexpr.py:41:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_qubit.py:66:10: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_qubit.py:184:17: E201 whitespace after '('
./sympy/physics/quantum/tests/test_qubit.py:184:26: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_sho1d.py:44:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_sho1d.py:55:34: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_sho1d.py:62:34: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_sho1d.py:73:34: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_sho1d.py:78:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_sho1d.py:88:23: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_sho1d.py:90:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_sho1d.py:100:23: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_sho1d.py:103:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_sho1d.py:111:23: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_sho1d.py:113:1: E302 expected 2 blank lines, found 1
./sympy/physics/quantum/tests/test_sho1d.py:116:26: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:580:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:583:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:586:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:589:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:593:20: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:593:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:596:20: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:596:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:599:20: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:599:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:602:20: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:602:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:605:20: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:605:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:608:20: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:608:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:611:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:611:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:613:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:613:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:615:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:615:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:617:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:617:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:619:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:619:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:621:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:621:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:623:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:623:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:625:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:625:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:627:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:627:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:634:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:635:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:637:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:638:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:640:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:641:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:643:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:644:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:646:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:647:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:649:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:650:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:652:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:653:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:655:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:655:66: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:656:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:659:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:660:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:662:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:663:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:665:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:666:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:668:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:669:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:671:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:672:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:674:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:675:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:677:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:678:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:680:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:681:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:683:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:684:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:686:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:687:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:689:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:690:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:692:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:693:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:697:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:698:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:700:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:701:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:703:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:704:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:706:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:707:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:709:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:710:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:712:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:713:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:715:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:716:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:718:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:719:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:722:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:723:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:725:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:726:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:728:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:729:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:731:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:732:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:734:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:735:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:737:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:738:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:740:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:741:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:743:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:744:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:746:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:747:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:749:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:750:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:752:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:753:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:755:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:755:66: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:756:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:762:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:763:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:765:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:766:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:768:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:769:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:771:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:772:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:774:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:775:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:777:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:778:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:780:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:781:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:783:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:783:141: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:785:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:786:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:788:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:789:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:791:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:792:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:794:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:795:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:797:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:798:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:800:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:801:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:803:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:804:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:806:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:806:142: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:809:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:810:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:812:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:813:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:815:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:816:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:818:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:819:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:821:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:822:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:824:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:825:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:827:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:828:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:830:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:831:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:833:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:834:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:836:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:837:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:839:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:840:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:842:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:843:68: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:845:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:846:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:848:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:849:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:851:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:852:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:854:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:855:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:857:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:858:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:860:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:861:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:863:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:864:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:866:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:867:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:869:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:870:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:872:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:873:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:875:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:876:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:878:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:879:68: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:883:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:883:164: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:885:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:885:165: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:887:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:887:165: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:889:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:889:166: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:891:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:891:165: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:893:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:893:166: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:895:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:895:166: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:897:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:897:167: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:899:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:899:165: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:901:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:901:166: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:903:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:903:166: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:905:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:905:167: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:907:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:907:166: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:909:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:909:167: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:911:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:911:167: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:913:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:913:168: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:916:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:916:154: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:918:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:918:155: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:920:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:920:154: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:922:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:922:155: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:924:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:924:155: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:926:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:926:156: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:928:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:928:155: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:930:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:930:156: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:932:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:932:155: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:934:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:934:156: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:936:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:936:156: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:938:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:938:157: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:940:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:940:155: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:942:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:942:156: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:944:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:944:155: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:946:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:946:156: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:948:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:948:156: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:950:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:950:157: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:952:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:952:156: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:954:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:954:157: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:956:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:956:156: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:958:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:958:157: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:960:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:960:157: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:962:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:962:158: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1232:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1236:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1242:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1612:48: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1616:52: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1620:78: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1624:56: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1629:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1639:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1639:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1641:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1641:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1643:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1643:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1645:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1645:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1648:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1648:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1650:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1650:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1652:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1652:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1654:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1654:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1656:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1656:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1658:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1658:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1661:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1661:59: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1663:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1663:59: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1665:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1665:59: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1667:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1667:60: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1669:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1669:59: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1671:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1671:59: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1673:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1673:59: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1675:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1675:60: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1677:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1677:60: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1680:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1680:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1682:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1682:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1684:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1684:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1686:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1686:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1688:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1688:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1690:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1690:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1692:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1692:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1694:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1694:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1702:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1705:68: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1708:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1711:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1714:68: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1717:68: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1720:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1720:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1722:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1722:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1724:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1724:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1726:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1726:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1728:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1728:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1730:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1730:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1732:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1732:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1734:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1734:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1736:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1736:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1740:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1741:56: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1741:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1743:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1744:56: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1744:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1747:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1748:56: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1748:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1750:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1751:56: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1751:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1753:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1754:56: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1754:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1756:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1757:56: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1757:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1759:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1760:56: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1760:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1762:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1763:56: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1763:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1771:22: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1771:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1774:22: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1774:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1777:66: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1780:22: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1780:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1783:22: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1783:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1786:22: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1786:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1789:66: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1792:66: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1796:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1799:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1802:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1805:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1808:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1811:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1814:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1817:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1820:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1823:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1826:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1829:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1832:98: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1833:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1833:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1833:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1833:149: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1834:98: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1835:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1835:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1835:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1835:149: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1836:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1837:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1837:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1837:122: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1837:150: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1839:113: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1840:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1840:134: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1840:163: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1841:114: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1842:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1842:135: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1842:137: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1842:165: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1843:113: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1844:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1844:134: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1844:136: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1844:164: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1845:113: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1846:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1846:134: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1846:136: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1846:164: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1847:114: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1848:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1848:135: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1848:137: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1848:165: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1849:114: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1850:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1850:135: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1850:137: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1850:165: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1852:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1853:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1854:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1854:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1855:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1856:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1857:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1857:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1858:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1859:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1860:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1860:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1862:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1863:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1864:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1864:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1865:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1866:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1867:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1867:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1868:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1869:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1870:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1870:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1871:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1872:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1873:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1873:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1874:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1875:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1876:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1876:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1877:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1878:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1879:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1879:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1880:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1881:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1882:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1882:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1883:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1884:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1885:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1885:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1886:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1887:32: E201 whitespace after '('
./sympy/physics/quantum/tests/test_spin.py:1888:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1888:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1976:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1978:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1979:67: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:1980:45: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1982:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1983:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1984:67: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:1985:45: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1987:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1988:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1990:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:1990:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1992:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1993:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1994:67: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:1995:45: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1997:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:1998:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2000:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2000:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2002:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2004:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2004:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2007:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2010:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2012:79: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2014:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2016:79: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2017:79: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2019:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2021:79: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2022:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2023:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2025:80: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2026:79: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2028:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2030:80: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2031:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2032:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2034:80: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2035:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2036:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2038:80: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2039:79: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2041:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2043:81: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2044:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2045:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2047:79: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2048:79: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2050:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2052:81: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2054:63: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2056:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2060:77: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2062:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2064:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2066:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2067:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2069:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2071:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2072:97: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2074:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2076:86: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2077:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2078:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2079:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2081:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2083:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2084:87: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2085:87: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2086:97: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2088:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2090:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2091:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2092:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2093:97: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2095:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2097:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2098:87: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2099:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2100:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2102:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2104:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2105:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2107:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2109:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2110:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2112:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2114:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2115:86: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2116:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2117:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2119:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2121:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2122:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2123:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2124:98: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2126:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2128:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2129:86: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2130:86: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2131:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2133:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2135:87: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2136:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2137:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2138:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2140:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2142:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2143:98: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2145:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2147:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2148:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2150:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2152:97: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2154:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2157:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2160:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2162:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2163:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2165:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2166:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2167:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2169:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2170:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2171:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2173:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2174:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2175:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2176:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2177:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2179:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2180:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2181:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2182:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2183:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2184:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2186:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2187:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2188:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2189:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2190:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2191:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2193:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2194:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2195:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2196:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2197:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2199:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2200:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2201:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2202:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2203:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2204:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2206:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2207:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2208:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2210:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2211:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2212:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2213:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2214:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2216:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2217:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2218:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2219:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2220:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2221:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2223:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2224:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2225:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2226:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2228:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2229:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2230:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2232:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2233:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2234:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2235:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2237:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2238:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2239:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2240:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2241:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2242:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2244:63: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2245:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2246:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2247:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2248:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2250:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2251:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2252:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2254:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2255:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2256:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2257:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2258:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2259:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2261:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2262:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2263:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2264:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2265:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2267:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2268:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2269:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2270:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2271:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2272:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2274:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2275:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2276:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2277:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2278:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2279:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2281:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2282:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2283:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2284:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2285:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2287:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2288:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2289:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2291:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2292:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2293:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2295:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2296:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2298:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2302:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2304:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2306:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2306:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2308:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2309:102: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2311:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2313:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2314:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2316:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2318:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2319:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2320:67: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2321:45: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2323:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2324:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2325:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2327:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2329:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2330:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2331:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2333:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2335:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2336:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2338:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2338:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2340:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2341:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2342:67: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2343:45: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2345:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2346:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2347:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2349:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2351:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2352:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2353:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2355:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2357:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2358:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2360:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2360:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2362:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2363:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2365:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2367:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2368:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2370:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2372:102: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2374:47: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2377:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2380:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2382:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2383:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2384:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2385:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2386:67: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2387:45: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2388:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2389:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2390:67: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2391:45: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2392:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2393:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2394:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2396:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2396:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2397:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2398:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2399:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2400:67: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2401:45: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2402:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2403:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2405:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2405:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2406:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2407:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2408:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2410:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2410:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2411:122: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2413:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2415:109: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2416:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2417:109: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2418:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2419:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2421:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2422:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2423:85: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2424:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2425:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2427:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2428:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2429:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2430:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2431:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2432:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2433:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2434:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2436:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2437:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2438:85: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2439:85: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2441:68: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2442:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2443:85: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2444:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2445:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2446:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2447:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2448:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2449:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2451:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2452:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2453:86: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2455:68: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2456:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2457:85: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2458:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2459:84: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2461:67: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2462:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2463:86: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2464:85: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2466:68: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2467:112: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2468:77: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2470:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2472:77: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2473:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2474:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2475:97: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2477:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2478:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2479:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2480:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2481:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2482:97: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2484:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2485:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2486:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2488:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2489:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2490:86: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2491:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2492:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2493:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2495:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2496:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2497:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2498:87: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2499:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2500:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2502:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2503:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2504:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2505:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2507:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2508:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2509:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2510:87: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2511:87: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2512:97: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2514:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2515:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2516:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2517:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2519:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2520:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2521:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2522:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2524:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2525:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2526:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2527:86: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2528:86: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2529:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2531:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2532:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2533:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2534:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2536:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2537:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2538:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2539:86: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2540:88: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2541:94: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2543:75: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2544:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2545:87: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2546:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2547:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2548:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2550:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2551:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2552:97: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2554:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2555:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2556:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2557:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2558:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2559:98: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2561:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2562:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2563:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2564:98: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2566:41: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2567:102: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2569:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2571:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2572:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2573:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2574:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2575:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2576:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2577:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2578:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2579:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2580:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2581:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2582:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2583:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2584:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2585:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2586:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2587:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2588:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2589:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2590:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2591:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2592:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2593:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2594:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2595:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2596:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2597:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2598:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2599:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2600:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2601:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2602:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2603:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2604:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2605:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2606:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2607:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2608:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2609:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2610:91: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2611:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2612:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2613:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2614:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2615:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2616:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2617:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2618:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2619:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2620:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2621:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2622:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2623:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2624:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2625:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2626:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2627:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2628:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2629:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2630:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2631:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2632:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2633:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2634:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2635:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2636:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2637:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2638:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2639:89: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2640:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2641:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2642:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2643:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2644:63: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2645:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2646:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2647:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2648:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2649:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2650:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2651:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2652:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2653:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2654:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2655:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2656:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2657:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2658:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2659:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2660:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2661:91: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2662:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2663:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2664:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2665:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2666:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2667:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2668:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2669:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2670:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2671:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2672:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2673:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2674:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2675:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2676:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2677:61: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2678:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2679:91: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2680:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2681:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2682:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2683:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2684:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2685:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2686:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2687:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2688:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2689:90: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2690:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2691:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2692:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2693:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2694:73: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2695:91: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2696:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2697:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2698:91: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2699:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2700:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2701:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2702:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2703:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2704:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2705:91: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2706:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2707:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2708:70: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2709:92: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2710:62: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2712:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2714:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2715:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2716:91: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2717:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2719:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2719:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2720:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2721:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2722:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2723:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2725:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2726:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2727:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2728:92: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2729:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2731:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2732:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2733:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2734:67: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2735:45: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2736:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2737:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2738:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2739:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2741:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2742:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2743:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2744:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2745:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2747:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2748:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2749:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2750:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2752:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2752:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2753:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2754:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2755:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2756:67: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2757:45: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2758:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2759:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2760:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2761:99: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2763:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2764:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2765:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2766:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2767:102: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2769:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2770:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2771:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2773:15: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:2773:46: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2774:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2775:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2776:91: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2777:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2779:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2780:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2781:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2782:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2783:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2785:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2786:122: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2787:93: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2788:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2790:47: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2791:122: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2793:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2801:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2803:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2805:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2807:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2808:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2810:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2812:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2813:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2814:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2816:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2818:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2819:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2820:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2822:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2838:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2839:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2840:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2841:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2842:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2844:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2846:109: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2847:109: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2848:109: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2850:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2852:109: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2853:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2854:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2856:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2858:101: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2859:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2860:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2861:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2862:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2864:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2866:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2867:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2868:100: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2869:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2870:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2872:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2874:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2875:109: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2876:109: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2878:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2880:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2881:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2882:108: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2884:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2886:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2887:109: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2889:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2891:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2893:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2896:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2900:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2902:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2904:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2906:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2907:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2909:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2911:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2912:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2914:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2916:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2917:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2918:112: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2919:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2921:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2923:113: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2924:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2925:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2926:122: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2928:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2930:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2931:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2932:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2934:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2936:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2937:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2938:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2939:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2940:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2941:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2943:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2945:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2946:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2947:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2948:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2949:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2950:122: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2952:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2954:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2955:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2956:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2957:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2958:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2959:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2961:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2963:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2964:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2965:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2966:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2967:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2968:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2970:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2972:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2973:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2974:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2976:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2978:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2979:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2980:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2982:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2984:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2985:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2986:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2987:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2988:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2989:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2991:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2993:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2994:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2995:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2996:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2997:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:2998:122: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3000:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3002:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3003:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3004:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3005:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3006:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3007:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3009:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3011:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3012:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3013:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3014:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3015:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3016:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3018:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3020:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3021:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3022:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3024:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3026:112: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3027:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3028:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3029:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3031:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3033:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3034:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3035:113: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3036:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3038:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3040:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3041:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3043:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3045:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3046:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3048:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3050:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3052:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3055:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3058:150: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3060:77: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3061:151: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3062:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3063:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3065:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3066:151: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3067:104: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3068:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3070:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3071:152: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3072:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3073:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3074:65: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:3075:51: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3076:151: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3077:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3078:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3080:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3081:152: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3082:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3083:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3084:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3085:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3086:65: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:3087:51: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3088:152: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3089:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3090:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3091:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3092:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3093:65: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:3094:51: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3095:153: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3096:104: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3097:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3099:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3100:151: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3101:104: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3102:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3104:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3105:152: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3106:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3107:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3108:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3109:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3110:65: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:3111:51: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3112:152: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3113:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3114:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3115:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3116:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3117:65: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:3118:51: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3119:153: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3120:105: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3121:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3123:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3124:152: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3125:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3126:103: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3127:65: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:3128:51: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3129:153: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3130:104: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3131:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3133:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3134:153: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3135:105: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3136:96: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3138:69: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3139:154: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3141:77: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3143:140: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3145:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3146:140: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3147:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3148:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3150:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3151:141: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3152:112: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3153:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3154:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3155:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3157:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3158:141: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3159:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3160:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3162:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3163:141: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3164:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3165:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3166:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3167:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3169:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3170:142: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3171:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3172:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3174:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3175:141: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3176:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3177:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3179:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3180:141: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3181:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3182:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3183:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3184:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3185:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3186:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3188:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3189:142: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3190:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3191:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3192:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3193:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3194:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3195:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3197:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3198:142: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3199:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3200:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3201:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3202:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3203:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3204:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3206:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3207:142: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3208:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3209:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3210:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3211:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3212:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3213:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3215:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3216:143: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3217:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3218:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3220:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3221:141: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3222:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3223:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3225:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3226:141: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3227:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3228:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3229:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3230:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3231:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3232:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3234:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3235:142: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3236:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3237:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3238:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3239:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3240:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3241:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3243:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3244:142: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3245:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3246:110: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3247:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3248:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3249:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3250:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3252:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3253:142: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3254:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3255:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3256:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3257:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3258:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3259:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3261:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3262:143: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3263:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3264:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3266:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3267:142: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3268:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3269:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3271:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3272:142: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3273:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3274:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3275:111: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3276:121: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3278:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3279:143: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3280:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3281:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3283:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3284:143: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3285:113: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3286:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3287:119: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3288:122: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3290:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3291:143: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3292:120: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3293:122: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3295:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3296:144: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3298:74: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3307:81: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3309:95: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3311:81: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3316:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3318:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3321:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3323:118: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3326:72: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:3556:70: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:3564:69: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:3568:71: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:3576:70: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:3806:56: E225 missing whitespace around operator
./sympy/physics/quantum/tests/test_spin.py:4188:20: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4188:44: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4188:59: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4188:64: E203 whitespace before ','
./sympy/physics/quantum/tests/test_spin.py:4189:15: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4189:39: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4189:54: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4189:59: E203 whitespace before ','
./sympy/physics/quantum/tests/test_spin.py:4190:15: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4190:39: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4190:54: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4198:62: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4199:35: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4199:76: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4200:43: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4200:78: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4203:71: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4205:26: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4205:29: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4205:32: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4205:63: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4205:65: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4205:68: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4206:22: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4206:24: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4206:27: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4206:33: E203 whitespace before ','
./sympy/physics/quantum/tests/test_spin.py:4207:22: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4207:25: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4207:28: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4207:59: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4207:61: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4207:64: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4208:22: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4208:24: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4208:27: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4208:33: E203 whitespace before ','
./sympy/physics/quantum/tests/test_spin.py:4209:22: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4209:25: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4209:28: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4209:59: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4209:61: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4209:64: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4210:22: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4210:24: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4210:27: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4211:26: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4219:50: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4219:53: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4219:56: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4220:42: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4220:45: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4220:48: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4221:48: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4221:50: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4221:53: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4222:50: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4222:52: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4222:55: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4223:43: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4223:45: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4223:48: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4225:33: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4225:35: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4225:53: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4225:55: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4225:59: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4226:26: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4226:28: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4226:46: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4226:48: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4226:52: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4226:83: E231 missing whitespace after ','
./sympy/physics/quantum/tests/test_spin.py:4273:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:4274:76: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:4276:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:4277:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:4278:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:4279:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:4282:26: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_spin.py:4287:71: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_tensorproduct.py:98:25: E201 whitespace after '('
./sympy/physics/quantum/tests/test_tensorproduct.py:103:18: E202 whitespace before ')'
./sympy/physics/quantum/tests/test_tensorproduct.py:104:25: E201 whitespace after '('
./sympy/physics/mechanics/kane.py:14:1: E302 expected 2 blank lines, found 1
./sympy/physics/mechanics/kane.py:178:5: E303 too many blank lines (2)
./sympy/physics/mechanics/kane.py:549:9: E303 too many blank lines (2)
./sympy/physics/mechanics/lagrange.py:13:1: E302 expected 2 blank lines, found 1
./sympy/physics/mechanics/tests/test_functions.py:89:33: E225 missing whitespace around operator
./sympy/physics/mechanics/tests/test_kane2.py:21:5: E303 too many blank lines (2)
./sympy/physics/mechanics/tests/test_kane2.py:93:51: E203 whitespace before ':'
./sympy/physics/mechanics/tests/test_kane2.py:93:62: E203 whitespace before ':'
./sympy/physics/mechanics/tests/test_kane2.py:94:36: E203 whitespace before ':'
./sympy/physics/mechanics/tests/test_kane2.py:94:47: E203 whitespace before ':'
./sympy/physics/mechanics/tests/test_kane2.py:161:5: E303 too many blank lines (2)
./sympy/physics/mechanics/tests/test_kane2.py:171:22: E241 multiple spaces after ','
./sympy/physics/mechanics/tests/test_kane2.py:175:18: E251 unexpected spaces around keyword / parameter equals
./sympy/physics/mechanics/tests/test_kane2.py:175:32: E251 unexpected spaces around keyword / parameter equals
./sympy/physics/mechanics/tests/test_kane2.py:176:53: E251 unexpected spaces around keyword / parameter equals
./sympy/physics/mechanics/tests/test_kane2.py:176:55: E251 unexpected spaces around keyword / parameter equals
./sympy/physics/mechanics/tests/test_kane2.py:177:49: E251 unexpected spaces around keyword / parameter equals
./sympy/physics/mechanics/tests/test_kane2.py:182:17: E225 missing whitespace around operator
./sympy/physics/mechanics/tests/test_kane2.py:274:26: E225 missing whitespace around operator
./sympy/physics/mechanics/tests/test_kane2.py:292:1: E302 expected 2 blank lines, found 1
./sympy/physics/mechanics/tests/test_kane2.py:369:14: E111 indentation is not a multiple of four
./sympy/physics/mechanics/tests/test_kane2.py:369:14: E113 unexpected indentation
./sympy/physics/mechanics/tests/test_kane2.py:373:26: E225 missing whitespace around operator
./sympy/physics/mechanics/tests/test_kane3.py:6:1: E302 expected 2 blank lines, found 1
./sympy/physics/mechanics/tests/test_kane3.py:125:5: E303 too many blank lines (2)
./sympy/physics/mechanics/tests/test_kane3.py:159:5: E303 too many blank lines (2)
./sympy/physics/mechanics/tests/test_kane3.py:180:17: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:180:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:181:18: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:181:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:182:8: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:182:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:183:15: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:183:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:184:9: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:184:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:185:12: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:185:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:186:18: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:186:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:187:18: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:187:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:188:17: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:188:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:189:17: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:189:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:190:16: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:190:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:191:16: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:191:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:192:15: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:192:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:193:10: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:193:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:194:10: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:194:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:195:10: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:195:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:196:15: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:196:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:197:15: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:197:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:198:14: E221 multiple spaces before operator
./sympy/physics/mechanics/tests/test_kane3.py:198:38: E222 multiple spaces after operator
./sympy/physics/mechanics/tests/test_kane3.py:265:5: E303 too many blank lines (2)
./sympy/physics/mechanics/tests/test_kane3.py:277:20: E201 whitespace after '['
./sympy/physics/mechanics/tests/test_kane3.py:277:37: E241 multiple spaces after ','
./sympy/physics/mechanics/tests/test_kane3.py:277:82: E241 multiple spaces after ','
./sympy/physics/mechanics/tests/test_kane3.py:277:104: E241 multiple spaces after ','
./sympy/physics/mechanics/tests/test_kane3.py:278:20: E201 whitespace after '['
./sympy/physics/mechanics/tests/test_kane3.py:278:37: E241 multiple spaces after ','
./sympy/physics/mechanics/tests/test_kane3.py:278:82: E241 multiple spaces after ','
./sympy/physics/mechanics/tests/test_kane3.py:278:104: E241 multiple spaces after ','
./sympy/physics/mechanics/tests/test_kane3.py:280:37: E241 multiple spaces after ','
./sympy/physics/mechanics/tests/test_kane3.py:280:82: E241 multiple spaces after ','
./sympy/physics/mechanics/tests/test_kane3.py:280:104: E241 multiple spaces after ','
./sympy/physics/mechanics/tests/test_kane3.py:283:5: E303 too many blank lines (2)
./sympy/physics/mechanics/tests/test_particle.py:24:49: E225 missing whitespace around operator
./sympy/physics/mechanics/tests/test_rigidbody.py:57:1: E302 expected 2 blank lines, found 1
./sympy/physics/vector/frame.py:506:12: E713 test for membership should be 'not in'
./sympy/physics/vector/functions.py:466:57: E203 whitespace before ':'
./sympy/physics/vector/printing.py:185:18: E203 whitespace before ':'
./sympy/physics/vector/printing.py:186:18: E203 whitespace before ':'
./sympy/physics/vector/printing.py:187:18: E203 whitespace before ':'
./sympy/physics/vector/printing.py:188:18: E203 whitespace before ':'
./sympy/physics/vector/printing.py:189:18: E203 whitespace before ':'
./sympy/physics/vector/printing.py:200:23: E222 multiple spaces after operator
./sympy/physics/vector/tests/test_fieldfunctions.py:126:58: E225 missing whitespace around operator
./sympy/physics/vector/tests/test_frame.py:20:38: E231 missing whitespace after ':'
./sympy/physics/vector/tests/test_frame.py:20:49: E231 missing whitespace after ':'
./sympy/physics/vector/tests/test_frame.py:20:60: E231 missing whitespace after ':'
./sympy/physics/vector/tests/test_functions.py:94:1: E302 expected 2 blank lines, found 1
./sympy/physics/vector/tests/test_functions.py:348:47: E227 missing whitespace around bitwise or shift operator
./sympy/physics/vector/tests/test_functions.py:349:47: E227 missing whitespace around bitwise or shift operator
./sympy/physics/vector/tests/test_functions.py:351:45: E227 missing whitespace around bitwise or shift operator
./sympy/physics/vector/tests/test_functions.py:352:47: E227 missing whitespace around bitwise or shift operator
./sympy/physics/vector/tests/test_functions.py:355:47: E227 missing whitespace around bitwise or shift operator
./sympy/physics/vector/tests/test_functions.py:374:46: E227 missing whitespace around bitwise or shift operator
./sympy/physics/vector/tests/test_functions.py:375:27: E227 missing whitespace around bitwise or shift operator
./sympy/physics/vector/tests/test_functions.py:375:42: E227 missing whitespace around bitwise or shift operator
./sympy/physics/vector/tests/test_functions.py:375:65: E227 missing whitespace around bitwise or shift operator
./sympy/physics/vector/tests/test_functions.py:395:35: E251 unexpected spaces around keyword / parameter equals
./sympy/physics/vector/tests/test_functions.py:395:37: E251 unexpected spaces around keyword / parameter equals
./sympy/physics/vector/tests/test_vector.py:47:40: E201 whitespace after '['
./sympy/physics/vector/tests/test_vector.py:57:1: E302 expected 2 blank lines, found 1
./sympy/interactive/ipythonprinting.py:40:1: E302 expected 2 blank lines, found 1
./sympy/parsing/ast_parser.py:32:1: E302 expected 2 blank lines, found 1
./sympy/parsing/ast_parser.py:68:1: E302 expected 2 blank lines, found 1
./sympy/parsing/sympy_parser.py:21:1: E302 expected 2 blank lines, found 1
./sympy/parsing/sympy_parser.py:260:15: E111 indentation is not a multiple of four
./sympy/parsing/sympy_parser.py:260:15: E113 unexpected indentation
./sympy/parsing/sympy_parser.py:262:27: E111 indentation is not a multiple of four
./sympy/parsing/sympy_parser.py:262:27: E113 unexpected indentation
./sympy/parsing/sympy_parser.py:644:49: E113 unexpected indentation
./sympy/parsing/sympy_parser.py:686:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/parsing/sympy_tokenize.py:151:37: E202 whitespace before ')'
./sympy/parsing/tests/test_implicit_multiplication_application.py:75:1: E303 too many blank lines (3)
./sympy/parsing/tests/test_implicit_multiplication_application.py:94:43: E201 whitespace after '{'
./sympy/parsing/tests/test_implicit_multiplication_application.py:94:66: E202 whitespace before '}'
./sympy/parsing/tests/test_implicit_multiplication_application.py:113:19: E201 whitespace after '{'
./sympy/parsing/tests/test_implicit_multiplication_application.py:113:32: E202 whitespace before '}'
./sympy/parsing/tests/test_maxima.py:42:16: E201 whitespace after '('
./sympy/parsing/tests/test_sympy_parser.py:57:1: E302 expected 2 blank lines, found 1
./sympy/parsing/tests/test_sympy_parser.py:67:1: E302 expected 2 blank lines, found 1
./sympy/parsing/tests/test_sympy_parser.py:77:1: E302 expected 2 blank lines, found 1
./sympy/utilities/autowrap.py:70:24: E201 whitespace after '{'
./sympy/utilities/autowrap.py:278:20: E713 test for membership should be 'not in'
./sympy/utilities/autowrap.py:336:17: E201 whitespace after '{'
./sympy/utilities/autowrap.py:430:1: E302 expected 2 blank lines, found 1
./sympy/utilities/benchmarking.py:71:25: E201 whitespace after '('
./sympy/utilities/benchmarking.py:71:46: E202 whitespace before ')'
./sympy/utilities/benchmarking.py:153:32: E201 whitespace after '('
./sympy/utilities/benchmarking.py:153:67: E202 whitespace before ')'
./sympy/utilities/codegen.py:165:35: E201 whitespace after '['
./sympy/utilities/codegen.py:581:32: E201 whitespace after '['
./sympy/utilities/codegen.py:743:22: E201 whitespace after '['
./sympy/utilities/codegen.py:743:42: E202 whitespace before ']'
./sympy/utilities/codegen.py:809:22: E201 whitespace after '['
./sympy/utilities/codegen.py:809:36: E202 whitespace before ']'
./sympy/utilities/decorator.py:12:1: E302 expected 2 blank lines, found 1
./sympy/utilities/decorator.py:30:41: E201 whitespace after '['
./sympy/utilities/decorator.py:30:85: E202 whitespace before ']'
./sympy/utilities/decorator.py:147:1: E302 expected 2 blank lines, found 1
./sympy/utilities/enumerative.py:95:1: E302 expected 2 blank lines, found 1
./sympy/utilities/enumerative.py:112:22: E111 indentation is not a multiple of four
./sympy/utilities/enumerative.py:112:22: E113 unexpected indentation
./sympy/utilities/enumerative.py:114:22: E111 indentation is not a multiple of four
./sympy/utilities/enumerative.py:114:22: E113 unexpected indentation
./sympy/utilities/enumerative.py:115:22: E111 indentation is not a multiple of four
./sympy/utilities/enumerative.py:115:22: E113 unexpected indentation
./sympy/utilities/enumerative.py:116:22: E111 indentation is not a multiple of four
./sympy/utilities/enumerative.py:116:22: E113 unexpected indentation
./sympy/utilities/enumerative.py:117:22: E111 indentation is not a multiple of four
./sympy/utilities/enumerative.py:117:22: E113 unexpected indentation
./sympy/utilities/enumerative.py:703:26: E111 indentation is not a multiple of four
./sympy/utilities/enumerative.py:703:26: E113 unexpected indentation
./sympy/utilities/enumerative.py:704:26: E111 indentation is not a multiple of four
./sympy/utilities/enumerative.py:704:26: E113 unexpected indentation
./sympy/utilities/iterables.py:262:21: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/utilities/iterables.py:554:1: E302 expected 2 blank lines, found 1
./sympy/utilities/iterables.py:669:13: E201 whitespace after '['
./sympy/utilities/iterables.py:669:56: E202 whitespace before ']'
./sympy/utilities/lambdify.py:306:5: E303 too many blank lines (2)
./sympy/utilities/lambdify.py:402:42: E203 whitespace before ':'
./sympy/utilities/magic.py:5:1: E302 expected 2 blank lines, found 1
./sympy/utilities/misc.py:112:1: E302 expected 2 blank lines, found 1
./sympy/utilities/pkgdata.py:54:24: E231 missing whitespace after ','
./sympy/utilities/randtest.py:93:1: E302 expected 2 blank lines, found 1
./sympy/utilities/runtests.py:51:1: E302 expected 2 blank lines, found 1
./sympy/utilities/runtests.py:552:10: E221 multiple spaces before operator
./sympy/utilities/runtests.py:718:17: E113 unexpected indentation
./sympy/utilities/runtests.py:737:1: E302 expected 2 blank lines, found 1
./sympy/utilities/runtests.py:945:30: E201 whitespace after '['
./sympy/utilities/runtests.py:945:70: E202 whitespace before ']'
./sympy/utilities/runtests.py:946:36: E201 whitespace after '['
./sympy/utilities/runtests.py:946:68: E202 whitespace before ']'
./sympy/utilities/runtests.py:947:35: E201 whitespace after '['
./sympy/utilities/runtests.py:947:66: E202 whitespace before ']'
./sympy/utilities/runtests.py:952:58: E201 whitespace after '['
./sympy/utilities/runtests.py:952:107: E202 whitespace before ']'
./sympy/utilities/runtests.py:1015:21: E112 expected an indented block
./sympy/utilities/runtests.py:1016:21: E112 expected an indented block
./sympy/utilities/runtests.py:1316:13: E301 expected 1 blank line, found 0
./sympy/utilities/runtests.py:1318:34: E225 missing whitespace around operator
./sympy/utilities/runtests.py:1338:1: E302 expected 2 blank lines, found 1
./sympy/utilities/runtests.py:1624:51: E225 missing whitespace around operator
./sympy/utilities/runtests.py:1628:52: E225 missing whitespace around operator
./sympy/utilities/runtests.py:1649:60: E261 at least two spaces before inline comment
./sympy/utilities/runtests.py:1651:61: E261 at least two spaces before inline comment
./sympy/utilities/runtests.py:1656:16: E221 multiple spaces before operator
./sympy/utilities/runtests.py:1928:27: E225 missing whitespace around operator
./sympy/utilities/timeutils.py:58:12: E713 test for membership should be 'not in'
./sympy/utilities/tests/diagnose_imports.py:24:15: E251 unexpected spaces around keyword / parameter equals
./sympy/utilities/tests/diagnose_imports.py:34:14: E251 unexpected spaces around keyword / parameter equals
./sympy/utilities/tests/diagnose_imports.py:37:60: E261 at least two spaces before inline comment
./sympy/utilities/tests/diagnose_imports.py:38:63: E261 at least two spaces before inline comment
./sympy/utilities/tests/diagnose_imports.py:40:62: E261 at least two spaces before inline comment
./sympy/utilities/tests/diagnose_imports.py:44:14: E251 unexpected spaces around keyword / parameter equals
./sympy/utilities/tests/diagnose_imports.py:100:9: E301 expected 1 blank line, found 0
./sympy/utilities/tests/diagnose_imports.py:102:9: E301 expected 1 blank line, found 0
./sympy/utilities/tests/diagnose_imports.py:104:9: E301 expected 1 blank line, found 0
./sympy/utilities/tests/diagnose_imports.py:106:9: E301 expected 1 blank line, found 0
./sympy/utilities/tests/diagnose_imports.py:110:25: E261 at least two spaces before inline comment
./sympy/utilities/tests/diagnose_imports.py:114:28: E711 comparison to None should be 'if cond is not None:'
./sympy/utilities/tests/diagnose_imports.py:161:20: E713 test for membership should be 'not in'
./sympy/utilities/tests/diagnose_imports.py:173:25: E711 comparison to None should be 'if cond is not None:'
./sympy/utilities/tests/diagnose_imports.py:185:24: E713 test for membership should be 'not in'
./sympy/utilities/tests/test_code_quality.py:47:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_code_quality.py:321:5: E301 expected 1 blank line, found 0
./sympy/utilities/tests/test_codegen.py:38:13: E201 whitespace after '['
./sympy/utilities/tests/test_codegen.py:38:45: E202 whitespace before ']'
./sympy/utilities/tests/test_codegen.py:39:13: E201 whitespace after '['
./sympy/utilities/tests/test_codegen.py:39:46: E202 whitespace before ']'
./sympy/utilities/tests/test_codegen.py:40:69: E202 whitespace before ']'
./sympy/utilities/tests/test_codegen.py:42:13: E201 whitespace after '['
./sympy/utilities/tests/test_codegen.py:42:46: E202 whitespace before ']'
./sympy/utilities/tests/test_codegen.py:43:52: E202 whitespace before ']'
./sympy/utilities/tests/test_codegen.py:50:13: E201 whitespace after '['
./sympy/utilities/tests/test_codegen.py:50:45: E202 whitespace before ']'
./sympy/utilities/tests/test_codegen.py:54:13: E201 whitespace after '['
./sympy/utilities/tests/test_codegen.py:54:45: E202 whitespace before ']'
./sympy/utilities/tests/test_codegen.py:69:11: E111 indentation is not a multiple of four
./sympy/utilities/tests/test_codegen.py:69:11: E113 unexpected indentation
./sympy/utilities/tests/test_codegen.py:70:29: E201 whitespace after '('
./sympy/utilities/tests/test_codegen.py:469:11: E111 indentation is not a multiple of four
./sympy/utilities/tests/test_codegen.py:469:11: E113 unexpected indentation
./sympy/utilities/tests/test_codegen.py:470:29: E201 whitespace after '('
./sympy/utilities/tests/test_codegen.py:517:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_codegen.py:531:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_enumerative.py:10:38: E271 multiple spaces after keyword
./sympy/utilities/tests/test_enumerative.py:18:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_enumerative.py:36:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_enumerative.py:106:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_enumerative.py:121:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_enumerative.py:127:24: E231 missing whitespace after ','
./sympy/utilities/tests/test_enumerative.py:130:24: E231 missing whitespace after ','
./sympy/utilities/tests/test_enumerative.py:130:26: E231 missing whitespace after ','
./sympy/utilities/tests/test_enumerative.py:133:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_enumerative.py:135:24: E231 missing whitespace after ','
./sympy/utilities/tests/test_enumerative.py:135:26: E231 missing whitespace after ','
./sympy/utilities/tests/test_enumerative.py:135:28: E231 missing whitespace after ','
./sympy/utilities/tests/test_enumerative.py:141:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_enumerative.py:168:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_enumerative.py:170:14: E231 missing whitespace after ','
./sympy/utilities/tests/test_enumerative.py:170:16: E231 missing whitespace after ','
./sympy/utilities/tests/test_enumerative.py:170:18: E231 missing whitespace after ','
./sympy/utilities/tests/test_enumerative.py:170:21: E261 at least two spaces before inline comment
./sympy/utilities/tests/test_enumerative.py:175:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_enumerative.py:178:14: E231 missing whitespace after ','
./sympy/utilities/tests/test_enumerative.py:178:16: E231 missing whitespace after ','
./sympy/utilities/tests/test_enumerative.py:178:18: E231 missing whitespace after ','
./sympy/utilities/tests/test_iterables.py:18:49: E202 whitespace before ')'
./sympy/utilities/tests/test_iterables.py:167:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_iterables.py:172:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_iterables.py:314:40: E231 missing whitespace after ','
./sympy/utilities/tests/test_iterables.py:317:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_iterables.py:403:31: E225 missing whitespace around operator
./sympy/utilities/tests/test_iterables.py:420:10: E221 multiple spaces before operator
./sympy/utilities/tests/test_iterables.py:421:17: E272 multiple spaces before keyword
./sympy/utilities/tests/test_iterables.py:422:19: E271 multiple spaces after keyword
./sympy/utilities/tests/test_iterables.py:426:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_iterables.py:483:12: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:483:17: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:483:22: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:484:12: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:484:17: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:484:22: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:485:12: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:485:17: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:485:22: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:486:12: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:486:17: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:486:22: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:487:12: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:487:17: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:487:22: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:488:12: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:488:17: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:488:22: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:489:12: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:489:17: E241 multiple spaces after ','
./sympy/utilities/tests/test_iterables.py:491:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_iterables.py:629:26: E203 whitespace before ':'
./sympy/utilities/tests/test_iterables.py:658:26: E203 whitespace before ':'
./sympy/utilities/tests/test_lambdify.py:100:12: E111 indentation is not a multiple of four
./sympy/utilities/tests/test_lambdify.py:100:12: E113 unexpected indentation
./sympy/utilities/tests/test_lambdify.py:111:12: E111 indentation is not a multiple of four
./sympy/utilities/tests/test_lambdify.py:111:12: E113 unexpected indentation
./sympy/utilities/tests/test_lambdify.py:262:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_lambdify.py:277:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_lambdify.py:377:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_lambdify.py:397:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_lambdify.py:435:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_lambdify.py:440:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_module_imports.py:26:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:195:23: E201 whitespace after '('
./sympy/utilities/tests/test_pickling.py:325:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:339:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:349:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:362:51: E261 at least two spaces before inline comment
./sympy/utilities/tests/test_pickling.py:364:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:380:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:404:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:463:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:469:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:492:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:502:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:585:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pickling.py:596:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_pytest.py:31:1: E302 expected 2 blank lines, found 1
./sympy/utilities/tests/test_timeutils.py:7:1: E302 expected 2 blank lines, found 1
./sympy/galgebra/ga.py:52:27: E225 missing whitespace around operator
./sympy/galgebra/ga.py:52:31: E225 missing whitespace around operator
./sympy/galgebra/ga.py:53:21: E231 missing whitespace after ','
./sympy/galgebra/ga.py:54:27: E225 missing whitespace around operator
./sympy/galgebra/ga.py:54:32: E225 missing whitespace around operator
./sympy/galgebra/ncutil.py:83:5: E303 too many blank lines (2)
./sympy/galgebra/printing.py:46:13: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:46:28: E241 multiple spaces after ','
./sympy/galgebra/printing.py:46:51: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:47:12: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:47:28: E241 multiple spaces after ','
./sympy/galgebra/printing.py:47:45: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:48:13: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:48:28: E241 multiple spaces after ','
./sympy/galgebra/printing.py:48:51: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:49:12: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:49:28: E241 multiple spaces after ','
./sympy/galgebra/printing.py:49:52: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:50:11: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:50:28: E241 multiple spaces after ','
./sympy/galgebra/printing.py:50:51: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:51:14: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:51:28: E241 multiple spaces after ','
./sympy/galgebra/printing.py:51:50: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:52:14: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:52:28: E241 multiple spaces after ','
./sympy/galgebra/printing.py:53:17: E241 multiple spaces after ':'
./sympy/galgebra/printing.py:53:28: E241 multiple spaces after ','
./sympy/galgebra/printing.py:54:14: E241 multiple spaces after ':'
./sympy/galgebra/tests/test_ga.py:118:16: E227 missing whitespace around bitwise or shift operator
./sympy/galgebra/tests/test_ga.py:118:26: E227 missing whitespace around bitwise or shift operator
./sympy/galgebra/tests/test_ga.py:126:16: E227 missing whitespace around bitwise or shift operator
./sympy/galgebra/tests/test_ga.py:126:26: E227 missing whitespace around bitwise or shift operator
./sympy/galgebra/tests/test_ga.py:139:16: E227 missing whitespace around bitwise or shift operator
./sympy/galgebra/tests/test_ga.py:139:26: E227 missing whitespace around bitwise or shift operator
./sympy/galgebra/tests/test_ga.py:381:1: E302 expected 2 blank lines, found 1
./sympy/galgebra/tests/test_ga.py:398:1: E302 expected 2 blank lines, found 1
./sympy/galgebra/tests/test_ga.py:431:1: E302 expected 2 blank lines, found 1
./sympy/galgebra/tests/test_ga.py:452:1: E302 expected 2 blank lines, found 1
./sympy/galgebra/tests/test_ga.py:466:1: E302 expected 2 blank lines, found 1
./sympy/galgebra/tests/test_ga.py:560:1: E302 expected 2 blank lines, found 1
./sympy/galgebra/tests/test_ga.py:594:1: E302 expected 2 blank lines, found 1
./sympy/galgebra/tests/test_ga.py:619:1: E302 expected 2 blank lines, found 1
./sympy/galgebra/tests/test_ga.py:647:1: E302 expected 2 blank lines, found 1
./sympy/matrices/dense.py:758:42: E201 whitespace after '['
./sympy/matrices/dense.py:758:74: E202 whitespace before ']'
./sympy/matrices/dense.py:784:42: E201 whitespace after '['
./sympy/matrices/dense.py:784:94: E202 whitespace before ']'
./sympy/matrices/dense.py:975:1: E302 expected 2 blank lines, found 1
./sympy/matrices/dense.py:1246:1: E302 expected 2 blank lines, found 1
./sympy/matrices/immutable.py:16:1: E302 expected 2 blank lines, found 1
./sympy/matrices/matrices.py:85:20: E261 at least two spaces before inline comment
./sympy/matrices/matrices.py:661:42: E231 missing whitespace after ','
./sympy/matrices/matrices.py:1123:27: E201 whitespace after '('
./sympy/matrices/matrices.py:1123:43: E202 whitespace before ')'
./sympy/matrices/matrices.py:2004:26: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/matrices/matrices.py:2006:26: E711 comparison to None should be 'if cond is None:'
./sympy/matrices/matrices.py:3404:28: E225 missing whitespace around operator
./sympy/matrices/matrices.py:3411:26: E225 missing whitespace around operator
./sympy/matrices/matrices.py:3466:32: E225 missing whitespace around operator
./sympy/matrices/matrices.py:3467:30: E225 missing whitespace around operator
./sympy/matrices/matrices.py:3481:26: E225 missing whitespace around operator
./sympy/matrices/matrices.py:3565:30: E225 missing whitespace around operator
./sympy/matrices/matrices.py:3668:35: E225 missing whitespace around operator
./sympy/matrices/matrices.py:4080:1: E302 expected 2 blank lines, found 1
./sympy/matrices/sparse.py:182:22: E231 missing whitespace after ','
./sympy/matrices/sparse.py:1091:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:87:23: E231 missing whitespace after ','
./sympy/matrices/tests/test_matrices.py:87:25: E231 missing whitespace after ','
./sympy/matrices/tests/test_matrices.py:87:27: E231 missing whitespace after ','
./sympy/matrices/tests/test_matrices.py:87:29: E231 missing whitespace after ','
./sympy/matrices/tests/test_matrices.py:244:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:244:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:245:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:245:26: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:250:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:250:21: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:251:26: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:256:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:258:27: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:263:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:263:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:263:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:264:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:265:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:265:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:266:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:266:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:266:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:266:33: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:271:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:271:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:271:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:271:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:271:30: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:272:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:272:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:272:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:272:30: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:273:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:274:34: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:279:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:283:33: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:288:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:288:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:288:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:289:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:289:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:289:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:290:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:290:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:291:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:291:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:292:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:292:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:292:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:292:36: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:297:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:297:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:297:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:297:30: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:297:34: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:298:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:298:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:298:30: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:298:34: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:299:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:299:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:299:30: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:299:34: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:300:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:300:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:300:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:300:34: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:301:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:301:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:301:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:301:30: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:301:38: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:306:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:306:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:306:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:307:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:307:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:307:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:308:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:308:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:309:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:310:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:310:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:310:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:310:36: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:315:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:317:27: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:328:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:328:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:329:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:329:26: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:333:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:333:21: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:334:26: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:338:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:340:27: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:344:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:344:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:344:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:345:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:346:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:346:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:347:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:347:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:347:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:347:33: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:351:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:355:33: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:359:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:359:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:359:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:360:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:360:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:360:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:361:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:361:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:362:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:362:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:363:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:363:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:363:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:363:36: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:367:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:367:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:367:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:367:30: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:367:34: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:368:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:368:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:368:30: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:368:34: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:369:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:369:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:369:30: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:369:34: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:370:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:370:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:370:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:370:34: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:371:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:371:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:371:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:371:30: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:371:38: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:375:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:375:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:375:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:376:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:376:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:376:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:377:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:377:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:378:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:379:19: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:379:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:379:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:379:36: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:383:17: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:385:27: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:480:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:535:20: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:535:27: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:536:27: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:537:20: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:538:27: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:559:20: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:581:20: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:608:15: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:613:15: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:668:22: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:673:10: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:674:17: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:675:10: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:675:17: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:675:25: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:683:10: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:683:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:714:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:718:33: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:720:25: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:721:18: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:721:29: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:721:33: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:722:21: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:722:25: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:722:29: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:722:33: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:723:18: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:723:21: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:723:29: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:723:33: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:724:21: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:724:25: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:727:18: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:727:21: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:727:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:727:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:729:18: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:729:21: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:729:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:729:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:730:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:730:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:793:14: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:794:14: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:798:20: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:813:10: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:826:36: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:827:25: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:827:36: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:831:14: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:832:14: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:832:31: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:832:63: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:832:65: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:882:18: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:882:40: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:882:71: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:883:18: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:883:71: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:885:26: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:885:43: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:885:72: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:886:26: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:886:72: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:898:26: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:898:28: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:907:35: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:921:30: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:925:28: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:927:28: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:938:28: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:938:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:938:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:938:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:939:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:939:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:939:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:940:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:941:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:961:28: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:965:32: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:987:28: E261 at least two spaces before inline comment
./sympy/matrices/tests/test_matrices.py:996:49: E702 multiple statements on one line (semicolon)
./sympy/matrices/tests/test_matrices.py:998:29: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:999:29: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:1001:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:1092:12: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:1092:14: E202 whitespace before ')'
./sympy/matrices/tests/test_matrices.py:1125:41: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:1160:19: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:1161:10: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:1161:19: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:1187:50: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:1187:65: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:1221:40: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:1221:47: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:1222:40: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:1222:55: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:1536:49: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:1537:18: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:1702:37: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:1717:20: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:1734:20: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:1907:75: E202 whitespace before ']'
./sympy/matrices/tests/test_matrices.py:1986:45: E711 comparison to None should be 'if cond is None:'
./sympy/matrices/tests/test_matrices.py:1987:51: E711 comparison to None should be 'if cond is None:'
./sympy/matrices/tests/test_matrices.py:1988:54: E711 comparison to None should be 'if cond is None:'
./sympy/matrices/tests/test_matrices.py:1989:60: E711 comparison to None should be 'if cond is None:'
./sympy/matrices/tests/test_matrices.py:1990:45: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/matrices/tests/test_matrices.py:1992:45: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/matrices/tests/test_matrices.py:2023:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2026:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2029:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2100:17: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2101:10: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:2101:13: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2101:17: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2102:10: E201 whitespace after '['
./sympy/matrices/tests/test_matrices.py:2102:13: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2143:10: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:2143:15: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2143:21: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2143:27: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2144:15: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2144:21: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2145:21: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2145:27: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2146:15: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2146:27: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2149:10: E201 whitespace after '('
./sympy/matrices/tests/test_matrices.py:2150:14: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2150:20: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2151:20: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2151:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2152:14: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2152:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_matrices.py:2252:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2257:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2266:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2274:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2277:79: E203 whitespace before ':'
./sympy/matrices/tests/test_matrices.py:2283:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2286:34: E231 missing whitespace after ','
./sympy/matrices/tests/test_matrices.py:2286:39: E231 missing whitespace after ','
./sympy/matrices/tests/test_matrices.py:2289:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2308:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2341:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2371:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_matrices.py:2375:1: E302 expected 2 blank lines, found 1
./sympy/matrices/tests/test_sparse.py:144:26: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:146:36: E202 whitespace before ')'
./sympy/matrices/tests/test_sparse.py:148:26: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:148:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:148:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:149:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:150:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:150:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:151:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:151:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:151:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:151:42: E202 whitespace before ')'
./sympy/matrices/tests/test_sparse.py:153:26: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:153:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:153:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:153:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:153:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:154:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:154:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:154:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:154:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:155:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:156:43: E202 whitespace before ')'
./sympy/matrices/tests/test_sparse.py:158:26: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:162:42: E202 whitespace before ')'
./sympy/matrices/tests/test_sparse.py:164:26: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:164:33: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:164:37: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:165:33: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:165:37: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:165:41: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:166:33: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:166:41: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:167:37: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:167:41: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:168:33: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:168:37: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:168:41: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:168:45: E202 whitespace before ')'
./sympy/matrices/tests/test_sparse.py:170:26: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:170:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:170:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:170:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:170:43: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:171:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:171:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:171:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:171:43: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:172:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:172:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:172:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:172:43: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:173:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:173:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:173:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:173:43: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:174:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:174:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:174:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:174:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:174:47: E202 whitespace before ')'
./sympy/matrices/tests/test_sparse.py:176:26: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:176:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:176:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:177:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:177:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:177:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:178:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:178:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:179:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:180:28: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:180:31: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:180:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:180:45: E202 whitespace before ')'
./sympy/matrices/tests/test_sparse.py:216:32: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:216:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:216:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:216:43: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:217:32: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:217:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:217:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:217:43: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:218:32: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:221:32: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:221:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:221:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:221:43: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:222:32: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:222:35: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:222:39: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:222:43: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:223:32: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:238:36: E202 whitespace before ')'
./sympy/matrices/tests/test_sparse.py:241:30: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:242:30: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:243:30: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:250:30: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:251:30: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:251:33: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:252:30: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:253:33: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:276:26: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:314:12: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:321:12: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:327:12: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:328:12: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:329:12: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:359:10: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:359:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:362:21: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:363:10: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:375:33: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:377:24: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:377:27: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:377:34: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:377:38: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:379:24: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:379:27: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:379:34: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:379:38: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:380:34: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:380:38: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:402:18: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:403:18: E201 whitespace after '('
./sympy/matrices/tests/test_sparse.py:403:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:404:24: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparse.py:424:8: E222 multiple spaces after operator
./sympy/matrices/tests/test_sparse.py:511:10: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:512:10: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:523:10: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:527:10: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:528:10: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:535:10: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:537:10: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:541:10: E201 whitespace after '['
./sympy/matrices/tests/test_sparse.py:541:17: E241 multiple spaces after ','
./sympy/matrices/tests/test_sparsetools.py:12:46: E231 missing whitespace after ':'
./sympy/matrices/expressions/blockmatrix.py:154:30: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/matrices/expressions/blockmatrix.py:159:30: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/matrices/expressions/blockmatrix.py:171:21: E225 missing whitespace around operator
./sympy/matrices/expressions/blockmatrix.py:173:21: E225 missing whitespace around operator
./sympy/matrices/expressions/blockmatrix.py:188:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/blockmatrix.py:292:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/blockmatrix.py:297:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/blockmatrix.py:312:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/blockmatrix.py:326:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/blockmatrix.py:352:14: E225 missing whitespace around operator
./sympy/matrices/expressions/blockmatrix.py:355:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/blockmatrix.py:365:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/blockmatrix.py:371:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/blockmatrix.py:377:30: E201 whitespace after '['
./sympy/matrices/expressions/blockmatrix.py:377:47: E241 multiple spaces after ','
./sympy/matrices/expressions/blockmatrix.py:378:53: E241 multiple spaces after ','
./sympy/matrices/expressions/blockmatrix.py:382:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/blockmatrix.py:404:1: E303 too many blank lines (3)
./sympy/matrices/expressions/blockmatrix.py:410:17: E201 whitespace after '['
./sympy/matrices/expressions/blockmatrix.py:410:31: E241 multiple spaces after ','
./sympy/matrices/expressions/blockmatrix.py:410:36: E241 multiple spaces after ','
./sympy/matrices/expressions/blockmatrix.py:410:52: E241 multiple spaces after ','
./sympy/matrices/expressions/blockmatrix.py:428:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/determinant.py:41:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/diagonal.py:6:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/diagonal.py:13:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/factorizations.py:6:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/factorizations.py:10:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/factorizations.py:12:1: E302 expected 2 blank lines, found 0
./sympy/matrices/expressions/factorizations.py:15:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/factorizations.py:15:25: E701 multiple statements on one line (colon)
./sympy/matrices/expressions/factorizations.py:16:1: E302 expected 2 blank lines, found 0
./sympy/matrices/expressions/factorizations.py:16:25: E701 multiple statements on one line (colon)
./sympy/matrices/expressions/factorizations.py:18:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/factorizations.py:20:1: E302 expected 2 blank lines, found 0
./sympy/matrices/expressions/factorizations.py:23:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/factorizations.py:25:1: E302 expected 2 blank lines, found 0
./sympy/matrices/expressions/factorizations.py:28:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/factorizations.py:30:1: E302 expected 2 blank lines, found 0
./sympy/matrices/expressions/factorizations.py:32:1: E302 expected 2 blank lines, found 0
./sympy/matrices/expressions/factorizations.py:39:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/factorizations.py:42:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/factorizations.py:45:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/fourier.py:6:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/fourier.py:18:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/hadamard.py:8:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/hadamard.py:51:37: E203 whitespace before ','
./sympy/matrices/expressions/hadamard.py:70:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/matadd.py:59:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/matadd.py:66:66: E228 missing whitespace around modulo operator
./sympy/matrices/expressions/matadd.py:70:1: E302 expected 2 blank lines, found 0
./sympy/matrices/expressions/matexpr.py:66:5: E303 too many blank lines (2)
./sympy/matrices/expressions/matexpr.py:203:26: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/matrices/expressions/matexpr.py:216:39: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/matrices/expressions/matexpr.py:247:34: E201 whitespace after '['
./sympy/matrices/expressions/matexpr.py:347:25: E201 whitespace after '('
./sympy/matrices/expressions/matexpr.py:347:70: E202 whitespace before ')'
./sympy/matrices/expressions/matexpr.py:366:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/matexpr.py:436:5: E303 too many blank lines (2)
./sympy/matrices/expressions/matmul.py:117:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/matmul.py:122:66: E228 missing whitespace around modulo operator
./sympy/matrices/expressions/matmul.py:132:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/matmul.py:139:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/matmul.py:181:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/matmul.py:195:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/matmul.py:215:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/matmul.py:226:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/slice.py:3:40: E272 multiple spaces before keyword
./sympy/matrices/expressions/slice.py:8:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/slice.py:12:20: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/matrices/expressions/slice.py:20:13: E711 comparison to None should be 'if cond is None:'
./sympy/matrices/expressions/slice.py:22:20: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/matrices/expressions/slice.py:24:19: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/matrices/expressions/slice.py:28:36: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/matrices/expressions/slice.py:33:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/slice.py:62:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/matrices/expressions/transpose.py:9:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/transpose.py:74:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:20:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:23:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:27:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:31:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:39:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:48:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:103:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:112:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:173:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:187:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:188:44: E228 missing whitespace around modulo operator
./sympy/matrices/expressions/tests/test_blockmatrix.py:188:47: E231 missing whitespace after ','
./sympy/matrices/expressions/tests/test_blockmatrix.py:199:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_blockmatrix.py:200:44: E228 missing whitespace around modulo operator
./sympy/matrices/expressions/tests/test_blockmatrix.py:200:47: E231 missing whitespace after ','
./sympy/matrices/expressions/tests/test_determinant.py:29:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_diagonal.py:11:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_diagonal.py:16:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_diagonal.py:19:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_factorizations.py:7:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_factorizations.py:13:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_factorizations.py:16:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_factorizations.py:22:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_fourier.py:5:1: E302 expected 2 blank lines, found 0
./sympy/matrices/expressions/tests/test_hadamard.py:13:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_hadamard.py:17:22: E241 multiple spaces after ','
./sympy/matrices/expressions/tests/test_hadamard.py:17:22: E272 multiple spaces before keyword
./sympy/matrices/expressions/tests/test_hadamard.py:18:22: E241 multiple spaces after ','
./sympy/matrices/expressions/tests/test_hadamard.py:18:22: E272 multiple spaces before keyword
./sympy/matrices/expressions/tests/test_hadamard.py:28:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_hadamard.py:31:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_hadamard.py:39:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_hadamard.py:43:24: E261 at least two spaces before inline comment
./sympy/matrices/expressions/tests/test_hadamard.py:46:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_indexing.py:36:21: E231 missing whitespace after ','
./sympy/matrices/expressions/tests/test_matadd.py:8:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matmul.py:47:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matmul.py:53:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matmul.py:57:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matmul.py:61:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matmul.py:66:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matmul.py:75:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matmul.py:84:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matrix_exprs.py:63:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matrix_exprs.py:82:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matrix_exprs.py:104:21: E231 missing whitespace after ','
./sympy/matrices/expressions/tests/test_matrix_exprs.py:180:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matrix_exprs.py:190:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_matrix_exprs.py:196:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_slice.py:12:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_slice.py:16:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_slice.py:18:15: E231 missing whitespace after ','
./sympy/matrices/expressions/tests/test_slice.py:19:15: E231 missing whitespace after ','
./sympy/matrices/expressions/tests/test_slice.py:20:30: E203 whitespace before ':'
./sympy/matrices/expressions/tests/test_slice.py:25:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_slice.py:29:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_slice.py:33:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_slice.py:43:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_slice.py:49:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_slice.py:56:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_slice.py:63:1: E302 expected 2 blank lines, found 1
./sympy/matrices/expressions/tests/test_trace.py:46:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/cartan_matrix.py:3:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/dynkin_diagram.py:5:1: E303 too many blank lines (3)
./sympy/liealgebras/root_system.py:5:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/root_system.py:72:5: E303 too many blank lines (2)
./sympy/liealgebras/root_system.py:108:42: E225 missing whitespace around operator
./sympy/liealgebras/root_system.py:167:5: E303 too many blank lines (2)
./sympy/liealgebras/type_a.py:22:5: E303 too many blank lines (2)
./sympy/liealgebras/type_a.py:36:5: E303 too many blank lines (2)
./sympy/liealgebras/type_a.py:100:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_a.py:101:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_a.py:146:12: E231 missing whitespace after ','
./sympy/liealgebras/type_b.py:8:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/type_b.py:97:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_b.py:98:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_b.py:99:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_b.py:100:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_b.py:101:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_b.py:102:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_b.py:142:14: E225 missing whitespace around operator
./sympy/liealgebras/type_c.py:6:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/type_c.py:14:5: E303 too many blank lines (2)
./sympy/liealgebras/type_c.py:69:39: E231 missing whitespace after ','
./sympy/liealgebras/type_c.py:76:5: E303 too many blank lines (2)
./sympy/liealgebras/type_c.py:97:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_c.py:98:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_c.py:99:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_c.py:100:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_c.py:101:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_c.py:102:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_c.py:145:12: E111 indentation is not a multiple of four
./sympy/liealgebras/type_c.py:146:12: E111 indentation is not a multiple of four
./sympy/liealgebras/type_c.py:147:12: E111 indentation is not a multiple of four
./sympy/liealgebras/type_c.py:148:12: E231 missing whitespace after ','
./sympy/liealgebras/type_c.py:153:5: E303 too many blank lines (2)
./sympy/liealgebras/type_d.py:6:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/type_d.py:14:5: E303 too many blank lines (2)
./sympy/liealgebras/type_d.py:80:5: E303 too many blank lines (2)
./sympy/liealgebras/type_d.py:101:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_d.py:102:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_d.py:103:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_d.py:104:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_d.py:105:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_d.py:106:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_d.py:142:12: E111 indentation is not a multiple of four
./sympy/liealgebras/type_d.py:142:15: E231 missing whitespace after ','
./sympy/liealgebras/type_d.py:143:12: E111 indentation is not a multiple of four
./sympy/liealgebras/type_d.py:143:15: E231 missing whitespace after ','
./sympy/liealgebras/type_d.py:144:12: E111 indentation is not a multiple of four
./sympy/liealgebras/type_d.py:170:30: E225 missing whitespace around operator
./sympy/liealgebras/type_d.py:172:48: E231 missing whitespace after ','
./sympy/liealgebras/type_e.py:117:55: E228 missing whitespace around modulo operator
./sympy/liealgebras/type_e.py:155:63: E228 missing whitespace around modulo operator
./sympy/liealgebras/type_e.py:194:71: E228 missing whitespace around modulo operator
./sympy/liealgebras/type_e.py:216:5: E303 too many blank lines (3)
./sympy/liealgebras/type_e.py:230:5: E303 too many blank lines (2)
./sympy/liealgebras/type_e.py:266:5: E303 too many blank lines (2)
./sympy/liealgebras/type_f.py:29:5: E303 too many blank lines (2)
./sympy/liealgebras/type_f.py:95:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_f.py:96:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_f.py:97:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_f.py:98:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_f.py:99:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_f.py:100:16: E111 indentation is not a multiple of four
./sympy/liealgebras/type_f.py:125:5: E303 too many blank lines (2)
./sympy/liealgebras/type_f.py:151:20: E201 whitespace after '('
./sympy/liealgebras/type_g.py:8:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/type_g.py:16:5: E303 too many blank lines (2)
./sympy/liealgebras/type_g.py:99:20: E201 whitespace after '('
./sympy/liealgebras/weyl_group.py:11:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/weyl_group.py:66:72: E222 multiple spaces after operator
./sympy/liealgebras/weyl_group.py:95:72: E222 multiple spaces after operator
./sympy/liealgebras/weyl_group.py:177:34: E225 missing whitespace around operator
./sympy/liealgebras/weyl_group.py:182:9: E303 too many blank lines (2)
./sympy/liealgebras/weyl_group.py:191:9: E303 too many blank lines (2)
./sympy/liealgebras/weyl_group.py:215:9: E303 too many blank lines (2)
./sympy/liealgebras/weyl_group.py:218:5: E303 too many blank lines (2)
./sympy/liealgebras/weyl_group.py:348:9: E303 too many blank lines (2)
./sympy/liealgebras/weyl_group.py:360:28: E225 missing whitespace around operator
./sympy/liealgebras/weyl_group.py:366:5: E303 too many blank lines (3)
./sympy/liealgebras/weyl_group.py:389:72: E222 multiple spaces after operator
./sympy/liealgebras/tests/test_cartan_matrix.py:4:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/tests/test_cartan_matrix.py:8:26: E231 missing whitespace after ','
./sympy/liealgebras/tests/test_cartan_type.py:5:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/tests/test_dynkin_diagram.py:3:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/tests/test_root_system.py:5:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/tests/test_root_system.py:8:31: E222 multiple spaces after operator
./sympy/liealgebras/tests/test_root_system.py:10:42: E201 whitespace after '['
./sympy/liealgebras/tests/test_root_system.py:10:49: E241 multiple spaces after ','
./sympy/liealgebras/tests/test_root_system.py:10:59: E241 multiple spaces after ','
./sympy/liealgebras/tests/test_root_system.py:10:70: E201 whitespace after '['
./sympy/liealgebras/tests/test_root_system.py:10:77: E241 multiple spaces after ','
./sympy/liealgebras/tests/test_type_A.py:4:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/tests/test_type_B.py:4:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/tests/test_type_B.py:15:33: E222 multiple spaces after operator
./sympy/liealgebras/tests/test_type_C.py:4:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/tests/test_type_D.py:6:1: E303 too many blank lines (3)
./sympy/liealgebras/tests/test_type_D.py:8:72: E203 whitespace before ','
./sympy/liealgebras/tests/test_type_E.py:4:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/tests/test_type_F.py:4:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/tests/test_type_G.py:4:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/tests/test_weyl_group.py:6:1: E302 expected 2 blank lines, found 1
./sympy/liealgebras/tests/test_weyl_group.py:19:37: E222 multiple spaces after operator
./sympy/logic/boolalg.py:20:1: E302 expected 2 blank lines, found 0
./sympy/logic/boolalg.py:94:1: E302 expected 2 blank lines, found 1
./sympy/logic/boolalg.py:99:1: E302 expected 2 blank lines, found 1
./sympy/logic/boolalg.py:216:1: E302 expected 2 blank lines, found 1
./sympy/logic/boolalg.py:494:19: E225 missing whitespace around operator
./sympy/logic/boolalg.py:507:60: E261 at least two spaces before inline comment
./sympy/logic/boolalg.py:663:14: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/logic/boolalg.py:695:60: E261 at least two spaces before inline comment
./sympy/logic/boolalg.py:712:5: E303 too many blank lines (2)
./sympy/logic/boolalg.py:717:1: E302 expected 2 blank lines, found 1
./sympy/logic/boolalg.py:1343:55: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/logic/inference.py:208:16: E713 test for membership should be 'not in'
./sympy/logic/tests/test_boolalg.py:35:26: E202 whitespace before ')'
./sympy/logic/tests/test_boolalg.py:53:25: E202 whitespace before ')'
./sympy/logic/tests/test_boolalg.py:74:26: E202 whitespace before ')'
./sympy/logic/tests/test_boolalg.py:100:27: E202 whitespace before ')'
./sympy/logic/tests/test_boolalg.py:116:26: E202 whitespace before ')'
./sympy/logic/tests/test_boolalg.py:208:37: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/logic/tests/test_boolalg.py:209:36: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/logic/tests/test_boolalg.py:224:44: E231 missing whitespace after ','
./sympy/logic/tests/test_boolalg.py:225:32: E231 missing whitespace after ','
./sympy/logic/tests/test_boolalg.py:225:47: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/logic/tests/test_boolalg.py:226:29: E231 missing whitespace after ','
./sympy/logic/tests/test_boolalg.py:226:33: E231 missing whitespace after ','
./sympy/logic/tests/test_boolalg.py:226:38: E231 missing whitespace after ','
./sympy/logic/tests/test_boolalg.py:227:29: E231 missing whitespace after ','
./sympy/logic/tests/test_boolalg.py:227:33: E231 missing whitespace after ','
./sympy/logic/tests/test_boolalg.py:227:38: E231 missing whitespace after ','
./sympy/logic/tests/test_boolalg.py:404:1: E302 expected 2 blank lines, found 1
./sympy/logic/tests/test_boolalg.py:407:35: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/logic/tests/test_boolalg.py:409:33: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/logic/tests/test_boolalg.py:414:37: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/logic/tests/test_boolalg.py:415:22: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/logic/tests/test_boolalg.py:416:23: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/logic/tests/test_boolalg.py:422:1: E302 expected 2 blank lines, found 1
./sympy/logic/tests/test_boolalg.py:431:17: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/logic/tests/test_boolalg.py:432:18: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/logic/tests/test_boolalg.py:433:22: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/logic/tests/test_boolalg.py:434:23: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/logic/tests/test_boolalg.py:470:12: E714 test for object identity should be 'is not'
./sympy/logic/tests/test_boolalg.py:472:12: E714 test for object identity should be 'is not'
./sympy/logic/tests/test_boolalg.py:484:12: E714 test for object identity should be 'is not'
./sympy/logic/tests/test_boolalg.py:486:12: E714 test for object identity should be 'is not'
./sympy/logic/tests/test_boolalg.py:498:12: E714 test for object identity should be 'is not'
./sympy/logic/tests/test_boolalg.py:500:12: E714 test for object identity should be 'is not'
./sympy/logic/tests/test_boolalg.py:530:12: E714 test for object identity should be 'is not'
./sympy/logic/tests/test_boolalg.py:533:12: E714 test for object identity should be 'is not'
./sympy/logic/tests/test_inference.py:31:41: E201 whitespace after '['
./sympy/logic/tests/test_inference.py:61:50: E202 whitespace before ']'
./sympy/logic/tests/test_inference.py:75:50: E202 whitespace before ']'
./sympy/logic/tests/test_inference.py:98:29: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:98:36: E202 whitespace before ')'
./sympy/logic/tests/test_inference.py:99:29: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:99:36: E202 whitespace before ')'
./sympy/logic/tests/test_inference.py:101:14: E202 whitespace before ')'
./sympy/logic/tests/test_inference.py:103:28: E202 whitespace before ')'
./sympy/logic/tests/test_inference.py:104:29: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:104:48: E202 whitespace before ')'
./sympy/logic/tests/test_inference.py:106:29: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:106:40: E202 whitespace before ')'
./sympy/logic/tests/test_inference.py:107:29: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:107:48: E202 whitespace before ')'
./sympy/logic/tests/test_inference.py:108:29: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:108:50: E202 whitespace before ')'
./sympy/logic/tests/test_inference.py:109:29: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:109:51: E202 whitespace before ')'
./sympy/logic/tests/test_inference.py:120:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:121:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:122:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:123:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:124:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:125:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:130:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:131:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:132:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:133:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:137:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:138:20: E201 whitespace after '('
./sympy/logic/tests/test_inference.py:185:1: E302 expected 2 blank lines, found 1
./sympy/logic/tests/test_inference.py:201:1: E302 expected 2 blank lines, found 1
./sympy/logic/tests/test_inference.py:203:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/logic/algorithms/dpll2.py:49:13: E113 unexpected indentation
./sympy/simplify/epathtools.py:141:19: E201 whitespace after '['
./sympy/simplify/epathtools.py:141:64: E202 whitespace before ']'
./sympy/simplify/fu.py:388:63: E225 missing whitespace around operator
./sympy/simplify/fu.py:499:25: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/simplify/fu.py:501:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/simplify/fu.py:776:12: E713 test for membership should be 'not in'
./sympy/simplify/fu.py:980:12: E713 test for membership should be 'not in'
./sympy/simplify/fu.py:989:16: E713 test for membership should be 'not in'
./sympy/simplify/fu.py:1602:6: E225 missing whitespace around operator
./sympy/simplify/hyperexpand.py:83:1: E302 expected 2 blank lines, found 1
./sympy/simplify/hyperexpand.py:210:18: E201 whitespace after '['
./sympy/simplify/hyperexpand.py:215:20: E225 missing whitespace around operator
./sympy/simplify/hyperexpand.py:216:20: E202 whitespace before ']'
./sympy/simplify/hyperexpand.py:218:30: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:219:19: E201 whitespace after '['
./sympy/simplify/hyperexpand.py:219:22: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:219:41: E202 whitespace before ']'
./sympy/simplify/hyperexpand.py:220:19: E201 whitespace after '['
./sympy/simplify/hyperexpand.py:220:22: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:220:30: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:220:41: E202 whitespace before ']'
./sympy/simplify/hyperexpand.py:225:54: E225 missing whitespace around operator
./sympy/simplify/hyperexpand.py:284:19: E225 missing whitespace around operator
./sympy/simplify/hyperexpand.py:291:30: E225 missing whitespace around operator
./sympy/simplify/hyperexpand.py:312:15: E201 whitespace after '['
./sympy/simplify/hyperexpand.py:316:33: E202 whitespace before ')'
./sympy/simplify/hyperexpand.py:317:77: E202 whitespace before ')'
./sympy/simplify/hyperexpand.py:319:31: E202 whitespace before ']'
./sympy/simplify/hyperexpand.py:321:27: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:322:19: E201 whitespace after '['
./sympy/simplify/hyperexpand.py:322:22: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:322:36: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:323:19: E201 whitespace after '['
./sympy/simplify/hyperexpand.py:323:22: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:323:31: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:331:15: E201 whitespace after '['
./sympy/simplify/hyperexpand.py:336:39: E202 whitespace before ']'
./sympy/simplify/hyperexpand.py:338:27: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:338:42: E202 whitespace before ']'
./sympy/simplify/hyperexpand.py:339:19: E201 whitespace after '['
./sympy/simplify/hyperexpand.py:339:22: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:339:31: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:339:42: E202 whitespace before ']'
./sympy/simplify/hyperexpand.py:340:19: E201 whitespace after '['
./sympy/simplify/hyperexpand.py:340:22: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:340:31: E241 multiple spaces after ','
./sympy/simplify/hyperexpand.py:384:21: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:384:23: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:384:28: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:385:20: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:385:23: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:385:25: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:386:20: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:386:22: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:386:24: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:387:20: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:387:22: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:387:24: E231 missing whitespace after ','
./sympy/simplify/hyperexpand.py:562:21: E713 test for membership should be 'not in'
./sympy/simplify/hyperexpand.py:589:51: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/simplify/hyperexpand.py:663:1: E302 expected 2 blank lines, found 1
./sympy/simplify/hyperexpand.py:766:25: E713 test for membership should be 'not in'
./sympy/simplify/hyperexpand.py:794:1: E303 too many blank lines (4)
./sympy/simplify/hyperexpand.py:841:12: E713 test for membership should be 'not in'
./sympy/simplify/hyperexpand.py:923:12: E713 test for membership should be 'not in'
./sympy/simplify/hyperexpand.py:1757:25: E713 test for membership should be 'not in'
./sympy/simplify/hyperexpand.py:1957:22: E225 missing whitespace around operator
./sympy/simplify/hyperexpand.py:1960:22: E225 missing whitespace around operator
./sympy/simplify/simplify.py:1199:17: E261 at least two spaces before inline comment
./sympy/simplify/simplify.py:1258:27: E201 whitespace after '('
./sympy/simplify/simplify.py:1640:1: E302 expected 2 blank lines, found 1
./sympy/simplify/simplify.py:1647:1: E302 expected 2 blank lines, found 1
./sympy/simplify/simplify.py:1671:1: E302 expected 2 blank lines, found 1
./sympy/simplify/simplify.py:1874:5: E301 expected 1 blank line, found 0
./sympy/simplify/simplify.py:2282:14: E225 missing whitespace around operator
./sympy/simplify/simplify.py:2337:37: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/simplify/simplify.py:2985:1: E302 expected 2 blank lines, found 1
./sympy/simplify/simplify.py:3025:1: E303 too many blank lines (3)
./sympy/simplify/simplify.py:3086:5: E303 too many blank lines (2)
./sympy/simplify/simplify.py:3187:28: E222 multiple spaces after operator
./sympy/simplify/simplify.py:3207:9: E301 expected 1 blank line, found 0
./sympy/simplify/simplify.py:3378:56: E225 missing whitespace around operator
./sympy/simplify/simplify.py:3900:45: E713 test for membership should be 'not in'
./sympy/simplify/simplify.py:4043:16: E713 test for membership should be 'not in'
./sympy/simplify/simplify.py:4172:1: E302 expected 2 blank lines, found 1
./sympy/simplify/simplify.py:4212:33: E714 test for object identity should be 'is not'
./sympy/simplify/simplify.py:4342:19: E261 at least two spaces before inline comment
./sympy/simplify/simplify.py:4353:46: E261 at least two spaces before inline comment
./sympy/simplify/simplify.py:4355:22: E241 multiple spaces after ':'
./sympy/simplify/simplify.py:4356:22: E241 multiple spaces after ':'
./sympy/simplify/simplify.py:4357:46: E261 at least two spaces before inline comment
./sympy/simplify/simplify.py:4376:13: E261 at least two spaces before inline comment
./sympy/simplify/simplify.py:4377:13: E261 at least two spaces before inline comment
./sympy/simplify/simplify.py:4389:45: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/simplify/simplify.py:4457:13: E261 at least two spaces before inline comment
./sympy/simplify/simplify.py:4458:13: E261 at least two spaces before inline comment
./sympy/simplify/simplify.py:4664:1: E302 expected 2 blank lines, found 0
./sympy/simplify/simplify.py:4796:1: E302 expected 2 blank lines, found 1
./sympy/simplify/simplify.py:4799:10: E111 indentation is not a multiple of four
./sympy/simplify/simplify.py:4802:10: E111 indentation is not a multiple of four
./sympy/simplify/simplify.py:4805:10: E111 indentation is not a multiple of four
./sympy/simplify/simplify.py:4808:10: E111 indentation is not a multiple of four
./sympy/simplify/simplify.py:4811:10: E111 indentation is not a multiple of four
./sympy/simplify/simplify.py:4814:10: E111 indentation is not a multiple of four
./sympy/simplify/simplify.py:4818:10: E111 indentation is not a multiple of four
./sympy/simplify/simplify.py:4821:10: E111 indentation is not a multiple of four
./sympy/simplify/sqrtdenest.py:609:23: E111 indentation is not a multiple of four
./sympy/simplify/sqrtdenest.py:609:23: E113 unexpected indentation
./sympy/simplify/tests/test_cse.py:141:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_cse.py:141:7: E261 at least two spaces before inline comment
./sympy/simplify/tests/test_cse.py:150:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_cse.py:159:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_cse.py:159:7: E261 at least two spaces before inline comment
./sympy/simplify/tests/test_cse.py:166:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_cse.py:272:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_cse.py:284:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_cse.py:295:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_cse.py:301:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_cse.py:302:25: E231 missing whitespace after ','
./sympy/simplify/tests/test_cse.py:302:27: E231 missing whitespace after ','
./sympy/simplify/tests/test_cse.py:305:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_cse.py:312:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_cse.py:319:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_fu.py:107:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_fu.py:178:5: E303 too many blank lines (2)
./sympy/simplify/tests/test_fu.py:183:43: E261 at least two spaces before inline comment
./sympy/simplify/tests/test_fu.py:194:43: E261 at least two spaces before inline comment
./sympy/simplify/tests/test_fu.py:247:5: E303 too many blank lines (2)
./sympy/simplify/tests/test_fu.py:283:31: E228 missing whitespace around modulo operator
./sympy/simplify/tests/test_fu.py:285:25: E228 missing whitespace around modulo operator
./sympy/simplify/tests/test_function.py:7:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_function.py:15:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_function.py:20:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_function.py:27:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_function.py:34:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_function.py:44:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_hyperexpand.py:95:61: E225 missing whitespace around operator
./sympy/simplify/tests/test_hyperexpand.py:626:10: E225 missing whitespace around operator
./sympy/simplify/tests/test_hyperexpand.py:682:14: E111 indentation is not a multiple of four
./sympy/simplify/tests/test_hyperexpand.py:682:14: E113 unexpected indentation
./sympy/simplify/tests/test_simplify.py:41:29: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:485:44: E225 missing whitespace around operator
./sympy/simplify/tests/test_simplify.py:500:70: E225 missing whitespace around operator
./sympy/simplify/tests/test_simplify.py:501:70: E225 missing whitespace around operator
./sympy/simplify/tests/test_simplify.py:534:40: E111 indentation is not a multiple of four
./sympy/simplify/tests/test_simplify.py:534:40: E113 unexpected indentation
./sympy/simplify/tests/test_simplify.py:591:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:591:45: E202 whitespace before ')'
./sympy/simplify/tests/test_simplify.py:592:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:592:51: E202 whitespace before ')'
./sympy/simplify/tests/test_simplify.py:595:36: E202 whitespace before ')'
./sympy/simplify/tests/test_simplify.py:596:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:596:59: E202 whitespace before ')'
./sympy/simplify/tests/test_simplify.py:753:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_simplify.py:769:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_simplify.py:778:1: E302 expected 2 blank lines, found 1
./sympy/simplify/tests/test_simplify.py:781:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:781:31: E202 whitespace before ')'
./sympy/simplify/tests/test_simplify.py:782:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:782:32: E202 whitespace before ')'
./sympy/simplify/tests/test_simplify.py:783:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:783:37: E202 whitespace before ')'
./sympy/simplify/tests/test_simplify.py:784:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:784:34: E202 whitespace before ')'
./sympy/simplify/tests/test_simplify.py:785:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:785:49: E202 whitespace before ')'
./sympy/simplify/tests/test_simplify.py:786:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:786:49: E202 whitespace before ')'
./sympy/simplify/tests/test_simplify.py:788:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:811:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:811:38: E202 whitespace before ')'
./sympy/simplify/tests/test_simplify.py:812:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:813:20: E201 whitespace after '('
./sympy/simplify/tests/test_simplify.py:838:38: E202 whitespace before ']'
./sympy/simplify/tests/test_simplify.py:1140:88: E225 missing whitespace around operator
./sympy/simplify/tests/test_simplify.py:1185:41: E231 missing whitespace after ','
./sympy/simplify/tests/test_simplify.py:1185:43: E231 missing whitespace after ','
./sympy/simplify/tests/test_simplify.py:1672:92: E225 missing whitespace around operator
./sympy/simplify/tests/test_simplify.py:1673:90: E225 missing whitespace around operator
./sympy/simplify/tests/test_simplify.py:1781:24: E225 missing whitespace around operator
./sympy/simplify/tests/test_simplify.py:1870:40: E111 indentation is not a multiple of four
./sympy/simplify/tests/test_simplify.py:1870:40: E113 unexpected indentation
./sympy/simplify/tests/test_sqrtdenest.py:89:14: E201 whitespace after '('
./sympy/plotting/plot.py:925:71: E202 whitespace before ')'
./sympy/plotting/plot.py:1081:47: E202 whitespace before ']'
./sympy/plotting/plot_implicit.py:59:42: E111 indentation is not a multiple of four
./sympy/plotting/plot_implicit.py:59:42: E113 unexpected indentation
./sympy/plotting/plot_implicit.py:283:22: E111 indentation is not a multiple of four
./sympy/plotting/plot_implicit.py:283:22: E113 unexpected indentation
./sympy/plotting/plot_implicit.py:320:5: E301 expected 1 blank line, found 0
./sympy/plotting/tests/test_plot.py:22:1: E302 expected 2 blank lines, found 1
./sympy/plotting/tests/test_plot.py:49:1: E302 expected 2 blank lines, found 1
./sympy/plotting/tests/test_plot.py:232:1: E302 expected 2 blank lines, found 1
./sympy/plotting/tests/test_plot.py:245:1: E302 expected 2 blank lines, found 1
./sympy/plotting/tests/test_plot.py:258:1: E302 expected 2 blank lines, found 1
./sympy/plotting/tests/test_plot_implicit.py:60:1: E302 expected 2 blank lines, found 1
./sympy/plotting/intervalmath/interval_arithmetic.py:334:16: E111 indentation is not a multiple of four
./sympy/plotting/intervalmath/interval_arithmetic.py:335:16: E111 indentation is not a multiple of four
./sympy/plotting/intervalmath/lib_interval.py:10:1: E303 too many blank lines (3)
./sympy/plotting/intervalmath/tests/test_intervalmath.py:196:1: E302 expected 2 blank lines, found 1
./sympy/plotting/pygletplot/plot.py:29:1: E302 expected 2 blank lines, found 1
./sympy/plotting/pygletplot/plot.py:405:1: E302 expected 2 blank lines, found 1
./sympy/plotting/pygletplot/plot_mode_base.py:335:13: E113 unexpected indentation
./sympy/plotting/pygletplot/plot_mode_base.py:336:13: E113 unexpected indentation
./sympy/plotting/pygletplot/plot_mode_base.py:337:13: E113 unexpected indentation
./sympy/plotting/pygletplot/plot_mode_base.py:338:13: E113 unexpected indentation
./sympy/plotting/pygletplot/plot_object.py:3:1: E302 expected 2 blank lines, found 1
./sympy/plotting/pygletplot/plot_rotation.py:56:18: E201 whitespace after '('
./sympy/plotting/pygletplot/plot_rotation.py:56:32: E202 whitespace before ')'
./sympy/ntheory/continued_fraction.py:69:18: E228 missing whitespace around modulo operator
./sympy/ntheory/residue_ntheory.py:13:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/residue_ntheory.py:55:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/residue_ntheory.py:82:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/residue_ntheory.py:146:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/residue_ntheory.py:176:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/residue_ntheory.py:206:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/residue_ntheory.py:257:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/residue_ntheory.py:396:20: E222 multiple spaces after operator
./sympy/ntheory/residue_ntheory.py:413:16: E111 indentation is not a multiple of four
./sympy/ntheory/residue_ntheory.py:414:16: E111 indentation is not a multiple of four
./sympy/ntheory/residue_ntheory.py:417:16: E111 indentation is not a multiple of four
./sympy/ntheory/residue_ntheory.py:468:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/residue_ntheory.py:481:13: E301 expected 1 blank line, found 0
./sympy/ntheory/residue_ntheory.py:489:13: E301 expected 1 blank line, found 0
./sympy/ntheory/residue_ntheory.py:507:13: E301 expected 1 blank line, found 0
./sympy/ntheory/residue_ntheory.py:522:13: E301 expected 1 blank line, found 0
./sympy/ntheory/residue_ntheory.py:538:13: E301 expected 1 blank line, found 0
./sympy/ntheory/residue_ntheory.py:626:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/residue_ntheory.py:635:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/residue_ntheory.py:689:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/residue_ntheory.py:714:29: E203 whitespace before ','
./sympy/ntheory/residue_ntheory.py:747:29: E203 whitespace before ','
./sympy/ntheory/residue_ntheory.py:752:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/tests/test_ntheory.py:351:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/tests/test_ntheory.py:371:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/tests/test_ntheory.py:373:23: E231 missing whitespace after ','
./sympy/ntheory/tests/test_ntheory.py:373:25: E231 missing whitespace after ','
./sympy/ntheory/tests/test_ntheory.py:375:1: E302 expected 2 blank lines, found 1
./sympy/ntheory/tests/test_ntheory.py:452:5: E303 too many blank lines (2)
./sympy/stats/crv.py:217:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv.py:389:55: E228 missing whitespace around modulo operator
./sympy/stats/crv.py:404:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:96:1: E303 too many blank lines (3)
./sympy/stats/crv_types.py:129:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:149:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:208:17: E225 missing whitespace around operator
./sympy/stats/crv_types.py:711:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:782:8: E221 multiple spaces before operator
./sympy/stats/crv_types.py:866:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:876:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:937:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:945:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:1005:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:1018:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:1162:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:1176:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:1231:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:1786:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:1798:46: E225 missing whitespace around operator
./sympy/stats/crv_types.py:1798:52: E225 missing whitespace around operator
./sympy/stats/crv_types.py:1801:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:1858:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:1872:56: E225 missing whitespace around operator
./sympy/stats/crv_types.py:1872:62: E225 missing whitespace around operator
./sympy/stats/crv_types.py:1875:1: E302 expected 2 blank lines, found 1
./sympy/stats/crv_types.py:2254:1: E303 too many blank lines (3)
./sympy/stats/crv_types.py:2313:1: E302 expected 2 blank lines, found 1
./sympy/stats/drv.py:8:1: E302 expected 2 blank lines, found 1
./sympy/stats/drv.py:85:1: E302 expected 2 blank lines, found 1
./sympy/stats/drv.py:88:1: E302 expected 2 blank lines, found 1
./sympy/stats/drv_types.py:9:1: E302 expected 2 blank lines, found 1
./sympy/stats/drv_types.py:15:1: E302 expected 2 blank lines, found 1
./sympy/stats/drv_types.py:27:1: E302 expected 2 blank lines, found 1
./sympy/stats/drv_types.py:74:1: E302 expected 2 blank lines, found 1
./sympy/stats/drv_types.py:86:1: E302 expected 2 blank lines, found 1
./sympy/stats/frv.py:23:1: E302 expected 2 blank lines, found 1
./sympy/stats/frv.py:35:1: E302 expected 2 blank lines, found 1
./sympy/stats/frv.py:142:5: E303 too many blank lines (3)
./sympy/stats/frv.py:169:1: E302 expected 2 blank lines, found 1
./sympy/stats/frv_types.py:24:1: E302 expected 2 blank lines, found 1
./sympy/stats/frv_types.py:28:1: E302 expected 2 blank lines, found 1
./sympy/stats/frv_types.py:37:1: E302 expected 2 blank lines, found 1
./sympy/stats/frv_types.py:55:1: E302 expected 2 blank lines, found 1
./sympy/stats/rv.py:240:9: E221 multiple spaces before operator
./sympy/stats/rv.py:369:37: E272 multiple spaces before keyword
./sympy/stats/rv.py:851:23: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/stats/rv.py:879:19: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/stats/rv.py:907:14: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/stats/rv.py:943:1: E302 expected 2 blank lines, found 1
./sympy/stats/rv.py:1058:1: E302 expected 2 blank lines, found 1
./sympy/stats/rv.py:1068:1: E302 expected 2 blank lines, found 1
./sympy/stats/rv.py:1074:18: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/stats/rv_interface.py:15:1: E303 too many blank lines (3)
./sympy/stats/rv_interface.py:187:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:176:28: E225 missing whitespace around operator
./sympy/stats/tests/test_continuous_rv.py:223:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:228:50: E225 missing whitespace around operator
./sympy/stats/tests/test_continuous_rv.py:231:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:237:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:245:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:252:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:268:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:274:31: E225 missing whitespace around operator
./sympy/stats/tests/test_continuous_rv.py:276:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:282:32: E225 missing whitespace around operator
./sympy/stats/tests/test_continuous_rv.py:284:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:292:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:313:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:320:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:327:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:334:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:341:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:362:38: E225 missing whitespace around operator
./sympy/stats/tests/test_continuous_rv.py:367:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:372:62: E225 missing whitespace around operator
./sympy/stats/tests/test_continuous_rv.py:384:34: E225 missing whitespace around operator
./sympy/stats/tests/test_continuous_rv.py:386:13: E225 missing whitespace around operator
./sympy/stats/tests/test_continuous_rv.py:428:28: E222 multiple spaces after operator
./sympy/stats/tests/test_continuous_rv.py:462:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:471:5: E303 too many blank lines (2)
./sympy/stats/tests/test_continuous_rv.py:499:26: E225 missing whitespace around operator
./sympy/stats/tests/test_continuous_rv.py:584:50: E225 missing whitespace around operator
./sympy/stats/tests/test_continuous_rv.py:593:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:608:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:616:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:621:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_continuous_rv.py:627:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_discrete_rv.py:7:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_discrete_rv.py:14:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_discrete_rv.py:23:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_finite_rv.py:204:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_finite_rv.py:229:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_mix.py:6:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_rv.py:73:31: E261 at least two spaces before inline comment
./sympy/stats/tests/test_rv.py:74:31: E261 at least two spaces before inline comment
./sympy/stats/tests/test_rv.py:123:5: E303 too many blank lines (2)
./sympy/stats/tests/test_rv.py:124:54: E225 missing whitespace around operator
./sympy/stats/tests/test_rv.py:168:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_rv.py:173:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_rv.py:189:1: E302 expected 2 blank lines, found 1
./sympy/stats/tests/test_rv.py:193:1: E302 expected 2 blank lines, found 1
./sympy/benchmarks/bench_meijerint.py:34:6: E225 missing whitespace around operator
./sympy/benchmarks/bench_meijerint.py:41:6: E225 missing whitespace around operator
./sympy/benchmarks/bench_meijerint.py:43:72: E225 missing whitespace around operator
./sympy/benchmarks/bench_symbench.py:49:22: E201 whitespace after '('
./sympy/benchmarks/bench_symbench.py:49:51: E202 whitespace before ')'
./sympy/polys/compatibility.py:224:1: E302 expected 2 blank lines, found 1
./sympy/polys/compatibility.py:268:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:270:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:272:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:274:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:276:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:281:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:283:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:285:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:287:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:289:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:291:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:293:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:295:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:297:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:302:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:307:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:312:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:317:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:322:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:327:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:329:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:331:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:336:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:341:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:343:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:345:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:351:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:353:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:355:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:361:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:363:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:365:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:371:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:374:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:377:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:384:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:386:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:388:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:394:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:396:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:398:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:403:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:408:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:413:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:418:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:424:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:426:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:435:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:440:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:442:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:444:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:446:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:451:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:456:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:461:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:468:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:481:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:483:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:488:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:494:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:504:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:506:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:508:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:513:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:534:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:548:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:551:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:554:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:560:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:566:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:569:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:572:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:579:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:586:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:593:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:600:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:603:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:607:35: E261 at least two spaces before inline comment
./sympy/polys/compatibility.py:608:78: E261 at least two spaces before inline comment
./sympy/polys/compatibility.py:609:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:609:35: E261 at least two spaces before inline comment
./sympy/polys/compatibility.py:610:91: E261 at least two spaces before inline comment
./sympy/polys/compatibility.py:618:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:628:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:631:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:634:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:637:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:640:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:643:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:646:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:649:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:652:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:655:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:658:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:661:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:664:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:667:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:670:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:673:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:676:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:683:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:693:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:703:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:715:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:726:17: E201 whitespace after '['
./sympy/polys/compatibility.py:726:61: E202 whitespace before ']'
./sympy/polys/compatibility.py:727:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:729:17: E201 whitespace after '['
./sympy/polys/compatibility.py:729:61: E202 whitespace before ']'
./sympy/polys/compatibility.py:733:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:740:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:747:17: E201 whitespace after '['
./sympy/polys/compatibility.py:747:61: E202 whitespace before ']'
./sympy/polys/compatibility.py:751:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:753:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:756:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:774:14: E201 whitespace after '['
./sympy/polys/compatibility.py:774:48: E202 whitespace before ']'
./sympy/polys/compatibility.py:801:17: E201 whitespace after '['
./sympy/polys/compatibility.py:801:53: E202 whitespace before ']'
./sympy/polys/compatibility.py:805:25: E201 whitespace after '['
./sympy/polys/compatibility.py:805:61: E202 whitespace before ']'
./sympy/polys/compatibility.py:809:25: E201 whitespace after '['
./sympy/polys/compatibility.py:809:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:810:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:812:25: E201 whitespace after '['
./sympy/polys/compatibility.py:812:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:816:25: E201 whitespace after '['
./sympy/polys/compatibility.py:816:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:817:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:819:25: E201 whitespace after '['
./sympy/polys/compatibility.py:819:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:823:25: E201 whitespace after '['
./sympy/polys/compatibility.py:823:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:824:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:826:25: E201 whitespace after '['
./sympy/polys/compatibility.py:826:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:830:25: E201 whitespace after '['
./sympy/polys/compatibility.py:830:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:831:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:833:17: E201 whitespace after '['
./sympy/polys/compatibility.py:833:61: E202 whitespace before ']'
./sympy/polys/compatibility.py:837:25: E201 whitespace after '['
./sympy/polys/compatibility.py:837:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:838:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:840:17: E201 whitespace after '['
./sympy/polys/compatibility.py:840:61: E202 whitespace before ']'
./sympy/polys/compatibility.py:844:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:853:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:859:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:865:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:867:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:869:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:874:25: E201 whitespace after '['
./sympy/polys/compatibility.py:874:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:875:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:877:25: E201 whitespace after '['
./sympy/polys/compatibility.py:877:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:881:25: E201 whitespace after '['
./sympy/polys/compatibility.py:881:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:882:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:884:17: E201 whitespace after '['
./sympy/polys/compatibility.py:884:61: E202 whitespace before ']'
./sympy/polys/compatibility.py:885:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:887:25: E201 whitespace after '['
./sympy/polys/compatibility.py:887:69: E202 whitespace before ']'
./sympy/polys/compatibility.py:888:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:890:17: E201 whitespace after '['
./sympy/polys/compatibility.py:890:61: E202 whitespace before ']'
./sympy/polys/compatibility.py:894:17: E201 whitespace after '['
./sympy/polys/compatibility.py:894:61: E202 whitespace before ']'
./sympy/polys/compatibility.py:895:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:897:17: E201 whitespace after '['
./sympy/polys/compatibility.py:897:61: E202 whitespace before ']'
./sympy/polys/compatibility.py:901:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:906:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:908:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:910:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:912:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:914:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:916:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:918:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:920:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:922:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:924:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:926:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:928:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:930:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:932:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:938:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:941:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:946:26: E201 whitespace after '['
./sympy/polys/compatibility.py:946:105: E202 whitespace before ']'
./sympy/polys/compatibility.py:956:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:961:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:963:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:968:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:973:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:981:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:983:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:985:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:990:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:992:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:994:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:999:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1008:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1010:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1012:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1017:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1022:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1028:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1030:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1032:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1037:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1042:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1047:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1060:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1065:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1067:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1069:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1074:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1076:24: E201 whitespace after '['
./sympy/polys/compatibility.py:1076:71: E202 whitespace before ']'
./sympy/polys/compatibility.py:1080:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1082:17: E201 whitespace after '['
./sympy/polys/compatibility.py:1082:56: E202 whitespace before ']'
./sympy/polys/compatibility.py:1086:17: E201 whitespace after '['
./sympy/polys/compatibility.py:1086:64: E202 whitespace before ']'
./sympy/polys/compatibility.py:1087:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1089:17: E201 whitespace after '['
./sympy/polys/compatibility.py:1089:56: E202 whitespace before ']'
./sympy/polys/compatibility.py:1093:17: E201 whitespace after '['
./sympy/polys/compatibility.py:1093:64: E202 whitespace before ']'
./sympy/polys/compatibility.py:1094:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1096:17: E201 whitespace after '['
./sympy/polys/compatibility.py:1096:56: E202 whitespace before ']'
./sympy/polys/compatibility.py:1100:17: E201 whitespace after '['
./sympy/polys/compatibility.py:1100:56: E202 whitespace before ']'
./sympy/polys/compatibility.py:1101:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1103:17: E201 whitespace after '['
./sympy/polys/compatibility.py:1103:56: E202 whitespace before ']'
./sympy/polys/compatibility.py:1107:24: E201 whitespace after '['
./sympy/polys/compatibility.py:1107:63: E202 whitespace before ']'
./sympy/polys/compatibility.py:1108:5: E301 expected 1 blank line, found 0
./sympy/polys/compatibility.py:1110:24: E201 whitespace after '['
./sympy/polys/compatibility.py:1110:71: E202 whitespace before ']'
./sympy/polys/constructor.py:91:17: E201 whitespace after '['
./sympy/polys/constructor.py:91:53: E202 whitespace before ']'
./sympy/polys/constructor.py:123:24: E261 at least two spaces before inline comment
./sympy/polys/constructor.py:131:28: E261 at least two spaces before inline comment
./sympy/polys/densearith.py:18:1: E302 expected 2 blank lines, found 1
./sympy/polys/densearith.py:161:17: E201 whitespace after '['
./sympy/polys/densearith.py:161:36: E202 whitespace before ']'
./sympy/polys/densearith.py:188:17: E201 whitespace after '['
./sympy/polys/densearith.py:188:50: E202 whitespace before ']'
./sympy/polys/densearith.py:276:17: E201 whitespace after '['
./sympy/polys/densearith.py:276:36: E202 whitespace before ']'
./sympy/polys/densearith.py:298:13: E201 whitespace after '['
./sympy/polys/densearith.py:298:53: E202 whitespace before ']'
./sympy/polys/densearith.py:325:17: E201 whitespace after '['
./sympy/polys/densearith.py:325:42: E202 whitespace before ']'
./sympy/polys/densearith.py:327:17: E201 whitespace after '['
./sympy/polys/densearith.py:327:37: E202 whitespace before ']'
./sympy/polys/densearith.py:353:13: E201 whitespace after '['
./sympy/polys/densearith.py:353:53: E202 whitespace before ']'
./sympy/polys/densearith.py:375:13: E201 whitespace after '['
./sympy/polys/densearith.py:375:40: E202 whitespace before ']'
./sympy/polys/densearith.py:397:13: E201 whitespace after '['
./sympy/polys/densearith.py:397:55: E202 whitespace before ']'
./sympy/polys/densearith.py:453:13: E201 whitespace after '['
./sympy/polys/densearith.py:453:41: E202 whitespace before ']'
./sympy/polys/densearith.py:475:13: E201 whitespace after '['
./sympy/polys/densearith.py:475:43: E202 whitespace before ']'
./sympy/polys/densearith.py:492:13: E201 whitespace after '['
./sympy/polys/densearith.py:492:35: E202 whitespace before ']'
./sympy/polys/densearith.py:514:13: E201 whitespace after '['
./sympy/polys/densearith.py:514:43: E202 whitespace before ']'
./sympy/polys/densearith.py:540:27: E201 whitespace after '['
./sympy/polys/densearith.py:540:55: E202 whitespace before ']'
./sympy/polys/densearith.py:549:21: E201 whitespace after '['
./sympy/polys/densearith.py:549:49: E202 whitespace before ']'
./sympy/polys/densearith.py:582:27: E201 whitespace after '['
./sympy/polys/densearith.py:582:69: E202 whitespace before ']'
./sympy/polys/densearith.py:591:21: E201 whitespace after '['
./sympy/polys/densearith.py:591:63: E202 whitespace before ']'
./sympy/polys/densearith.py:617:27: E201 whitespace after '['
./sympy/polys/densearith.py:617:55: E202 whitespace before ']'
./sympy/polys/densearith.py:626:21: E201 whitespace after '['
./sympy/polys/densearith.py:626:49: E202 whitespace before ']'
./sympy/polys/densearith.py:659:27: E201 whitespace after '['
./sympy/polys/densearith.py:659:69: E202 whitespace before ']'
./sympy/polys/densearith.py:668:21: E201 whitespace after '['
./sympy/polys/densearith.py:668:63: E202 whitespace before ']'
./sympy/polys/densearith.py:1742:17: E201 whitespace after '['
./sympy/polys/densearith.py:1742:50: E202 whitespace before ']'
./sympy/polys/densearith.py:1784:17: E201 whitespace after '['
./sympy/polys/densearith.py:1784:49: E202 whitespace before ']'
./sympy/polys/densebasic.py:14:1: E302 expected 2 blank lines, found 1
./sympy/polys/densebasic.py:194:17: E201 whitespace after '['
./sympy/polys/densebasic.py:194:55: E202 whitespace before ']'
./sympy/polys/densebasic.py:340:23: E201 whitespace after '['
./sympy/polys/densebasic.py:340:51: E202 whitespace before ']'
./sympy/polys/densebasic.py:431:13: E201 whitespace after '['
./sympy/polys/densebasic.py:431:39: E202 whitespace before ']'
./sympy/polys/densebasic.py:494:23: E201 whitespace after '['
./sympy/polys/densebasic.py:494:46: E202 whitespace before ']'
./sympy/polys/densebasic.py:516:23: E201 whitespace after '['
./sympy/polys/densebasic.py:516:54: E202 whitespace before ']'
./sympy/polys/densebasic.py:541:27: E201 whitespace after '['
./sympy/polys/densebasic.py:541:56: E202 whitespace before ']'
./sympy/polys/densebasic.py:570:23: E201 whitespace after '['
./sympy/polys/densebasic.py:570:60: E202 whitespace before ']'
./sympy/polys/densebasic.py:588:23: E201 whitespace after '['
./sympy/polys/densebasic.py:588:50: E202 whitespace before ']'
./sympy/polys/densebasic.py:611:23: E201 whitespace after '['
./sympy/polys/densebasic.py:611:58: E202 whitespace before ']'
./sympy/polys/densebasic.py:854:17: E201 whitespace after '['
./sympy/polys/densebasic.py:854:48: E202 whitespace before ']'
./sympy/polys/densebasic.py:879:17: E201 whitespace after '['
./sympy/polys/densebasic.py:879:53: E202 whitespace before ']'
./sympy/polys/densebasic.py:1007:29: E201 whitespace after '{'
./sympy/polys/densebasic.py:1007:41: E202 whitespace before '}'
./sympy/polys/densebasic.py:1223:17: E201 whitespace after '['
./sympy/polys/densebasic.py:1223:45: E202 whitespace before ']'
./sympy/polys/densebasic.py:1227:13: E201 whitespace after '['
./sympy/polys/densebasic.py:1227:46: E202 whitespace before ']'
./sympy/polys/densebasic.py:1301:14: E201 whitespace after '['
./sympy/polys/densebasic.py:1301:43: E202 whitespace before ']'
./sympy/polys/densebasic.py:1343:22: E201 whitespace after '['
./sympy/polys/densebasic.py:1343:44: E202 whitespace before ']'
./sympy/polys/densebasic.py:1394:18: E201 whitespace after '['
./sympy/polys/densebasic.py:1394:47: E202 whitespace before ']'
./sympy/polys/densebasic.py:1441:10: E201 whitespace after '['
./sympy/polys/densebasic.py:1441:49: E202 whitespace before ']'
./sympy/polys/densebasic.py:1879:10: E201 whitespace after '['
./sympy/polys/densebasic.py:1879:68: E202 whitespace before ']'
./sympy/polys/densetools.py:44:1: E302 expected 2 blank lines, found 1
./sympy/polys/densetools.py:118:23: E201 whitespace after '['
./sympy/polys/densetools.py:118:70: E202 whitespace before ']'
./sympy/polys/densetools.py:240:23: E201 whitespace after '['
./sympy/polys/densetools.py:240:65: E202 whitespace before ']'
./sympy/polys/densetools.py:329:23: E201 whitespace after '['
./sympy/polys/densetools.py:329:65: E202 whitespace before ']'
./sympy/polys/densetools.py:361:14: E201 whitespace after '['
./sympy/polys/densetools.py:361:59: E202 whitespace before ']'
./sympy/polys/densetools.py:408:23: E201 whitespace after '['
./sympy/polys/densetools.py:408:70: E202 whitespace before ']'
./sympy/polys/densetools.py:462:14: E201 whitespace after '['
./sympy/polys/densetools.py:462:31: E202 whitespace before ']'
./sympy/polys/densetools.py:484:23: E201 whitespace after '['
./sympy/polys/densetools.py:484:58: E202 whitespace before ']'
./sympy/polys/densetools.py:508:23: E201 whitespace after '['
./sympy/polys/densetools.py:508:63: E202 whitespace before ']'
./sympy/polys/densetools.py:993:10: E201 whitespace after '{'
./sympy/polys/densetools.py:993:19: E202 whitespace before '}'
./sympy/polys/distributedmodules.py:183:13: E201 whitespace after '['
./sympy/polys/distributedmodules.py:183:59: E202 whitespace before ']'
./sympy/polys/distributedmodules.py:311:21: E201 whitespace after '['
./sympy/polys/distributedmodules.py:311:71: E202 whitespace before ']'
./sympy/polys/distributedmodules.py:313:21: E201 whitespace after '['
./sympy/polys/distributedmodules.py:313:75: E202 whitespace before ']'
./sympy/polys/distributedmodules.py:678:58: E713 test for membership should be 'not in'
./sympy/polys/euclidtools.py:428:29: E202 whitespace before ']'
./sympy/polys/euclidtools.py:542:14: E201 whitespace after '['
./sympy/polys/euclidtools.py:542:47: E202 whitespace before ']'
./sympy/polys/euclidtools.py:616:29: E202 whitespace before ']'
./sympy/polys/euclidtools.py:1004:12: E201 whitespace after '['
./sympy/polys/euclidtools.py:1004:45: E202 whitespace before ']'
./sympy/polys/euclidtools.py:1005:12: E201 whitespace after '['
./sympy/polys/euclidtools.py:1005:45: E202 whitespace before ']'
./sympy/polys/euclidtools.py:1868:23: E201 whitespace after '['
./sympy/polys/euclidtools.py:1868:57: E202 whitespace before ']'
./sympy/polys/factortools.py:225:17: E201 whitespace after '['
./sympy/polys/factortools.py:225:39: E202 whitespace before ']'
./sympy/polys/factortools.py:254:1: E302 expected 2 blank lines, found 1
./sympy/polys/factortools.py:261:1: E302 expected 2 blank lines, found 1
./sympy/polys/factortools.py:470:14: E201 whitespace after '['
./sympy/polys/factortools.py:470:61: E202 whitespace before ']'
./sympy/polys/factortools.py:474:18: E201 whitespace after '['
./sympy/polys/factortools.py:474:50: E202 whitespace before ']'
./sympy/polys/factortools.py:627:15: E201 whitespace after '['
./sympy/polys/factortools.py:627:21: E202 whitespace before ']'
./sympy/polys/factortools.py:662:10: E201 whitespace after '['
./sympy/polys/factortools.py:662:50: E202 whitespace before ']'
./sympy/polys/factortools.py:776:14: E201 whitespace after '['
./sympy/polys/factortools.py:776:28: E202 whitespace before ']'
./sympy/polys/factortools.py:804:14: E201 whitespace after '['
./sympy/polys/factortools.py:804:47: E202 whitespace before ']'
./sympy/polys/factortools.py:836:14: E201 whitespace after '['
./sympy/polys/factortools.py:836:54: E202 whitespace before ']'
./sympy/polys/factortools.py:960:18: E201 whitespace after '['
./sympy/polys/factortools.py:960:59: E202 whitespace before ']'
./sympy/polys/fglmtools.py:8:1: E302 expected 2 blank lines, found 1
./sympy/polys/fglmtools.py:48:41: E201 whitespace after '['
./sympy/polys/fglmtools.py:48:79: E202 whitespace before ']'
./sympy/polys/fglmtools.py:66:18: E201 whitespace after '['
./sympy/polys/fglmtools.py:66:39: E202 whitespace before ']'
./sympy/polys/fields.py:21:1: E302 expected 2 blank lines, found 1
./sympy/polys/fields.py:27:1: E302 expected 2 blank lines, found 1
./sympy/polys/fields.py:33:1: E302 expected 2 blank lines, found 1
./sympy/polys/fields.py:37:14: E201 whitespace after '['
./sympy/polys/fields.py:37:49: E202 whitespace before ']'
./sympy/polys/fields.py:40:1: E302 expected 2 blank lines, found 1
./sympy/polys/fields.py:47:1: E302 expected 2 blank lines, found 1
./sympy/polys/fields.py:89:23: E201 whitespace after '['
./sympy/polys/fields.py:89:65: E202 whitespace before ']'
./sympy/polys/fields.py:105:5: E301 expected 1 blank line, found 0
./sympy/polys/fields.py:106:25: E701 multiple statements on one line (colon)
./sympy/polys/fields.py:194:1: E302 expected 2 blank lines, found 1
./sympy/polys/fields.py:208:5: E301 expected 1 blank line, found 0
./sympy/polys/fields.py:270:5: E301 expected 1 blank line, found 0
./sympy/polys/fields.py:272:5: E301 expected 1 blank line, found 0
./sympy/polys/fields.py:274:5: E301 expected 1 blank line, found 0
./sympy/polys/fields.py:524:18: E201 whitespace after '['
./sympy/polys/fields.py:524:49: E202 whitespace before ']'
./sympy/polys/fields.py:535:18: E201 whitespace after '['
./sympy/polys/fields.py:535:49: E202 whitespace before ']'
./sympy/polys/galoistools.py:16:1: E302 expected 2 blank lines, found 1
./sympy/polys/galoistools.py:231:22: E201 whitespace after '['
./sympy/polys/galoistools.py:231:39: E202 whitespace before ']'
./sympy/polys/galoistools.py:342:17: E201 whitespace after '['
./sympy/polys/galoistools.py:342:41: E202 whitespace before ']'
./sympy/polys/galoistools.py:361:13: E201 whitespace after '['
./sympy/polys/galoistools.py:361:39: E202 whitespace before ']'
./sympy/polys/galoistools.py:437:17: E201 whitespace after '['
./sympy/polys/galoistools.py:437:38: E202 whitespace before ']'
./sympy/polys/galoistools.py:480:26: E201 whitespace after '['
./sympy/polys/galoistools.py:480:60: E202 whitespace before ']'
./sympy/polys/galoistools.py:489:21: E201 whitespace after '['
./sympy/polys/galoistools.py:489:55: E202 whitespace before ']'
./sympy/polys/galoistools.py:515:26: E201 whitespace after '['
./sympy/polys/galoistools.py:515:60: E202 whitespace before ']'
./sympy/polys/galoistools.py:524:21: E201 whitespace after '['
./sympy/polys/galoistools.py:524:55: E202 whitespace before ']'
./sympy/polys/galoistools.py:875:1: E302 expected 2 blank lines, found 1
./sympy/polys/galoistools.py:907:1: E302 expected 2 blank lines, found 1
./sympy/polys/galoistools.py:944:1: E302 expected 2 blank lines, found 1
./sympy/polys/galoistools.py:961:1: E302 expected 2 blank lines, found 1
./sympy/polys/galoistools.py:1235:13: E201 whitespace after '['
./sympy/polys/galoistools.py:1235:44: E202 whitespace before ']'
./sympy/polys/galoistools.py:1349:1: E302 expected 2 blank lines, found 1
./sympy/polys/galoistools.py:1376:23: E201 whitespace after '['
./sympy/polys/galoistools.py:1376:67: E202 whitespace before ']'
./sympy/polys/galoistools.py:1468:20: E201 whitespace after '['
./sympy/polys/galoistools.py:1468:47: E202 whitespace before ']'
./sympy/polys/galoistools.py:1710:13: E201 whitespace after '['
./sympy/polys/galoistools.py:1710:32: E202 whitespace before ']'
./sympy/polys/galoistools.py:1988:1: E302 expected 2 blank lines, found 1
./sympy/polys/groebnertools.py:12:1: E302 expected 2 blank lines, found 1
./sympy/polys/groebnertools.py:43:20: E201 whitespace after '['
./sympy/polys/groebnertools.py:43:50: E202 whitespace before ']'
./sympy/polys/groebnertools.py:48:14: E201 whitespace after '['
./sympy/polys/groebnertools.py:48:60: E202 whitespace before ']'
./sympy/polys/groebnertools.py:52:1: E302 expected 2 blank lines, found 1
./sympy/polys/groebnertools.py:104:20: E201 whitespace after '['
./sympy/polys/groebnertools.py:104:36: E202 whitespace before ']'
./sympy/polys/groebnertools.py:111:16: E713 test for membership should be 'not in'
./sympy/polys/groebnertools.py:262:1: E302 expected 2 blank lines, found 1
./sympy/polys/groebnertools.py:784:1: E302 expected 2 blank lines, found 1
./sympy/polys/groebnertools.py:819:16: E201 whitespace after '['
./sympy/polys/groebnertools.py:819:68: E202 whitespace before ']'
./sympy/polys/groebnertools.py:820:16: E201 whitespace after '['
./sympy/polys/groebnertools.py:820:68: E202 whitespace before ']'
./sympy/polys/groebnertools.py:821:16: E201 whitespace after '['
./sympy/polys/groebnertools.py:821:30: E231 missing whitespace after ','
./sympy/polys/groebnertools.py:821:68: E202 whitespace before ']'
./sympy/polys/groebnertools.py:834:10: E201 whitespace after '['
./sympy/polys/groebnertools.py:834:51: E202 whitespace before ']'
./sympy/polys/groebnertools.py:836:16: E201 whitespace after '['
./sympy/polys/groebnertools.py:836:72: E202 whitespace before ']'
./sympy/polys/groebnertools.py:841:1: E302 expected 2 blank lines, found 1
./sympy/polys/heuristicgcd.py:8:1: E302 expected 2 blank lines, found 1
./sympy/polys/heuristicgcd.py:121:1: E302 expected 2 blank lines, found 1
./sympy/polys/heuristicgcd.py:129:26: E701 multiple statements on one line (colon)
./sympy/polys/heuristicgcd.py:150:15: E271 multiple spaces after keyword
./sympy/polys/modulargcd.py:519:40: E261 at least two spaces before inline comment
./sympy/polys/modulargcd.py:815:44: E261 at least two spaces before inline comment
./sympy/polys/modulargcd.py:850:39: E261 at least two spaces before inline comment
./sympy/polys/modulargcd.py:981:37: E261 at least two spaces before inline comment
./sympy/polys/modulargcd.py:996:33: E261 at least two spaces before inline comment
./sympy/polys/modulargcd.py:1438:26: E261 at least two spaces before inline comment
./sympy/polys/modulargcd.py:1445:35: E261 at least two spaces before inline comment
./sympy/polys/modulargcd.py:1586:25: E261 at least two spaces before inline comment
./sympy/polys/modulargcd.py:1599:39: E261 at least two spaces before inline comment
./sympy/polys/modulargcd.py:1751:24: E261 at least two spaces before inline comment
./sympy/polys/monomials.py:13:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:56:28: E201 whitespace after '['
./sympy/polys/monomials.py:56:78: E202 whitespace before ']'
./sympy/polys/monomials.py:60:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:92:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:106:19: E201 whitespace after '['
./sympy/polys/monomials.py:106:47: E202 whitespace before ']'
./sympy/polys/monomials.py:108:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:134:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:153:19: E201 whitespace after '['
./sympy/polys/monomials.py:153:47: E202 whitespace before ']'
./sympy/polys/monomials.py:155:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:157:19: E201 whitespace after '['
./sympy/polys/monomials.py:157:34: E202 whitespace before ']'
./sympy/polys/monomials.py:159:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:173:19: E201 whitespace after '['
./sympy/polys/monomials.py:173:51: E202 whitespace before ']'
./sympy/polys/monomials.py:175:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:189:19: E201 whitespace after '['
./sympy/polys/monomials.py:189:51: E202 whitespace before ']'
./sympy/polys/monomials.py:191:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:203:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:225:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:247:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:259:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:277:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:289:17: E201 whitespace after '['
./sympy/polys/monomials.py:289:64: E202 whitespace before ']'
./sympy/polys/monomials.py:301:15: E201 whitespace after '['
./sympy/polys/monomials.py:301:56: E202 whitespace before ']'
./sympy/polys/monomials.py:313:15: E201 whitespace after '['
./sympy/polys/monomials.py:313:37: E202 whitespace before ']'
./sympy/polys/monomials.py:327:16: E201 whitespace after '['
./sympy/polys/monomials.py:327:59: E202 whitespace before ']'
./sympy/polys/monomials.py:341:15: E201 whitespace after '['
./sympy/polys/monomials.py:341:56: E202 whitespace before ']'
./sympy/polys/monomials.py:356:16: E201 whitespace after '['
./sympy/polys/monomials.py:356:115: E202 whitespace before ']'
./sympy/polys/monomials.py:371:15: E201 whitespace after '['
./sympy/polys/monomials.py:371:77: E202 whitespace before ']'
./sympy/polys/monomials.py:385:15: E201 whitespace after '['
./sympy/polys/monomials.py:385:77: E202 whitespace before ']'
./sympy/polys/monomials.py:389:1: E302 expected 2 blank lines, found 1
./sympy/polys/monomials.py:423:30: E201 whitespace after '['
./sympy/polys/monomials.py:423:99: E202 whitespace before ']'
./sympy/polys/monomials.py:435:22: E201 whitespace after '['
./sympy/polys/monomials.py:435:73: E202 whitespace before ']'
./sympy/polys/numberfields.py:66:16: E231 missing whitespace after ':'
./sympy/polys/numberfields.py:122:5: E301 expected 1 blank line, found 0
./sympy/polys/numberfields.py:160:1: E302 expected 2 blank lines, found 1
./sympy/polys/numberfields.py:196:27: E231 missing whitespace after ':'
./sympy/polys/numberfields.py:217:1: E302 expected 2 blank lines, found 1
./sympy/polys/numberfields.py:455:46: E231 missing whitespace after ':'
./sympy/polys/numberfields.py:511:32: E231 missing whitespace after ':'
./sympy/polys/numberfields.py:714:26: E201 whitespace after '['
./sympy/polys/numberfields.py:714:61: E202 whitespace before ']'
./sympy/polys/numberfields.py:716:26: E201 whitespace after '['
./sympy/polys/numberfields.py:716:61: E202 whitespace before ']'
./sympy/polys/numberfields.py:816:1: E302 expected 2 blank lines, found 1
./sympy/polys/numberfields.py:833:22: E201 whitespace after '['
./sympy/polys/numberfields.py:833:71: E202 whitespace before ']'
./sympy/polys/numberfields.py:839:23: E201 whitespace after '['
./sympy/polys/numberfields.py:839:43: E202 whitespace before ']'
./sympy/polys/numberfields.py:867:22: E201 whitespace after '['
./sympy/polys/numberfields.py:936:27: E201 whitespace after '['
./sympy/polys/numberfields.py:936:54: E202 whitespace before ']'
./sympy/polys/numberfields.py:965:25: E201 whitespace after '['
./sympy/polys/numberfields.py:965:44: E202 whitespace before ']'
./sympy/polys/numberfields.py:969:21: E201 whitespace after '['
./sympy/polys/numberfields.py:969:40: E202 whitespace before ']'
./sympy/polys/numberfields.py:994:25: E201 whitespace after '['
./sympy/polys/numberfields.py:994:44: E202 whitespace before ']'
./sympy/polys/numberfields.py:1048:17: E201 whitespace after '['
./sympy/polys/numberfields.py:1048:68: E202 whitespace before ']'
./sympy/polys/numberfields.py:1066:1: E302 expected 2 blank lines, found 1
./sympy/polys/numberfields.py:1153:17: E201 whitespace after '['
./sympy/polys/numberfields.py:1153:73: E202 whitespace before ']'
./sympy/polys/orderings.py:10:1: E302 expected 2 blank lines, found 1
./sympy/polys/orderings.py:35:1: E302 expected 2 blank lines, found 1
./sympy/polys/orderings.py:45:1: E302 expected 2 blank lines, found 1
./sympy/polys/orderings.py:54:1: E302 expected 2 blank lines, found 1
./sympy/polys/orderings.py:63:1: E302 expected 2 blank lines, found 1
./sympy/polys/orderings.py:137:1: E302 expected 2 blank lines, found 1
./sympy/polys/orderings.py:199:1: E302 expected 2 blank lines, found 1
./sympy/polys/orderings.py:242:1: E302 expected 2 blank lines, found 1
./sympy/polys/orderings.py:256:1: E302 expected 2 blank lines, found 1
./sympy/polys/partfrac.py:15:1: E302 expected 2 blank lines, found 1
./sympy/polys/partfrac.py:360:15: E201 whitespace after '['
./sympy/polys/partfrac.py:360:32: E202 whitespace before ']'
./sympy/polys/partfrac.py:367:19: E201 whitespace after '['
./sympy/polys/partfrac.py:367:37: E202 whitespace before ']'
./sympy/polys/partfrac.py:370:22: E201 whitespace after '['
./sympy/polys/partfrac.py:370:51: E202 whitespace before ']'
./sympy/polys/polyclasses.py:12:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyclasses.py:34:20: E201 whitespace after '['
./sympy/polys/polyclasses.py:34:52: E202 whitespace before ']'
./sympy/polys/polyclasses.py:290:17: E201 whitespace after '['
./sympy/polys/polyclasses.py:290:80: E202 whitespace before ']'
./sympy/polys/polyclasses.py:294:17: E201 whitespace after '['
./sympy/polys/polyclasses.py:294:80: E202 whitespace before ']'
./sympy/polys/polyclasses.py:306:25: E201 whitespace after '['
./sympy/polys/polyclasses.py:306:42: E202 whitespace before ']'
./sympy/polys/polyclasses.py:318:25: E201 whitespace after '['
./sympy/polys/polyclasses.py:318:63: E202 whitespace before ']'
./sympy/polys/polyclasses.py:330:25: E201 whitespace after '['
./sympy/polys/polyclasses.py:330:68: E202 whitespace before ']'
./sympy/polys/polyclasses.py:734:21: E201 whitespace after '['
./sympy/polys/polyclasses.py:734:74: E202 whitespace before ']'
./sympy/polys/polyclasses.py:750:24: E201 whitespace after '['
./sympy/polys/polyclasses.py:750:58: E202 whitespace before ']'
./sympy/polys/polyclasses.py:755:17: E201 whitespace after '['
./sympy/polys/polyclasses.py:755:51: E202 whitespace before ']'
./sympy/polys/polyclasses.py:760:24: E201 whitespace after '['
./sympy/polys/polyclasses.py:760:58: E202 whitespace before ']'
./sympy/polys/polyclasses.py:765:17: E201 whitespace after '['
./sympy/polys/polyclasses.py:765:51: E202 whitespace before ']'
./sympy/polys/polyclasses.py:1563:17: E201 whitespace after '['
./sympy/polys/polyclasses.py:1563:50: E202 whitespace before ']'
./sympy/polys/polyconfig.py:8:29: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:9:24: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:10:19: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:12:33: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:13:29: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:15:29: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:16:29: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:17:27: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:18:24: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:20:23: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:21:24: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:23:16: E241 multiple spaces after ':'
./sympy/polys/polyconfig.py:28:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyconfig.py:38:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:7:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:14:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:31:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:58:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:68:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:72:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:75:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:79:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:83:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:87:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:91:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:95:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:99:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:103:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:107:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:111:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:115:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:119:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:123:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:127:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:131:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:142:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:146:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:150:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:172:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyerrors.py:176:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyfuncs.py:110:35: E201 whitespace after '['
./sympy/polys/polyfuncs.py:110:71: E202 whitespace before ']'
./sympy/polys/polyfuncs.py:125:21: E201 whitespace after '['
./sympy/polys/polyfuncs.py:125:65: E202 whitespace before ']'
./sympy/polys/polyfuncs.py:126:21: E201 whitespace after '['
./sympy/polys/polyfuncs.py:126:65: E202 whitespace before ']'
./sympy/polys/polyfuncs.py:138:14: E201 whitespace after '['
./sympy/polys/polyfuncs.py:138:49: E202 whitespace before ']'
./sympy/polys/polyoptions.py:17:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyoptions.py:317:21: E201 whitespace after '['
./sympy/polys/polyoptions.py:317:61: E202 whitespace before ']'
./sympy/polys/polyoptions.py:339:21: E201 whitespace after '['
./sympy/polys/polyoptions.py:339:60: E202 whitespace before ']'
./sympy/polys/polyoptions.py:749:53: E713 test for membership should be 'not in'
./sympy/polys/polyquinticconst.py:23:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyquinticconst.py:42:14: E201 whitespace after '('
./sympy/polys/polyquinticconst.py:42:21: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:23: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:25: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:27: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:29: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:36: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:38: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:40: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:42: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:44: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:51: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:53: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:55: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:57: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:59: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:66: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:68: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:70: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:72: E231 missing whitespace after ','
./sympy/polys/polyquinticconst.py:42:74: E231 missing whitespace after ','
./sympy/polys/polyroots.py:109:28: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/polyroots.py:139:1: E302 expected 2 blank lines, found 1
./sympy/polys/polyroots.py:352:15: E201 whitespace after '['
./sympy/polys/polyroots.py:352:60: E202 whitespace before ']'
./sympy/polys/polyroots.py:464:33: E201 whitespace after '('
./sympy/polys/polyroots.py:464:69: E202 whitespace before ')'
./sympy/polys/polyroots.py:491:19: E201 whitespace after '('
./sympy/polys/polyroots.py:500:50: E201 whitespace after '{'
./sympy/polys/polyroots.py:500:69: E202 whitespace before '}'
./sympy/polys/polyroots.py:501:50: E201 whitespace after '{'
./sympy/polys/polyroots.py:501:69: E202 whitespace before '}'
./sympy/polys/polyroots.py:502:50: E201 whitespace after '{'
./sympy/polys/polyroots.py:502:69: E202 whitespace before '}'
./sympy/polys/polyroots.py:503:50: E201 whitespace after '{'
./sympy/polys/polyroots.py:503:69: E202 whitespace before '}'
./sympy/polys/polyroots.py:538:16: E201 whitespace after '('
./sympy/polys/polyroots.py:538:22: E201 whitespace after '('
./sympy/polys/polyroots.py:539:22: E201 whitespace after '('
./sympy/polys/polyroots.py:539:78: E202 whitespace before ')'
./sympy/polys/polyroots.py:539:80: E202 whitespace before ')'
./sympy/polys/polyroots.py:995:20: E201 whitespace after '['
./sympy/polys/polyroots.py:995:49: E202 whitespace before ']'
./sympy/polys/polytools.py:5602:24: E231 missing whitespace after ','
./sympy/polys/polyutils.py:60:21: E201 whitespace after '('
./sympy/polys/polyutils.py:291:18: E201 whitespace after '['
./sympy/polys/polyutils.py:291:50: E202 whitespace before ']'
./sympy/polys/polyutils.py:364:19: E201 whitespace after '['
./sympy/polys/polyutils.py:364:48: E202 whitespace before ']'
./sympy/polys/rationaltools.py:10:1: E302 expected 2 blank lines, found 1
./sympy/polys/rationaltools.py:79:41: E201 whitespace after '['
./sympy/polys/rationaltools.py:79:77: E202 whitespace before ']'
./sympy/polys/rationaltools.py:81:36: E201 whitespace after '['
./sympy/polys/rationaltools.py:81:65: E202 whitespace before ']'
./sympy/polys/ring_series.py:12:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:43:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:53:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:134:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:174:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:212:13: E227 missing whitespace around bitwise or shift operator
./sympy/polys/ring_series.py:221:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:247:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:282:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:310:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:395:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:422:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:450:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:462:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:493:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:515:1: E302 expected 2 blank lines, found 1
./sympy/polys/ring_series.py:545:1: E302 expected 2 blank lines, found 1
./sympy/polys/rings.py:29:1: E302 expected 2 blank lines, found 1
./sympy/polys/rings.py:57:1: E302 expected 2 blank lines, found 1
./sympy/polys/rings.py:85:1: E302 expected 2 blank lines, found 1
./sympy/polys/rings.py:110:14: E201 whitespace after '['
./sympy/polys/rings.py:110:48: E202 whitespace before ']'
./sympy/polys/rings.py:113:1: E302 expected 2 blank lines, found 1
./sympy/polys/rings.py:154:23: E201 whitespace after '['
./sympy/polys/rings.py:154:58: E202 whitespace before ']'
./sympy/polys/rings.py:165:1: E302 expected 2 blank lines, found 1
./sympy/polys/rings.py:183:1: E302 expected 2 blank lines, found 1
./sympy/polys/rings.py:402:20: E201 whitespace after '['
./sympy/polys/rings.py:402:78: E202 whitespace before ']'
./sympy/polys/rings.py:577:22: E201 whitespace after '['
./sympy/polys/rings.py:577:84: E202 whitespace before ']'
./sympy/polys/rings.py:593:26: E201 whitespace after '['
./sympy/polys/rings.py:593:65: E202 whitespace before ']'
./sympy/polys/rings.py:666:5: E301 expected 1 blank line, found 0
./sympy/polys/rings.py:668:5: E301 expected 1 blank line, found 0
./sympy/polys/rings.py:670:5: E301 expected 1 blank line, found 0
./sympy/polys/rings.py:723:16: E713 test for membership should be 'not in'
./sympy/polys/rings.py:852:26: E201 whitespace after '['
./sympy/polys/rings.py:852:79: E202 whitespace before ']'
./sympy/polys/rings.py:1121:29: E261 at least two spaces before inline comment
./sympy/polys/rings.py:1298:31: E261 at least two spaces before inline comment
./sympy/polys/rings.py:1310:31: E261 at least two spaces before inline comment
./sympy/polys/rings.py:1384:23: E222 multiple spaces after operator
./sympy/polys/rings.py:1541:25: E201 whitespace after '['
./sympy/polys/rings.py:1541:62: E202 whitespace before ']'
./sympy/polys/rings.py:1567:25: E201 whitespace after '['
./sympy/polys/rings.py:1567:62: E202 whitespace before ']'
./sympy/polys/rings.py:1734:17: E201 whitespace after '['
./sympy/polys/rings.py:1734:57: E202 whitespace before ']'
./sympy/polys/rings.py:1758:17: E201 whitespace after '['
./sympy/polys/rings.py:1758:57: E202 whitespace before ']'
./sympy/polys/rings.py:1869:18: E201 whitespace after '['
./sympy/polys/rings.py:1869:69: E202 whitespace before ']'
./sympy/polys/rings.py:1874:18: E201 whitespace after '['
./sympy/polys/rings.py:1874:92: E202 whitespace before ']'
./sympy/polys/rings.py:1886:18: E201 whitespace after '['
./sympy/polys/rings.py:1886:98: E202 whitespace before ']'
./sympy/polys/rings.py:1899:22: E201 whitespace after '['
./sympy/polys/rings.py:1899:79: E202 whitespace before ']'
./sympy/polys/rings.py:1901:22: E201 whitespace after '['
./sympy/polys/rings.py:1901:95: E202 whitespace before ']'
./sympy/polys/rings.py:1917:18: E201 whitespace after '['
./sympy/polys/rings.py:1917:59: E202 whitespace before ']'
./sympy/polys/rings.py:1918:23: E201 whitespace after '['
./sympy/polys/rings.py:1918:57: E202 whitespace before ']'
./sympy/polys/rings.py:1932:22: E201 whitespace after '['
./sympy/polys/rings.py:1932:75: E202 whitespace before ']'
./sympy/polys/rings.py:1956:31: E201 whitespace after '['
./sympy/polys/rings.py:1956:77: E202 whitespace before ']'
./sympy/polys/rings.py:1990:22: E201 whitespace after '['
./sympy/polys/rings.py:1990:51: E202 whitespace before ']'
./sympy/polys/rings.py:2001:18: E201 whitespace after '['
./sympy/polys/rings.py:2001:44: E202 whitespace before ']'
./sympy/polys/rings.py:2076:14: E261 at least two spaces before inline comment
./sympy/polys/rings.py:2195:22: E201 whitespace after '['
./sympy/polys/rings.py:2195:53: E202 whitespace before ']'
./sympy/polys/rootisolation.py:35:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:73:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:101:36: E203 whitespace before ','
./sympy/polys/rootisolation.py:117:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:134:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:143:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:154:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:200:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:242:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:254:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:287:17: E201 whitespace after '('
./sympy/polys/rootisolation.py:289:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:403:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:423:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:447:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:471:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:489:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:518:17: E201 whitespace after '['
./sympy/polys/rootisolation.py:518:64: E202 whitespace before ']'
./sympy/polys/rootisolation.py:520:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:549:18: E201 whitespace after '['
./sympy/polys/rootisolation.py:549:48: E202 whitespace before ']'
./sympy/polys/rootisolation.py:550:18: E201 whitespace after '['
./sympy/polys/rootisolation.py:550:48: E202 whitespace before ']'
./sympy/polys/rootisolation.py:557:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:615:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:637:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:687:14: E201 whitespace after '['
./sympy/polys/rootisolation.py:687:78: E202 whitespace before ']'
./sympy/polys/rootisolation.py:688:14: E201 whitespace after '['
./sympy/polys/rootisolation.py:688:78: E202 whitespace before ']'
./sympy/polys/rootisolation.py:691:18: E201 whitespace after '['
./sympy/polys/rootisolation.py:691:60: E202 whitespace before ']'
./sympy/polys/rootisolation.py:692:18: E201 whitespace after '['
./sympy/polys/rootisolation.py:692:21: E201 whitespace after '('
./sympy/polys/rootisolation.py:692:59: E202 whitespace before ']'
./sympy/polys/rootisolation.py:694:18: E201 whitespace after '['
./sympy/polys/rootisolation.py:694:63: E202 whitespace before ']'
./sympy/polys/rootisolation.py:695:18: E201 whitespace after '['
./sympy/polys/rootisolation.py:695:21: E201 whitespace after '('
./sympy/polys/rootisolation.py:695:62: E202 whitespace before ']'
./sympy/polys/rootisolation.py:699:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:711:42: E201 whitespace after '['
./sympy/polys/rootisolation.py:711:90: E202 whitespace before ']'
./sympy/polys/rootisolation.py:713:42: E201 whitespace after '['
./sympy/polys/rootisolation.py:713:77: E202 whitespace before ']'
./sympy/polys/rootisolation.py:716:42: E201 whitespace after '['
./sympy/polys/rootisolation.py:716:70: E202 whitespace before ']'
./sympy/polys/rootisolation.py:718:42: E201 whitespace after '['
./sympy/polys/rootisolation.py:718:77: E202 whitespace before ']'
./sympy/polys/rootisolation.py:936:20: E201 whitespace after '('
./sympy/polys/rootisolation.py:937:20: E201 whitespace after '('
./sympy/polys/rootisolation.py:940:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:956:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1106:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1182:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1184:13: E201 whitespace after '['
./sympy/polys/rootisolation.py:1184:80: E202 whitespace before ']'
./sympy/polys/rootisolation.py:1186:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1188:21: E201 whitespace after '['
./sympy/polys/rootisolation.py:1188:57: E202 whitespace before ']'
./sympy/polys/rootisolation.py:1190:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1204:20: E201 whitespace after '['
./sympy/polys/rootisolation.py:1204:49: E202 whitespace before ']'
./sympy/polys/rootisolation.py:1264:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1370:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1476:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1488:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1497:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1513:16: E201 whitespace after '['
./sympy/polys/rootisolation.py:1513:45: E202 whitespace before ']'
./sympy/polys/rootisolation.py:1620:17: E201 whitespace after '['
./sympy/polys/rootisolation.py:1620:45: E202 whitespace before ']'
./sympy/polys/rootisolation.py:1622:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1625:36: E201 whitespace after '('
./sympy/polys/rootisolation.py:1628:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1641:22: E201 whitespace after '['
./sympy/polys/rootisolation.py:1641:58: E202 whitespace before ']'
./sympy/polys/rootisolation.py:1642:25: E201 whitespace after '['
./sympy/polys/rootisolation.py:1642:64: E202 whitespace before ']'
./sympy/polys/rootisolation.py:1646:35: E201 whitespace after '('
./sympy/polys/rootisolation.py:1648:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootisolation.py:1754:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootoftools.py:38:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootoftools.py:167:27: E201 whitespace after '['
./sympy/polys/rootoftools.py:167:67: E202 whitespace before ']'
./sympy/polys/rootoftools.py:178:31: E201 whitespace after '['
./sympy/polys/rootoftools.py:178:74: E202 whitespace before ']'
./sympy/polys/rootoftools.py:271:21: E201 whitespace after '['
./sympy/polys/rootoftools.py:271:44: E202 whitespace before ']'
./sympy/polys/rootoftools.py:491:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootoftools.py:678:26: E201 whitespace after '['
./sympy/polys/rootoftools.py:678:54: E202 whitespace before ']'
./sympy/polys/rootoftools.py:686:26: E201 whitespace after '['
./sympy/polys/rootoftools.py:686:54: E202 whitespace before ']'
./sympy/polys/rootoftools.py:693:1: E302 expected 2 blank lines, found 1
./sympy/polys/rootoftools.py:718:21: E701 multiple statements on one line (colon)
./sympy/polys/rootoftools.py:718:31: E261 at least two spaces before inline comment
./sympy/polys/solvers.py:7:1: E302 expected 2 blank lines, found 1
./sympy/polys/solvers.py:10:1: E302 expected 2 blank lines, found 1
./sympy/polys/solvers.py:22:1: E302 expected 2 blank lines, found 1
./sympy/polys/solvers.py:38:16: E201 whitespace after '['
./sympy/polys/solvers.py:38:59: E202 whitespace before ']'
./sympy/polys/solvers.py:43:31: E201 whitespace after '['
./sympy/polys/solvers.py:43:54: E202 whitespace before ']'
./sympy/polys/specialpolys.py:68:1: E302 expected 2 blank lines, found 1
./sympy/polys/specialpolys.py:98:22: E201 whitespace after '['
./sympy/polys/specialpolys.py:98:61: E202 whitespace before ']'
./sympy/polys/specialpolys.py:144:18: E201 whitespace after '['
./sympy/polys/specialpolys.py:144:57: E202 whitespace before ']'
./sympy/polys/specialpolys.py:149:10: E201 whitespace after '['
./sympy/polys/specialpolys.py:149:58: E202 whitespace before ']'
./sympy/polys/specialpolys.py:153:21: E201 whitespace after '['
./sympy/polys/specialpolys.py:153:38: E202 whitespace before ']'
./sympy/polys/specialpolys.py:154:24: E201 whitespace after '['
./sympy/polys/specialpolys.py:154:44: E202 whitespace before ']'
./sympy/polys/specialpolys.py:196:10: E201 whitespace after '['
./sympy/polys/specialpolys.py:196:58: E202 whitespace before ']'
./sympy/polys/specialpolys.py:200:15: E201 whitespace after '['
./sympy/polys/specialpolys.py:200:32: E202 whitespace before ']'
./sympy/polys/specialpolys.py:233:10: E201 whitespace after '['
./sympy/polys/specialpolys.py:233:58: E202 whitespace before ']'
./sympy/polys/specialpolys.py:237:15: E201 whitespace after '['
./sympy/polys/specialpolys.py:237:41: E202 whitespace before ']'
./sympy/polys/specialpolys.py:270:1: E302 expected 2 blank lines, found 1
./sympy/polys/specialpolys.py:274:1: E302 expected 2 blank lines, found 1
./sympy/polys/specialpolys.py:278:1: E302 expected 2 blank lines, found 1
./sympy/polys/specialpolys.py:282:1: E302 expected 2 blank lines, found 1
./sympy/polys/specialpolys.py:286:1: E302 expected 2 blank lines, found 1
./sympy/polys/specialpolys.py:290:1: E302 expected 2 blank lines, found 1
./sympy/polys/specialpolys.py:294:1: E302 expected 2 blank lines, found 1
./sympy/polys/specialpolys.py:298:1: E302 expected 2 blank lines, found 1
./sympy/polys/specialpolys.py:302:1: E302 expected 2 blank lines, found 1
./sympy/polys/specialpolys.py:306:1: E302 expected 2 blank lines, found 1
./sympy/polys/specialpolys.py:309:1: E302 expected 2 blank lines, found 1
./sympy/polys/sqfreetools.py:39:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_constructor.py:9:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_constructor.py:92:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_densearith.py:46:38: E201 whitespace after '['
./sympy/polys/tests/test_densearith.py:46:70: E202 whitespace before ']'
./sympy/polys/tests/test_densearith.py:49:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_densearith.py:91:57: E201 whitespace after '['
./sympy/polys/tests/test_densearith.py:92:57: E201 whitespace after '['
./sympy/polys/tests/test_densearith.py:274:24: E201 whitespace after '('
./sympy/polys/tests/test_densearith.py:279:24: E201 whitespace after '('
./sympy/polys/tests/test_densebasic.py:49:38: E201 whitespace after '['
./sympy/polys/tests/test_densebasic.py:49:70: E202 whitespace before ']'
./sympy/polys/tests/test_densebasic.py:51:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_densebasic.py:135:32: E201 whitespace after '['
./sympy/polys/tests/test_densebasic.py:136:46: E201 whitespace after '('
./sympy/polys/tests/test_densebasic.py:390:9: E231 missing whitespace after ','
./sympy/polys/tests/test_densebasic.py:592:9: E231 missing whitespace after ','
./sympy/polys/tests/test_densebasic.py:610:9: E231 missing whitespace after ','
./sympy/polys/tests/test_densetools.py:61:38: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:61:70: E202 whitespace before ']'
./sympy/polys/tests/test_densetools.py:63:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_densetools.py:529:36: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:535:71: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:535:76: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:536:48: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:602:33: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:603:33: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:604:33: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:608:33: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:611:33: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:612:33: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:613:33: E201 whitespace after '['
./sympy/polys/tests/test_densetools.py:617:33: E201 whitespace after '['
./sympy/polys/tests/test_euclidtools.py:14:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_euclidtools.py:20:14: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:20:26: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:21:13: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:21:28: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:41:13: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:42:14: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:51:48: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:63:14: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:63:29: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:63:44: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:64:16: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:64:40: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:65:18: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:65:39: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:66:23: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:214:20: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:214:34: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:214:48: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:217:13: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:217:34: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:217:54: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:217:74: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:218:13: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:218:33: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:218:53: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:218:72: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:219:13: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:219:32: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:219:51: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:219:70: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:220:13: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:220:32: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:385:8: E222 multiple spaces after operator
./sympy/polys/tests/test_euclidtools.py:395:13: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:395:32: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:396:13: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:396:25: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:400:49: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:401:49: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:551:13: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:551:32: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:552:13: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:552:25: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:556:49: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:557:49: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:608:9: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:620:9: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:620:11: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:625:9: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:625:11: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:625:13: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:630:9: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:643:9: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:643:11: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:650:9: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:650:11: E231 missing whitespace after ','
./sympy/polys/tests/test_euclidtools.py:650:13: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:19:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_factortools.py:104:35: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:253:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_factortools.py:254:9: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:254:11: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:269:14: E201 whitespace after '['
./sympy/polys/tests/test_factortools.py:269:35: E202 whitespace before ']'
./sympy/polys/tests/test_factortools.py:290:11: E201 whitespace after '['
./sympy/polys/tests/test_factortools.py:290:67: E202 whitespace before ']'
./sympy/polys/tests/test_factortools.py:400:5: E301 expected 1 blank line, found 0
./sympy/polys/tests/test_factortools.py:422:57: E201 whitespace after '('
./sympy/polys/tests/test_factortools.py:428:54: E201 whitespace after '['
./sympy/polys/tests/test_factortools.py:435:54: E201 whitespace after '['
./sympy/polys/tests/test_factortools.py:436:54: E201 whitespace after '['
./sympy/polys/tests/test_factortools.py:439:5: E301 expected 1 blank line, found 0
./sympy/polys/tests/test_factortools.py:446:54: E201 whitespace after '('
./sympy/polys/tests/test_factortools.py:466:9: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:467:5: E301 expected 1 blank line, found 0
./sympy/polys/tests/test_factortools.py:484:51: E201 whitespace after '('
./sympy/polys/tests/test_factortools.py:490:51: E201 whitespace after '('
./sympy/polys/tests/test_factortools.py:518:34: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:518:53: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:550:5: E301 expected 1 blank line, found 0
./sympy/polys/tests/test_factortools.py:597:34: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:597:53: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:597:66: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:602:34: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:602:53: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:602:66: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:618:13: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:618:30: E231 missing whitespace after ','
./sympy/polys/tests/test_factortools.py:621:14: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:12:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:24:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:28:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:44:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:48:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:58:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:76:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:89:31: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:113:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:128:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:129:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:137:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:138:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:145:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:147:20: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:147:31: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:149:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:150:13: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:150:15: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:150:17: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:156:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:157:13: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:157:15: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:157:17: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:163:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:164:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:171:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:173:20: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:173:33: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:175:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:176:13: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:176:15: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:176:17: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:179:42: E231 missing whitespace after ':'
./sympy/polys/tests/test_fields.py:180:59: E231 missing whitespace after ':'
./sympy/polys/tests/test_fields.py:182:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:183:13: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:183:15: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:183:17: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:186:42: E231 missing whitespace after ':'
./sympy/polys/tests/test_fields.py:187:59: E231 missing whitespace after ':'
./sympy/polys/tests/test_fields.py:189:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:190:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:197:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:199:18: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:199:29: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:201:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:202:13: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:202:15: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:202:17: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:208:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:209:13: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:209:15: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:209:17: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:215:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:216:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:223:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:225:18: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:225:30: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:231:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:232:13: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:232:15: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:232:17: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:242:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:243:13: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:243:15: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:243:17: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:253:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:254:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:266:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:267:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:267:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:271:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:273:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:273:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:280:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:281:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:281:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:288:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_fields.py:289:9: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:289:11: E231 missing whitespace after ','
./sympy/polys/tests/test_fields.py:295:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_galoistools.py:298:10: E201 whitespace after '['
./sympy/polys/tests/test_galoistools.py:298:19: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:298:23: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:298:45: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:298:55: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:298:59: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:299:19: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:299:23: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:299:45: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:299:55: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:300:23: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:300:45: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:300:55: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:300:59: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:301:19: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:301:23: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:301:45: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:301:55: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:301:59: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:302:23: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:302:45: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:302:55: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:303:19: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:303:23: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:303:45: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:303:55: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:303:59: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:304:19: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:304:23: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:304:59: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:305:23: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:305:45: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:305:55: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:305:59: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:306:19: E241 multiple spaces after ','
./sympy/polys/tests/test_galoistools.py:520:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_galoistools.py:522:18: E231 missing whitespace after ','
./sympy/polys/tests/test_galoistools.py:522:20: E231 missing whitespace after ','
./sympy/polys/tests/test_galoistools.py:522:22: E231 missing whitespace after ','
./sympy/polys/tests/test_galoistools.py:522:24: E231 missing whitespace after ','
./sympy/polys/tests/test_galoistools.py:522:26: E231 missing whitespace after ','
./sympy/polys/tests/test_galoistools.py:522:28: E231 missing whitespace after ','
./sympy/polys/tests/test_galoistools.py:522:30: E231 missing whitespace after ','
./sympy/polys/tests/test_galoistools.py:522:32: E231 missing whitespace after ','
./sympy/polys/tests/test_galoistools.py:522:34: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:21:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:22:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:26:50: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:28:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:32:50: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:34:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:34:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:40:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:44:52: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:46:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:46:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:52:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:52:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:58:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:58:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:64:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:64:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:70:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:70:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:76:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:76:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:82:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:82:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:88:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:88:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:94:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:94:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:100:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:100:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:106:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:106:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:112:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:112:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:118:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:118:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:124:29: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:124:44: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:124:59: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:127:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:131:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:135:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:136:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:136:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:139:20: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:139:40: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:139:60: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:139:81: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:139:101: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:139:117: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:140:18: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:140:35: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:140:54: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:140:73: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:140:92: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:140:108: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:145:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:149:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:153:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:160:19: E201 whitespace after '['
./sympy/polys/tests/test_groebnertools.py:160:40: E202 whitespace before ']'
./sympy/polys/tests/test_groebnertools.py:189:10: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:189:13: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:200:10: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:200:13: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:201:10: E201 whitespace after '['
./sympy/polys/tests/test_groebnertools.py:201:35: E202 whitespace before ']'
./sympy/polys/tests/test_groebnertools.py:210:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:214:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:218:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:219:10: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:219:13: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:219:16: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:233:10: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:233:13: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:233:16: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:234:10: E201 whitespace after '['
./sympy/polys/tests/test_groebnertools.py:234:35: E202 whitespace before ']'
./sympy/polys/tests/test_groebnertools.py:247:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:251:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:255:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:256:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:281:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:282:10: E201 whitespace after '['
./sympy/polys/tests/test_groebnertools.py:282:35: E202 whitespace before ']'
./sympy/polys/tests/test_groebnertools.py:324:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:329:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:334:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:335:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:335:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:335:13: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:349:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:349:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:349:13: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:350:10: E201 whitespace after '['
./sympy/polys/tests/test_groebnertools.py:350:35: E202 whitespace before ']'
./sympy/polys/tests/test_groebnertools.py:363:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:367:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:371:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:381:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:381:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:381:13: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:393:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:393:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:393:13: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:410:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:412:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:412:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:412:13: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:433:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:433:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:433:13: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:436:40: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:436:56: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:436:70: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:436:94: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:436:111: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:436:130: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:436:147: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:436:163: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:442:41: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:442:55: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:442:69: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:442:91: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:442:105: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:442:126: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:450:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:450:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:454:32: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:454:46: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:454:67: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:455:46: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:455:61: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:456:39: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:456:55: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:456:71: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:468:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:474:29: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:475:39: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:478:39: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:479:19: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:481:39: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:483:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:484:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:484:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:489:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:489:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:494:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:510:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_groebnertools.py:511:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:511:11: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:516:9: E231 missing whitespace after ','
./sympy/polys/tests/test_groebnertools.py:516:11: E231 missing whitespace after ','
./sympy/polys/tests/test_heuristicgcd.py:5:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_heuristicgcd.py:47:8: E222 multiple spaces after operator
./sympy/polys/tests/test_heuristicgcd.py:63:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_injections.py:10:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_injections.py:15:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_injections.py:18:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_injections.py:21:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_injections.py:48:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_injections.py:53:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_injections.py:56:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_injections.py:59:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_modulargcd.py:74:8: E222 multiple spaces after operator
./sympy/polys/tests/test_monomials.py:41:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_monomials.py:44:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_monomials.py:47:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_monomials.py:50:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_monomials.py:53:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_monomials.py:56:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_monomials.py:59:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_monomials.py:63:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_numberfields.py:41:31: E201 whitespace after '('
./sympy/polys/tests/test_numberfields.py:42:31: E201 whitespace after '('
./sympy/polys/tests/test_numberfields.py:43:31: E201 whitespace after '('
./sympy/polys/tests/test_numberfields.py:146:30: E222 multiple spaces after operator
./sympy/polys/tests/test_numberfields.py:148:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_numberfields.py:214:23: E225 missing whitespace around operator
./sympy/polys/tests/test_numberfields.py:240:32: E231 missing whitespace after ','
./sympy/polys/tests/test_numberfields.py:240:61: E231 missing whitespace after ','
./sympy/polys/tests/test_numberfields.py:242:43: E231 missing whitespace after ':'
./sympy/polys/tests/test_numberfields.py:244:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_numberfields.py:252:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_numberfields.py:334:30: E201 whitespace after '('
./sympy/polys/tests/test_numberfields.py:334:59: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:337:30: E201 whitespace after '('
./sympy/polys/tests/test_numberfields.py:338:60: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:340:30: E201 whitespace after '('
./sympy/polys/tests/test_numberfields.py:340:65: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:343:30: E201 whitespace after '('
./sympy/polys/tests/test_numberfields.py:344:66: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:347:48: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:354:50: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:356:25: E201 whitespace after '('
./sympy/polys/tests/test_numberfields.py:358:25: E201 whitespace after '('
./sympy/polys/tests/test_numberfields.py:361:19: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:398:19: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:435:19: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:457:21: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:459:21: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:580:28: E201 whitespace after '('
./sympy/polys/tests/test_numberfields.py:580:50: E201 whitespace after '['
./sympy/polys/tests/test_numberfields.py:680:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_numberfields.py:691:44: E231 missing whitespace after ','
./sympy/polys/tests/test_numberfields.py:692:44: E231 missing whitespace after ','
./sympy/polys/tests/test_numberfields.py:706:70: E225 missing whitespace around operator
./sympy/polys/tests/test_numberfields.py:716:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_numberfields.py:718:68: E231 missing whitespace after ','
./sympy/polys/tests/test_numberfields.py:719:38: E231 missing whitespace after ','
./sympy/polys/tests/test_numberfields.py:721:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_numberfields.py:726:46: E231 missing whitespace after ','
./sympy/polys/tests/test_orderings.py:12:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_orderings.py:30:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_orderings.py:55:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_orderings.py:80:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_orderings.py:93:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_orderings.py:101:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_orderings.py:119:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_partfrac.py:148:50: E231 missing whitespace after ','
./sympy/polys/tests/test_partfrac.py:154:23: E225 missing whitespace around operator
./sympy/polys/tests/test_polyclasses.py:17:38: E201 whitespace after '['
./sympy/polys/tests/test_polyclasses.py:17:70: E202 whitespace before ']'
./sympy/polys/tests/test_polyclasses.py:19:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_polyroots.py:175:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_polyroots.py:249:50: E201 whitespace after '{'
./sympy/polys/tests/test_polyroots.py:252:50: E201 whitespace after '{'
./sympy/polys/tests/test_polyroots.py:255:50: E201 whitespace after '{'
./sympy/polys/tests/test_polyroots.py:258:50: E201 whitespace after '{'
./sympy/polys/tests/test_polyroots.py:289:57: E202 whitespace before ')'
./sympy/polys/tests/test_polyroots.py:292:39: E201 whitespace after '['
./sympy/polys/tests/test_polyroots.py:293:60: E202 whitespace before ']'
./sympy/polys/tests/test_polyroots.py:302:27: E201 whitespace after '('
./sympy/polys/tests/test_polyroots.py:307:22: E201 whitespace after '['
./sympy/polys/tests/test_polyroots.py:308:37: E202 whitespace before ']'
./sympy/polys/tests/test_polyroots.py:320:25: E201 whitespace after '['
./sympy/polys/tests/test_polyroots.py:320:72: E202 whitespace before ']'
./sympy/polys/tests/test_polyroots.py:399:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_polyroots.py:478:12: E201 whitespace after '['
./sympy/polys/tests/test_polyroots.py:478:48: E202 whitespace before ']'
./sympy/polys/tests/test_polyroots.py:479:12: E201 whitespace after '['
./sympy/polys/tests/test_polyroots.py:480:21: E202 whitespace before ']'
./sympy/polys/tests/test_polyroots.py:483:16: E201 whitespace after '['
./sympy/polys/tests/test_polyroots.py:483:43: E202 whitespace before ']'
./sympy/polys/tests/test_polyroots.py:511:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_polyroots.py:532:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_polytools.py:341:33: E225 missing whitespace around operator
./sympy/polys/tests/test_polytools.py:344:38: E225 missing whitespace around operator
./sympy/polys/tests/test_polytools.py:347:50: E225 missing whitespace around operator
./sympy/polys/tests/test_polytools.py:508:8: E222 multiple spaces after operator
./sympy/polys/tests/test_polytools.py:509:8: E222 multiple spaces after operator
./sympy/polys/tests/test_polytools.py:513:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_polytools.py:1108:40: E201 whitespace after '('
./sympy/polys/tests/test_polytools.py:1109:40: E201 whitespace after '('
./sympy/polys/tests/test_polytools.py:1112:65: E201 whitespace after '('
./sympy/polys/tests/test_polytools.py:1338:17: E201 whitespace after '('
./sympy/polys/tests/test_polytools.py:1339:17: E201 whitespace after '('
./sympy/polys/tests/test_polytools.py:1344:17: E201 whitespace after '('
./sympy/polys/tests/test_polytools.py:1345:17: E201 whitespace after '('
./sympy/polys/tests/test_polytools.py:1482:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_polytools.py:1546:19: E201 whitespace after '['
./sympy/polys/tests/test_polytools.py:1546:55: E202 whitespace before ']'
./sympy/polys/tests/test_polytools.py:1593:19: E201 whitespace after '['
./sympy/polys/tests/test_polytools.py:1593:55: E202 whitespace before ']'
./sympy/polys/tests/test_polytools.py:1698:22: E201 whitespace after '['
./sympy/polys/tests/test_polytools.py:1698:71: E202 whitespace before ']'
./sympy/polys/tests/test_polytools.py:1868:25: E201 whitespace after '['
./sympy/polys/tests/test_polytools.py:1868:61: E202 whitespace before ']'
./sympy/polys/tests/test_polytools.py:2336:61: E225 missing whitespace around operator
./sympy/polys/tests/test_polytools.py:2339:24: E225 missing whitespace around operator
./sympy/polys/tests/test_polytools.py:2747:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_polytools.py:2748:40: E231 missing whitespace after ':'
./sympy/polys/tests/test_polytools.py:2755:5: E303 too many blank lines (2)
./sympy/polys/tests/test_polytools.py:2755:40: E231 missing whitespace after ':'
./sympy/polys/tests/test_polytools.py:2758:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_polytools.py:2771:19: E201 whitespace after '['
./sympy/polys/tests/test_polytools.py:2771:52: E202 whitespace before ']'
./sympy/polys/tests/test_polytools.py:2837:29: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_polytools.py:2843:29: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_polytools.py:2932:17: E201 whitespace after '['
./sympy/polys/tests/test_polytools.py:3015:10: E201 whitespace after '['
./sympy/polys/tests/test_polytools.py:3015:35: E202 whitespace before ']'
./sympy/polys/tests/test_polytools.py:3073:71: E225 missing whitespace around operator
./sympy/polys/tests/test_polytools.py:3079:62: E225 missing whitespace around operator
./sympy/polys/tests/test_polytools.py:3125:23: E225 missing whitespace around operator
./sympy/polys/tests/test_polytools.py:3127:12: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:6:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:25:15: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:26:15: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:38:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:43:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:45:19: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:47:19: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:49:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:51:21: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:53:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:55:19: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:57:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:59:16: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:59:29: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:61:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:62:29: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:63:16: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:65:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:66:27: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:67:15: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:77:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:78:27: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:79:15: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:79:40: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:81:38: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:83:38: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:84:38: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:86:31: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:89:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:90:27: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:91:15: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:101:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:102:27: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:103:15: E201 whitespace after '('
./sympy/polys/tests/test_pythonrational.py:116:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:123:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_pythonrational.py:130:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_ring_series.py:10:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_ring_series.py:23:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_ring_series.py:29:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_ring_series.py:40:5: E301 expected 1 blank line, found 0
./sympy/polys/tests/test_ring_series.py:48:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_ring_series.py:57:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_ring_series.py:74:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_ring_series.py:84:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_ring_series.py:97:5: E301 expected 1 blank line, found 0
./sympy/polys/tests/test_ring_series.py:101:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_ring_series.py:124:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_ring_series.py:129:16: E225 missing whitespace around operator
./sympy/polys/tests/test_ring_series.py:143:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_ring_series.py:166:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:17:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:50:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:54:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:70:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:82:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:83:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:83:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:102:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:103:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:103:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:110:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:121:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:123:10: E201 whitespace after '['
./sympy/polys/tests/test_rings.py:123:43: E202 whitespace before ']'
./sympy/polys/tests/test_rings.py:127:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:129:10: E201 whitespace after '['
./sympy/polys/tests/test_rings.py:129:43: E202 whitespace before ']'
./sympy/polys/tests/test_rings.py:133:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:155:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:159:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:162:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:163:37: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:164:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:165:37: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:167:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:168:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:170:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:171:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:173:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:174:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:176:33: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:177:37: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:178:33: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:179:37: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:181:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:182:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:184:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:185:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:190:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:191:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:193:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:202:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:212:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:230:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:253:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:254:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:254:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:284:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:285:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:285:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:315:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:316:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:316:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:322:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:323:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:323:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:329:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:348:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:351:17: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:352:17: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:352:31: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:354:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:357:17: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:358:17: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:358:31: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:360:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:363:17: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:364:17: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:364:31: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:366:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:369:17: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:370:17: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:370:31: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:372:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:375:17: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:375:46: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:376:17: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:376:31: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:376:60: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:378:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:379:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:379:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:381:25: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:381:27: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:381:36: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:381:45: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:381:47: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:381:56: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:381:65: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:381:67: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:381:76: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:383:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:389:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:395:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:396:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:396:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:398:25: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:398:27: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:398:34: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:398:36: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:398:43: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:398:45: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:400:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:406:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:412:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:413:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:413:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:415:27: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:415:36: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:415:45: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:417:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:423:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:429:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:431:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:432:12: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:432:14: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:449:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:450:12: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:450:14: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:454:12: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:454:14: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:458:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:460:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:461:12: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:461:14: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:478:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:479:12: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:479:14: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:483:12: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:483:14: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:487:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:489:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:490:12: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:490:14: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:516:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:517:12: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:517:14: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:521:12: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:521:14: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:525:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:526:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:526:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:537:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:537:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:540:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:540:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:544:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:545:12: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:545:14: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:629:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:663:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:697:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:711:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:711:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:725:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:742:35: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:744:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:778:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:787:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:816:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:821:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:836:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:837:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:842:18: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:843:18: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:846:24: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:848:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:849:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:851:109: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:852:108: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:853:109: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:854:110: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:855:108: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:856:107: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:857:105: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:858:103: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:859:41: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:860:43: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:861:42: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:862:43: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:863:43: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:864:42: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:865:42: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:866:41: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:887:13: E201 whitespace after '['
./sympy/polys/tests/test_rings.py:887:58: E202 whitespace before ']'
./sympy/polys/tests/test_rings.py:889:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:953:13: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:953:32: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:954:13: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:954:25: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:958:41: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:959:38: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:970:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:973:13: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:973:32: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:974:13: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:974:25: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:978:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:993:13: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:993:35: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:994:13: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:994:28: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1011:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1019:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1027:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1030:15: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1030:81: E225 missing whitespace around operator
./sympy/polys/tests/test_rings.py:1032:35: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1033:34: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1034:35: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1036:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1046:42: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1048:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1062:45: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1063:42: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1064:42: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1064:51: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1066:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1073:54: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1090:64: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1091:56: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1092:56: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1092:70: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1094:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1101:50: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1111:60: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1112:52: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1113:52: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1113:66: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1115:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1125:53: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1139:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1140:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1140:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1142:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1143:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1144:32: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1145:28: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1147:37: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1148:34: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1149:36: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1150:32: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1152:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1153:24: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1154:26: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1155:22: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1157:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1158:28: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1159:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1160:26: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1162:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1163:28: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1164:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1165:26: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/polys/tests/test_rings.py:1167:35: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1168:32: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1169:34: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1170:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/polys/tests/test_rings.py:1209:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1210:9: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1210:11: E231 missing whitespace after ','
./sympy/polys/tests/test_rings.py:1219:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1230:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1239:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1245:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1251:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1264:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1274:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1278:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1291:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1300:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1311:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rings.py:1322:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rootisolation.py:8:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rootisolation.py:15:58: E231 missing whitespace after ','
./sympy/polys/tests/test_rootisolation.py:15:71: E231 missing whitespace after ','
./sympy/polys/tests/test_rootisolation.py:15:84: E231 missing whitespace after ','
./sympy/polys/tests/test_rootisolation.py:90:56: E201 whitespace after '('
./sympy/polys/tests/test_rootisolation.py:90:59: E241 multiple spaces after ','
./sympy/polys/tests/test_rootisolation.py:260:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rootisolation.py:443:9: E201 whitespace after '('
./sympy/polys/tests/test_rootisolation.py:443:16: E241 multiple spaces after ','
./sympy/polys/tests/test_rootisolation.py:445:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rootisolation.py:749:13: E201 whitespace after '['
./sympy/polys/tests/test_rootisolation.py:749:85: E202 whitespace before ']'
./sympy/polys/tests/test_rootoftools.py:114:1: E303 too many blank lines (3)
./sympy/polys/tests/test_rootoftools.py:154:26: E201 whitespace after '('
./sympy/polys/tests/test_rootoftools.py:190:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rootoftools.py:199:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rootoftools.py:222:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_rootoftools.py:238:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_solvers.py:10:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_solvers.py:11:15: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:18:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_solvers.py:19:15: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:24:39: E711 comparison to None should be 'if cond is None:'
./sympy/polys/tests/test_solvers.py:26:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_solvers.py:27:15: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:27:18: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:35:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_solvers.py:36:15: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:36:18: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:43:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_solvers.py:44:15: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:44:18: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:44:21: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:48:39: E711 comparison to None should be 'if cond is None:'
./sympy/polys/tests/test_solvers.py:50:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_solvers.py:51:15: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:51:18: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:51:21: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:51:24: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:51:27: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:51:30: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:61:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_solvers.py:62:15: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:62:18: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:62:21: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:62:24: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:73:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_solvers.py:74:14: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:74:16: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:74:18: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:74:20: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:74:22: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:74:24: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:74:26: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:74:28: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:74:30: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:74:32: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:75:14: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:75:16: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:75:18: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:75:20: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:75:22: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:89:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_solvers.py:90:14: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:90:16: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:90:18: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:90:20: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:90:22: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:90:24: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:90:26: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:90:28: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:90:30: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:90:32: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:91:14: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:91:16: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:91:18: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:91:20: E231 missing whitespace after ','
./sympy/polys/tests/test_solvers.py:91:22: E231 missing whitespace after ','
./sympy/polys/tests/test_specialpolys.py:91:13: E201 whitespace after '['
./sympy/polys/tests/test_specialpolys.py:91:42: E202 whitespace before ']'
./sympy/polys/tests/test_specialpolys.py:96:13: E201 whitespace after '['
./sympy/polys/tests/test_specialpolys.py:96:42: E202 whitespace before ']'
./sympy/polys/tests/test_specialpolys.py:103:13: E201 whitespace after '['
./sympy/polys/tests/test_specialpolys.py:103:42: E202 whitespace before ']'
./sympy/polys/tests/test_specialpolys.py:108:13: E201 whitespace after '['
./sympy/polys/tests/test_specialpolys.py:108:42: E202 whitespace before ']'
./sympy/polys/tests/test_specialpolys.py:115:13: E201 whitespace after '['
./sympy/polys/tests/test_specialpolys.py:115:42: E202 whitespace before ']'
./sympy/polys/tests/test_specialpolys.py:120:13: E201 whitespace after '['
./sympy/polys/tests/test_specialpolys.py:120:42: E202 whitespace before ']'
./sympy/polys/tests/test_sqfreetools.py:11:1: E302 expected 2 blank lines, found 1
./sympy/polys/tests/test_sqfreetools.py:45:10: E201 whitespace after '('
./sympy/polys/agca/tests/test_homomorphisms.py:20:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_groebnertools.py:16:7: E201 whitespace after '['
./sympy/polys/benchmarks/bench_groebnertools.py:16:27: E202 whitespace before ']'
./sympy/polys/benchmarks/bench_groebnertools.py:17:7: E201 whitespace after '['
./sympy/polys/benchmarks/bench_groebnertools.py:17:39: E202 whitespace before ']'
./sympy/polys/benchmarks/bench_groebnertools.py:22:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_groebnertools.py:25:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:21:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:190:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:192:25: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:48: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:75: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:99: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:127: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:153: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:178: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:201: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:232: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:262: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:296: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:327: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:357: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:386: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:412: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:439: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:466: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:192:495: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:19: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:37: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:59: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:78: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:102: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:123: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:143: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:163: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:189: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:213: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:242: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:268: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:293: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:317: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:338: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:361: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:383: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:402: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:193:424: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:194:25: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:194:49: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:194:77: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:194:102: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:194:130: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:194:156: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:194:181: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:194:204: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:194:222: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:25: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:50: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:74: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:97: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:118: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:141: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:164: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:190: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:215: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:244: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:272: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:300: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:326: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:353: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:381: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:405: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:431: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:455: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:478: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:502: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:529: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:554: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:579: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:604: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:630: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:657: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:683: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:707: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:732: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:755: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:777: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:800: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:825: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:849: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:874: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:900: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:928: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:953: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:977: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:1003: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:1027: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:1052: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:195:1076: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:196:25: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:196:49: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:196:77: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:196:102: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:196:130: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:196:156: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:196:181: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:196:205: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:197:25: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:197:49: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:197:77: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:197:102: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:197:130: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:197:156: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:197:181: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:197:205: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:25: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:50: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:73: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:94: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:117: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:141: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:164: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:190: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:215: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:244: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:272: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:298: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:325: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:353: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:381: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:405: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:431: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:454: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:478: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:505: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:531: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:555: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:580: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:605: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:631: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:658: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:684: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:708: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:733: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:756: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:778: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:803: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:827: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:852: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:878: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:906: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:931: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:955: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:981: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:1005: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:1028: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:1053: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:198:1077: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:199:20: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:199:39: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:199:62: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:199:82: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:199:106: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:199:127: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:199:147: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:199:167: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:20: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:40: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:59: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:78: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:95: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:113: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:132: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:153: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:173: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:198: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:222: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:245: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:267: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:289: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:312: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:331: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:352: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:371: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:390: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:409: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:431: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:452: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:473: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:494: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:516: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:538: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:559: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:579: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:599: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:618: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:636: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:656: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:676: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:695: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:715: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:736: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:759: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:780: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:799: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:820: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:840: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:860: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:200:879: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:201:20: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:201:39: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:201:62: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:201:82: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:201:106: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:201:127: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:201:147: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:201:168: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:202:20: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:202:39: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:202:62: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:202:82: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:202:106: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:202:127: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:202:147: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:202:168: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:20: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:40: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:59: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:76: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:94: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:113: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:132: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:153: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:173: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:198: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:221: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:243: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:265: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:289: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:312: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:331: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:352: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:371: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:390: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:412: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:433: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:453: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:474: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:495: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:517: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:539: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:560: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:580: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:600: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:619: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:637: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:657: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:676: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:696: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:717: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:740: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:761: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:780: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:801: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:821: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:841: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:861: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:203:880: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:204:26: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:204:50: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:205:26: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:205:50: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:205:90: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:205:114: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:205:138: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:205:163: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:206:26: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:206:50: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:206:70: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:207:42: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:207:66: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:207:90: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:207:115: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:207:140: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:207:165: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:208:34: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:208:58: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:208:83: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:208:108: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:209:34: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:209:58: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:209:83: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:209:103: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:209:125: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:210:26: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:210:50: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:211:26: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:211:46: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:211:68: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:212:26: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:212:51: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:213:20: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:213:39: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:214:29: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:214:48: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:214:67: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:214:87: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:215:20: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:215:39: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:216:20: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:216:39: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:217:37: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:217:56: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:217:75: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:217:95: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:217:115: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:217:135: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:218:29: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:218:48: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:218:68: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:218:88: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:219:29: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:219:48: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:219:68: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:219:88: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:220:20: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:220:39: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:221:20: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:221:40: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:222:20: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:222:40: E231 missing whitespace after ','
./sympy/polys/benchmarks/bench_solvers.py:244:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:248:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:254:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:257:14: E201 whitespace after '['
./sympy/polys/benchmarks/bench_solvers.py:257:44: E202 whitespace before ']'
./sympy/polys/benchmarks/bench_solvers.py:258:17: E201 whitespace after '['
./sympy/polys/benchmarks/bench_solvers.py:258:45: E202 whitespace before ']'
./sympy/polys/benchmarks/bench_solvers.py:261:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:263:13: E201 whitespace after '['
./sympy/polys/benchmarks/bench_solvers.py:263:57: E202 whitespace before ']'
./sympy/polys/benchmarks/bench_solvers.py:269:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:462:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:468:20: E241 multiple spaces after ':'
./sympy/polys/benchmarks/bench_solvers.py:468:28: E241 multiple spaces after ':'
./sympy/polys/benchmarks/bench_solvers.py:468:36: E241 multiple spaces after ':'
./sympy/polys/benchmarks/bench_solvers.py:468:44: E241 multiple spaces after ':'
./sympy/polys/benchmarks/bench_solvers.py:468:52: E241 multiple spaces after ':'
./sympy/polys/benchmarks/bench_solvers.py:468:60: E241 multiple spaces after ':'
./sympy/polys/benchmarks/bench_solvers.py:468:68: E241 multiple spaces after ':'
./sympy/polys/benchmarks/bench_solvers.py:469:12: E241 multiple spaces after ':'
./sympy/polys/benchmarks/bench_solvers.py:469:20: E241 multiple spaces after ':'
./sympy/polys/benchmarks/bench_solvers.py:476:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:480:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:486:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:489:14: E201 whitespace after '['
./sympy/polys/benchmarks/bench_solvers.py:489:44: E202 whitespace before ']'
./sympy/polys/benchmarks/bench_solvers.py:490:17: E201 whitespace after '['
./sympy/polys/benchmarks/bench_solvers.py:490:45: E202 whitespace before ']'
./sympy/polys/benchmarks/bench_solvers.py:492:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:494:13: E201 whitespace after '['
./sympy/polys/benchmarks/bench_solvers.py:494:56: E202 whitespace before ']'
./sympy/polys/benchmarks/bench_solvers.py:501:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:515:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:526:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:530:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:536:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:539:14: E201 whitespace after '['
./sympy/polys/benchmarks/bench_solvers.py:539:44: E202 whitespace before ']'
./sympy/polys/benchmarks/bench_solvers.py:540:17: E201 whitespace after '['
./sympy/polys/benchmarks/bench_solvers.py:540:45: E202 whitespace before ']'
./sympy/polys/benchmarks/bench_solvers.py:543:1: E302 expected 2 blank lines, found 1
./sympy/polys/benchmarks/bench_solvers.py:545:13: E201 whitespace after '['
./sympy/polys/benchmarks/bench_solvers.py:545:55: E202 whitespace before ']'
./sympy/polys/domains/algebraicfield.py:14:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/characteristiczero.py:8:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/complexfield.py:16:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/compositedomain.py:11:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/domain.py:16:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/domain.py:136:14: E261 at least two spaces before inline comment
./sympy/polys/domains/domain.py:150:44: E261 at least two spaces before inline comment
./sympy/polys/domains/domainelement.py:7:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/expressiondomain.py:14:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/field.py:9:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/finitefield.py:13:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/fractionfield.py:11:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/gmpyfinitefield.py:10:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/gmpyintegerring.py:15:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/gmpyrationalfield.py:14:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/integerring.py:13:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/modularinteger.py:13:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/modularinteger.py:181:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/mpelements.py:15:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/mpelements.py:35:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/mpelements.py:64:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/old_fractionfield.py:15:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/old_fractionfield.py:103:27: E201 whitespace after '['
./sympy/polys/domains/old_fractionfield.py:103:69: E202 whitespace before ']'
./sympy/polys/domains/old_fractionfield.py:140:28: E201 whitespace after '['
./sympy/polys/domains/old_fractionfield.py:140:71: E202 whitespace before ']'
./sympy/polys/domains/old_fractionfield.py:141:28: E201 whitespace after '['
./sympy/polys/domains/old_fractionfield.py:141:71: E202 whitespace before ']'
./sympy/polys/domains/old_polynomialring.py:24:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/old_polynomialring.py:110:27: E201 whitespace after '['
./sympy/polys/domains/old_polynomialring.py:110:69: E202 whitespace before ']'
./sympy/polys/domains/polynomialring.py:11:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/polynomialring.py:17:19: E221 multiple spaces before operator
./sympy/polys/domains/pythonfinitefield.py:10:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/pythonintegerring.py:14:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/pythonrational.py:15:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/pythonrationalfield.py:11:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/quotientring.py:16:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/rationalfield.py:11:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/realfield.py:16:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/ring.py:10:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/simpledomain.py:8:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/tests/test_domains.py:26:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/tests/test_domains.py:29:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/tests/test_domains.py:112:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/tests/test_domains.py:233:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/tests/test_domains.py:252:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/tests/test_domains.py:256:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/tests/test_domains.py:539:9: E231 missing whitespace after ','
./sympy/polys/domains/tests/test_domains.py:540:9: E231 missing whitespace after ','
./sympy/polys/domains/tests/test_domains.py:544:8: E222 multiple spaces after operator
./sympy/polys/domains/tests/test_domains.py:550:9: E231 missing whitespace after ','
./sympy/polys/domains/tests/test_domains.py:551:9: E231 missing whitespace after ','
./sympy/polys/domains/tests/test_domains.py:555:8: E222 multiple spaces after operator
./sympy/polys/domains/tests/test_domains.py:561:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/tests/test_domains.py:562:9: E231 missing whitespace after ','
./sympy/polys/domains/tests/test_domains.py:563:9: E231 missing whitespace after ','
./sympy/polys/domains/tests/test_domains.py:571:1: E302 expected 2 blank lines, found 1
./sympy/polys/domains/tests/test_domains.py:735:1: E302 expected 2 blank lines, found 1
./sympy/integrals/heurisch.py:92:22: E201 whitespace after '('
./sympy/integrals/heurisch.py:92:57: E202 whitespace before ')'
./sympy/integrals/heurisch.py:284:39: E201 whitespace after '('
./sympy/integrals/heurisch.py:284:124: E202 whitespace before ')'
./sympy/integrals/heurisch.py:295:34: E261 at least two spaces before inline comment
./sympy/integrals/heurisch.py:302:90: E225 missing whitespace around operator
./sympy/integrals/heurisch.py:305:90: E225 missing whitespace around operator
./sympy/integrals/heurisch.py:332:63: E225 missing whitespace around operator
./sympy/integrals/heurisch.py:369:18: E201 whitespace after '['
./sympy/integrals/heurisch.py:369:64: E202 whitespace before ']'
./sympy/integrals/heurisch.py:370:19: E201 whitespace after '['
./sympy/integrals/heurisch.py:370:56: E202 whitespace before ']'
./sympy/integrals/heurisch.py:382:15: E201 whitespace after '['
./sympy/integrals/heurisch.py:382:46: E202 whitespace before ']'
./sympy/integrals/heurisch.py:383:5: E301 expected 1 blank line, found 0
./sympy/integrals/heurisch.py:384:22: E201 whitespace after '['
./sympy/integrals/heurisch.py:384:63: E202 whitespace before ']'
./sympy/integrals/heurisch.py:440:30: E201 whitespace after '['
./sympy/integrals/heurisch.py:440:41: E202 whitespace before ']'
./sympy/integrals/heurisch.py:442:28: E201 whitespace after '['
./sympy/integrals/heurisch.py:442:63: E202 whitespace before ']'
./sympy/integrals/heurisch.py:443:17: E201 whitespace after '['
./sympy/integrals/heurisch.py:443:50: E202 whitespace before ']'
./sympy/integrals/heurisch.py:448:16: E201 whitespace after '['
./sympy/integrals/heurisch.py:448:51: E202 whitespace before ']'
./sympy/integrals/heurisch.py:462:25: E201 whitespace after '['
./sympy/integrals/heurisch.py:462:54: E202 whitespace before ']'
./sympy/integrals/heurisch.py:475:23: E201 whitespace after '['
./sympy/integrals/heurisch.py:476:45: E202 whitespace before ']'
./sympy/integrals/heurisch.py:533:21: E261 at least two spaces before inline comment
./sympy/integrals/heurisch.py:535:21: E261 at least two spaces before inline comment
./sympy/integrals/heurisch.py:562:25: E201 whitespace after '['
./sympy/integrals/heurisch.py:562:81: E202 whitespace before ']'
./sympy/integrals/integrals.py:620:60: E231 missing whitespace after ','
./sympy/integrals/integrals.py:620:62: E231 missing whitespace after ','
./sympy/integrals/integrals.py:821:9: E303 too many blank lines (2)
./sympy/integrals/manualintegrate.py:30:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:61:1: E302 expected 2 blank lines, found 0
./sympy/integrals/manualintegrate.py:68:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:81:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:106:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:154:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:169:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:184:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:192:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:211:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:215:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:236:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:241:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:293:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:300:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:313:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:330:40: E231 missing whitespace after ','
./sympy/integrals/manualintegrate.py:341:5: E303 too many blank lines (2)
./sympy/integrals/manualintegrate.py:369:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:458:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:481:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:487:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:496:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:503:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:510:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:517:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:522:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:536:36: E201 whitespace after '('
./sympy/integrals/manualintegrate.py:537:83: E202 whitespace before ')'
./sympy/integrals/manualintegrate.py:542:36: E201 whitespace after '('
./sympy/integrals/manualintegrate.py:549:36: E201 whitespace after '('
./sympy/integrals/manualintegrate.py:555:36: E201 whitespace after '('
./sympy/integrals/manualintegrate.py:557:61: E202 whitespace before ')'
./sympy/integrals/manualintegrate.py:561:36: E201 whitespace after '('
./sympy/integrals/manualintegrate.py:563:62: E202 whitespace before ')'
./sympy/integrals/manualintegrate.py:567:36: E201 whitespace after '('
./sympy/integrals/manualintegrate.py:569:61: E202 whitespace before ')'
./sympy/integrals/manualintegrate.py:573:36: E201 whitespace after '('
./sympy/integrals/manualintegrate.py:575:61: E202 whitespace before ')'
./sympy/integrals/manualintegrate.py:577:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:585:41: E231 missing whitespace after ','
./sympy/integrals/manualintegrate.py:601:41: E231 missing whitespace after ','
./sympy/integrals/manualintegrate.py:618:41: E231 missing whitespace after ','
./sympy/integrals/manualintegrate.py:624:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:692:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:700:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:705:1: E302 expected 2 blank lines, found 0
./sympy/integrals/manualintegrate.py:813:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:817:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:821:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:825:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:829:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:833:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:838:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:843:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:855:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:866:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:870:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:874:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:878:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:882:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:887:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:895:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:900:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:904:1: E302 expected 2 blank lines, found 1
./sympy/integrals/manualintegrate.py:910:1: E302 expected 2 blank lines, found 1
./sympy/integrals/meijerint.py:881:17: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/meijerint.py:884:17: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/meijerint.py:972:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/meijerint.py:1056:33: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/integrals/meijerint.py:1157:22: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/integrals/meijerint.py:1443:25: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/meijerint.py:1447:37: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/meijerint.py:1534:33: E225 missing whitespace around operator
./sympy/integrals/meijerint.py:1579:25: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/integrals/meijerint.py:1640:42: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/meijerint.py:1754:21: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/meijerint.py:1773:33: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/meijerint.py:1776:46: E225 missing whitespace around operator
./sympy/integrals/meijerint.py:1853:39: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/integrals/meijerint.py:1865:35: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/integrals/meijerint.py:1877:18: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/integrals/meijerint.py:1914:21: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/meijerint.py:1939:21: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/meijerint.py:2021:17: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/prde.py:64:1: E302 expected 2 blank lines, found 1
./sympy/integrals/prde.py:129:39: E111 indentation is not a multiple of four
./sympy/integrals/prde.py:141:39: E111 indentation is not a multiple of four
./sympy/integrals/prde.py:142:40: E222 multiple spaces after operator
./sympy/integrals/prde.py:151:30: E111 indentation is not a multiple of four
./sympy/integrals/prde.py:250:75: E225 missing whitespace around operator
./sympy/integrals/prde.py:253:62: E225 missing whitespace around operator
./sympy/integrals/prde.py:571:1: E112 expected an indented block
./sympy/integrals/prde.py:574:9: E113 unexpected indentation
./sympy/integrals/prde.py:575:9: E113 unexpected indentation
./sympy/integrals/prde.py:576:9: E113 unexpected indentation
./sympy/integrals/prde.py:577:9: E113 unexpected indentation
./sympy/integrals/quadrature.py:12:1: E302 expected 2 blank lines, found 1
./sympy/integrals/quadrature.py:71:6: E221 multiple spaces before operator
./sympy/integrals/quadrature.py:79:1: E302 expected 2 blank lines, found 1
./sympy/integrals/quadrature.py:136:6: E221 multiple spaces before operator
./sympy/integrals/quadrature.py:139:6: E221 multiple spaces before operator
./sympy/integrals/quadrature.py:147:1: E302 expected 2 blank lines, found 1
./sympy/integrals/quadrature.py:205:6: E221 multiple spaces before operator
./sympy/integrals/quadrature.py:208:6: E221 multiple spaces before operator
./sympy/integrals/quadrature.py:216:1: E302 expected 2 blank lines, found 1
./sympy/integrals/quadrature.py:280:6: E221 multiple spaces before operator
./sympy/integrals/quadrature.py:288:1: E302 expected 2 blank lines, found 1
./sympy/integrals/quadrature.py:348:6: E221 multiple spaces before operator
./sympy/integrals/quadrature.py:349:22: E231 missing whitespace after ','
./sympy/integrals/quadrature.py:354:1: E302 expected 2 blank lines, found 1
./sympy/integrals/quadrature.py:414:6: E221 multiple spaces before operator
./sympy/integrals/quadrature.py:415:22: E231 missing whitespace after ','
./sympy/integrals/quadrature.py:420:1: E302 expected 2 blank lines, found 1
./sympy/integrals/quadrature.py:489:6: E221 multiple spaces before operator
./sympy/integrals/rationaltools.py:148:17: E201 whitespace after '['
./sympy/integrals/rationaltools.py:148:63: E202 whitespace before ']'
./sympy/integrals/rationaltools.py:149:17: E201 whitespace after '['
./sympy/integrals/rationaltools.py:149:63: E202 whitespace before ']'
./sympy/integrals/rationaltools.py:219:20: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/rde.py:63:30: E231 missing whitespace after ','
./sympy/integrals/rde.py:220:39: E111 indentation is not a multiple of four
./sympy/integrals/rde.py:232:39: E111 indentation is not a multiple of four
./sympy/integrals/rde.py:240:24: E111 indentation is not a multiple of four
./sympy/integrals/rde.py:241:24: E111 indentation is not a multiple of four
./sympy/integrals/rde.py:242:28: E111 indentation is not a multiple of four
./sympy/integrals/rde.py:287:51: E225 missing whitespace around operator
./sympy/integrals/rde.py:414:1: E302 expected 2 blank lines, found 1
./sympy/integrals/rde.py:671:25: E271 multiple spaces after keyword
./sympy/integrals/risch.py:43:65: E203 whitespace before ','
./sympy/integrals/risch.py:43:73: E203 whitespace before ','
./sympy/integrals/risch.py:50:1: E302 expected 2 blank lines, found 1
./sympy/integrals/risch.py:917:38: E231 missing whitespace after ','
./sympy/integrals/risch.py:976:26: E225 missing whitespace around operator
./sympy/integrals/risch.py:1019:63: E225 missing whitespace around operator
./sympy/integrals/risch.py:1036:18: E225 missing whitespace around operator
./sympy/integrals/risch.py:1045:22: E231 missing whitespace after ','
./sympy/integrals/risch.py:1046:42: E231 missing whitespace after ','
./sympy/integrals/risch.py:1047:43: E231 missing whitespace after ','
./sympy/integrals/risch.py:1051:25: E225 missing whitespace around operator
./sympy/integrals/risch.py:1054:5: E112 expected an indented block
./sympy/integrals/risch.py:1058:39: E231 missing whitespace after ','
./sympy/integrals/risch.py:1060:45: E251 unexpected spaces around keyword / parameter equals
./sympy/integrals/risch.py:1060:47: E251 unexpected spaces around keyword / parameter equals
./sympy/integrals/risch.py:1060:65: E261 at least two spaces before inline comment
./sympy/integrals/risch.py:1097:11: E225 missing whitespace around operator
./sympy/integrals/risch.py:1104:8: E111 indentation is not a multiple of four
./sympy/integrals/risch.py:1105:8: E111 indentation is not a multiple of four
./sympy/integrals/risch.py:1106:8: E111 indentation is not a multiple of four
./sympy/integrals/risch.py:1107:14: E111 indentation is not a multiple of four
./sympy/integrals/risch.py:1108:14: E111 indentation is not a multiple of four
./sympy/integrals/risch.py:1109:8: E111 indentation is not a multiple of four
./sympy/integrals/risch.py:1112:1: E302 expected 2 blank lines, found 1
./sympy/integrals/risch.py:1142:1: E302 expected 2 blank lines, found 1
./sympy/integrals/risch.py:1276:35: E111 indentation is not a multiple of four
./sympy/integrals/risch.py:1446:74: E225 missing whitespace around operator
./sympy/integrals/risch.py:1698:71: E231 missing whitespace after ','
./sympy/integrals/transforms.py:88:17: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/transforms.py:271:39: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/integrals/transforms.py:310:37: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/transforms.py:477:22: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/transforms.py:479:22: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/transforms.py:524:18: E225 missing whitespace around operator
./sympy/integrals/transforms.py:623:53: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/transforms.py:750:17: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/transforms.py:896:40: E201 whitespace after '('
./sympy/integrals/transforms.py:897:19: E202 whitespace before ')'
./sympy/integrals/transforms.py:921:46: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/transforms.py:923:46: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/transforms.py:938:14: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/transforms.py:943:15: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/transforms.py:1025:40: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/integrals/transforms.py:1027:44: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/integrals/transforms.py:1031:17: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/transforms.py:1078:17: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/tests/test_failing_integrals.py:68:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_heurisch.py:10:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:174:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:177:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:189:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:202:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:209:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:215:26: E201 whitespace after '['
./sympy/integrals/tests/test_heurisch.py:215:65: E202 whitespace before ']'
./sympy/integrals/tests/test_heurisch.py:224:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:230:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:230:6: E261 at least two spaces before inline comment
./sympy/integrals/tests/test_heurisch.py:240:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:240:6: E261 at least two spaces before inline comment
./sympy/integrals/tests/test_heurisch.py:248:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:254:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:268:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_heurisch.py:268:6: E261 at least two spaces before inline comment
./sympy/integrals/tests/test_integrals.py:225:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_integrals.py:256:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_integrals.py:476:30: E231 missing whitespace after ','
./sympy/integrals/tests/test_integrals.py:476:33: E231 missing whitespace after ','
./sympy/integrals/tests/test_integrals.py:476:35: E231 missing whitespace after ','
./sympy/integrals/tests/test_integrals.py:477:17: E231 missing whitespace after ','
./sympy/integrals/tests/test_integrals.py:531:21: E231 missing whitespace after ','
./sympy/integrals/tests/test_integrals.py:531:33: E231 missing whitespace after ','
./sympy/integrals/tests/test_integrals.py:531:54: E231 missing whitespace after ','
./sympy/integrals/tests/test_integrals.py:531:57: E231 missing whitespace after ','
./sympy/integrals/tests/test_integrals.py:531:59: E231 missing whitespace after ','
./sympy/integrals/tests/test_integrals.py:555:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_integrals.py:559:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_integrals.py:820:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_integrals.py:863:12: E201 whitespace after '('
./sympy/integrals/tests/test_integrals.py:863:14: E225 missing whitespace around operator
./sympy/integrals/tests/test_integrals.py:863:20: E225 missing whitespace around operator
./sympy/integrals/tests/test_integrals.py:864:12: E201 whitespace after '('
./sympy/integrals/tests/test_integrals.py:864:14: E225 missing whitespace around operator
./sympy/integrals/tests/test_integrals.py:864:20: E225 missing whitespace around operator
./sympy/integrals/tests/test_integrals.py:1000:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_integrals.py:1008:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_integrals.py:1011:12: E241 multiple spaces after ','
./sympy/integrals/tests/test_integrals.py:1011:77: E222 multiple spaces after operator
./sympy/integrals/tests/test_manual.py:10:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:17:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:29:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:37:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:49:35: E711 comparison to None should be 'if cond is None:'
./sympy/integrals/tests/test_manual.py:50:35: E711 comparison to None should be 'if cond is None:'
./sympy/integrals/tests/test_manual.py:51:33: E711 comparison to None should be 'if cond is None:'
./sympy/integrals/tests/test_manual.py:55:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:69:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:71:49: E225 missing whitespace around operator
./sympy/integrals/tests/test_manual.py:78:46: E225 missing whitespace around operator
./sympy/integrals/tests/test_manual.py:85:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:99:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:103:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:111:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:115:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:125:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:129:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:135:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:161:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_manual.py:169:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_meijerint.py:114:23: E225 missing whitespace around operator
./sympy/integrals/tests/test_meijerint.py:140:14: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/tests/test_meijerint.py:181:20: E225 missing whitespace around operator
./sympy/integrals/tests/test_meijerint.py:183:11: E225 missing whitespace around operator
./sympy/integrals/tests/test_meijerint.py:184:13: E225 missing whitespace around operator
./sympy/integrals/tests/test_meijerint.py:226:22: E225 missing whitespace around operator
./sympy/integrals/tests/test_meijerint.py:395:10: E225 missing whitespace around operator
./sympy/integrals/tests/test_meijerint.py:402:10: E225 missing whitespace around operator
./sympy/integrals/tests/test_meijerint.py:451:10: E225 missing whitespace around operator
./sympy/integrals/tests/test_meijerint.py:477:57: E225 missing whitespace around operator
./sympy/integrals/tests/test_meijerint.py:628:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_prde.py:118:48: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:118:63: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:118:67: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:118:71: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:118:75: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:118:79: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:119:63: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:119:67: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:119:71: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:119:75: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:119:79: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:120:48: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:120:63: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:120:67: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:120:71: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:120:75: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:120:79: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:121:48: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:121:63: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:121:67: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:121:71: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:121:75: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:121:79: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:122:48: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:122:63: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:122:67: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:122:71: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:122:75: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:122:79: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:123:48: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:123:67: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:123:71: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:123:75: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:123:79: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:124:48: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:124:63: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:124:71: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:124:75: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:124:79: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:125:48: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:125:63: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:125:67: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:125:75: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:125:79: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:126:48: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:126:63: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:126:67: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:126:71: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:126:79: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:127:48: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:127:63: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:127:67: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:127:71: E241 multiple spaces after ','
./sympy/integrals/tests/test_prde.py:127:75: E241 multiple spaces after ','
./sympy/integrals/tests/test_quadrature.py:7:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:31:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:41:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:78:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:89:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:141:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:154:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:178:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:184:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:189:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:196:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:202:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:206:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:209:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:214:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:218:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:224:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:235:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:237:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:248:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:252:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:295:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:306:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:347:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:358:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_quadrature.py:433:34: E225 missing whitespace around operator
./sympy/integrals/tests/test_quadrature.py:439:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_rationaltools.py:78:15: E225 missing whitespace around operator
./sympy/integrals/tests/test_rde.py:38:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_rde.py:136:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_risch.py:18:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_risch.py:173:43: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/tests/test_risch.py:177:43: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/tests/test_risch.py:178:63: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/tests/test_risch.py:180:61: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/tests/test_risch.py:188:50: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/tests/test_risch.py:190:73: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/tests/test_risch.py:191:72: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/tests/test_risch.py:193:72: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/tests/test_risch.py:194:72: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/integrals/tests/test_risch.py:196:72: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/tests/test_risch.py:197:72: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/integrals/tests/test_risch.py:237:9: E113 unexpected indentation
./sympy/integrals/tests/test_risch.py:257:9: E113 unexpected indentation
./sympy/integrals/tests/test_risch.py:298:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_risch.py:324:46: E231 missing whitespace after ':'
./sympy/integrals/tests/test_risch.py:357:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_risch.py:381:1: E302 expected 2 blank lines, found 1
./sympy/integrals/tests/test_risch.py:640:68: E225 missing whitespace around operator
./sympy/integrals/tests/test_risch.py:645:5: E303 too many blank lines (2)
./sympy/integrals/tests/test_transforms.py:73:11: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:79:56: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:131:43: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:196:14: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:196:20: E201 whitespace after '('
./sympy/integrals/tests/test_transforms.py:236:60: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:244:60: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:245:56: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:280:38: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:352:27: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:357:26: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:361:26: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:420:27: E225 missing whitespace around operator
./sympy/integrals/tests/test_transforms.py:550:35: E231 missing whitespace after ','
./sympy/integrals/tests/test_transforms.py:550:37: E231 missing whitespace after ','
./sympy/integrals/tests/test_trigonometry.py:63:24: E225 missing whitespace around operator
./sympy/integrals/tests/test_trigonometry.py:67:24: E225 missing whitespace around operator
./sympy/solvers/bivariate.py:132:8: E713 test for membership should be 'not in'
./sympy/solvers/bivariate.py:133:18: E261 at least two spaces before inline comment
./sympy/solvers/bivariate.py:266:20: E225 missing whitespace around operator
./sympy/solvers/deutils.py:17:1: E302 expected 2 blank lines, found 1
./sympy/solvers/deutils.py:87:1: E302 expected 2 blank lines, found 1
./sympy/solvers/deutils.py:128:1: E302 expected 2 blank lines, found 1
./sympy/solvers/diophantine.py:18:26: E241 multiple spaces after ','
./sympy/solvers/diophantine.py:93:45: E241 multiple spaces after ','
./sympy/solvers/diophantine.py:403:25: E221 multiple spaces before operator
./sympy/solvers/diophantine.py:460:14: E711 comparison to None should be 'if cond is not None:'
./sympy/solvers/diophantine.py:461:24: E203 whitespace before ','
./sympy/solvers/diophantine.py:471:18: E711 comparison to None should be 'if cond is not None:'
./sympy/solvers/diophantine.py:507:37: E228 missing whitespace around modulo operator
./sympy/solvers/diophantine.py:615:23: E221 multiple spaces before operator
./sympy/solvers/diophantine.py:617:53: E225 missing whitespace around operator
./sympy/solvers/diophantine.py:642:13: E303 too many blank lines (2)
./sympy/solvers/diophantine.py:690:48: E261 at least two spaces before inline comment
./sympy/solvers/diophantine.py:698:5: E303 too many blank lines (2)
./sympy/solvers/diophantine.py:773:29: E303 too many blank lines (2)
./sympy/solvers/diophantine.py:773:37: E201 whitespace after '('
./sympy/solvers/diophantine.py:773:125: E202 whitespace before ')'
./sympy/solvers/diophantine.py:773:127: E225 missing whitespace around operator
./sympy/solvers/diophantine.py:774:37: E201 whitespace after '('
./sympy/solvers/diophantine.py:774:125: E202 whitespace before ')'
./sympy/solvers/diophantine.py:774:127: E225 missing whitespace around operator
./sympy/solvers/diophantine.py:785:5: E303 too many blank lines (2)
./sympy/solvers/diophantine.py:879:10: E261 at least two spaces before inline comment
./sympy/solvers/diophantine.py:953:60: E202 whitespace before ']'
./sympy/solvers/diophantine.py:957:46: E261 at least two spaces before inline comment
./sympy/solvers/diophantine.py:1160:5: E303 too many blank lines (2)
./sympy/solvers/diophantine.py:1183:5: E303 too many blank lines (2)
./sympy/solvers/diophantine.py:1281:37: E231 missing whitespace after ','
./sympy/solvers/diophantine.py:1365:5: E303 too many blank lines (2)
./sympy/solvers/diophantine.py:1481:6: E203 whitespace before ','
./sympy/solvers/diophantine.py:1521:11: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/solvers/diophantine.py:1636:9: E112 expected an indented block
./sympy/solvers/diophantine.py:1655:20: E711 comparison to None should be 'if cond is None:'
./sympy/solvers/diophantine.py:1783:10: E711 comparison to None should be 'if cond is None:'
./sympy/solvers/diophantine.py:1836:12: E711 comparison to None should be 'if cond is None:'
./sympy/solvers/diophantine.py:1858:5: E303 too many blank lines (2)
./sympy/solvers/diophantine.py:1933:33: E711 comparison to None should be 'if cond is None:'
./sympy/solvers/diophantine.py:1939:28: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/solvers/diophantine.py:2068:19: E225 missing whitespace around operator
./sympy/solvers/diophantine.py:2134:12: E711 comparison to None should be 'if cond is not None:'
./sympy/solvers/diophantine.py:2227:24: E225 missing whitespace around operator
./sympy/solvers/diophantine.py:2227:38: E225 missing whitespace around operator
./sympy/solvers/diophantine.py:2316:26: E221 multiple spaces before operator
./sympy/solvers/diophantine.py:2620:17: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2620:30: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2620:43: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2620:87: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2621:11: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2621:26: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2621:42: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2621:58: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2621:73: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2622:12: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2622:28: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2622:46: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2622:63: E231 missing whitespace after ':'
./sympy/solvers/diophantine.py:2622:81: E231 missing whitespace after ':'
./sympy/solvers/inequalities.py:314:31: E201 whitespace after '('
./sympy/solvers/inequalities.py:328:31: E201 whitespace after '('
./sympy/solvers/inequalities.py:359:18: E201 whitespace after '['
./sympy/solvers/inequalities.py:360:31: E202 whitespace before ']'
./sympy/solvers/inequalities.py:413:8: E713 test for membership should be 'not in'
./sympy/solvers/inequalities.py:465:23: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/solvers/inequalities.py:467:25: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/solvers/ode.py:381:9: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:579:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:612:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:804:13: E303 too many blank lines (2)
./sympy/solvers/ode.py:1067:5: E303 too many blank lines (2)
./sympy/solvers/ode.py:1126:5: E303 too many blank lines (2)
./sympy/solvers/ode.py:1188:5: E303 too many blank lines (2)
./sympy/solvers/ode.py:1200:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:1370:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:1716:5: E301 expected 1 blank line, found 0
./sympy/solvers/ode.py:1724:45: E203 whitespace before ':'
./sympy/solvers/ode.py:1739:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:1745:49: E225 missing whitespace around operator
./sympy/solvers/ode.py:1751:25: E225 missing whitespace around operator
./sympy/solvers/ode.py:1792:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:1977:13: E225 missing whitespace around operator
./sympy/solvers/ode.py:2836:34: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:2836:36: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:2844:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:2844:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:2845:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:2845:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:2851:10: E222 multiple spaces after operator
./sympy/solvers/ode.py:2859:5: E112 expected an indented block
./sympy/solvers/ode.py:2878:1: E303 too many blank lines (3)
./sympy/solvers/ode.py:2969:15: E111 indentation is not a multiple of four
./sympy/solvers/ode.py:3003:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:3056:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:3298:21: E231 missing whitespace after ','
./sympy/solvers/ode.py:3445:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:3481:5: E301 expected 1 blank line, found 0
./sympy/solvers/ode.py:3488:46: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:3488:48: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:3525:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:3839:25: E261 at least two spaces before inline comment
./sympy/solvers/ode.py:3870:61: E201 whitespace after '('
./sympy/solvers/ode.py:3870:71: E221 multiple spaces before operator
./sympy/solvers/ode.py:3877:32: E231 missing whitespace after ','
./sympy/solvers/ode.py:4313:28: E111 indentation is not a multiple of four
./sympy/solvers/ode.py:4313:28: E113 unexpected indentation
./sympy/solvers/ode.py:4400:68: E225 missing whitespace around operator
./sympy/solvers/ode.py:4446:34: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4446:36: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4447:34: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4447:36: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4480:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:4539:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4539:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4540:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4540:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4627:21: E303 too many blank lines (2)
./sympy/solvers/ode.py:4627:32: E261 at least two spaces before inline comment
./sympy/solvers/ode.py:4630:30: E261 at least two spaces before inline comment
./sympy/solvers/ode.py:4699:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:4782:34: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4782:36: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4783:34: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4783:36: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/ode.py:4831:18: E111 indentation is not a multiple of four
./sympy/solvers/ode.py:4834:18: E111 indentation is not a multiple of four
./sympy/solvers/ode.py:4835:18: E111 indentation is not a multiple of four
./sympy/solvers/ode.py:4836:18: E111 indentation is not a multiple of four
./sympy/solvers/ode.py:4837:22: E111 indentation is not a multiple of four
./sympy/solvers/ode.py:4838:18: E111 indentation is not a multiple of four
./sympy/solvers/ode.py:4839:22: E111 indentation is not a multiple of four
./sympy/solvers/ode.py:4947:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:4989:5: E303 too many blank lines (2)
./sympy/solvers/ode.py:5021:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:5093:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:5141:47: E203 whitespace before ':'
./sympy/solvers/ode.py:5165:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:5246:61: E203 whitespace before ':'
./sympy/solvers/ode.py:5248:61: E203 whitespace before ':'
./sympy/solvers/ode.py:5257:1: E302 expected 2 blank lines, found 1
./sympy/solvers/ode.py:5440:37: E225 missing whitespace around operator
./sympy/solvers/ode.py:5440:68: E225 missing whitespace around operator
./sympy/solvers/ode.py:5563:29: E225 missing whitespace around operator
./sympy/solvers/pde.py:63:1: E302 expected 2 blank lines, found 1
./sympy/solvers/pde.py:198:1: E302 expected 2 blank lines, found 1
./sympy/solvers/pde.py:213:1: E302 expected 2 blank lines, found 1
./sympy/solvers/pde.py:287:13: E231 missing whitespace after ','
./sympy/solvers/pde.py:288:13: E231 missing whitespace after ','
./sympy/solvers/pde.py:294:30: E231 missing whitespace after ','
./sympy/solvers/pde.py:309:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:309:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:309:33: E231 missing whitespace after ','
./sympy/solvers/pde.py:310:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:310:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:310:33: E231 missing whitespace after ','
./sympy/solvers/pde.py:311:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:311:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:311:33: E231 missing whitespace after ','
./sympy/solvers/pde.py:312:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:312:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:312:33: E231 missing whitespace after ','
./sympy/solvers/pde.py:313:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:313:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:313:33: E231 missing whitespace after ','
./sympy/solvers/pde.py:314:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:314:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/pde.py:319:51: E231 missing whitespace after ','
./sympy/solvers/pde.py:323:33: E231 missing whitespace after ','
./sympy/solvers/pde.py:325:42: E231 missing whitespace after ','
./sympy/solvers/pde.py:332:33: E231 missing whitespace after ','
./sympy/solvers/pde.py:334:42: E231 missing whitespace after ','
./sympy/solvers/pde.py:338:22: E231 missing whitespace after ','
./sympy/solvers/pde.py:345:49: E231 missing whitespace after ','
./sympy/solvers/pde.py:365:53: E231 missing whitespace after ','
./sympy/solvers/pde.py:389:1: E302 expected 2 blank lines, found 1
./sympy/solvers/pde.py:490:1: E302 expected 2 blank lines, found 1
./sympy/solvers/pde.py:557:18: E231 missing whitespace after ','
./sympy/solvers/pde.py:559:1: E302 expected 2 blank lines, found 1
./sympy/solvers/pde.py:660:18: E231 missing whitespace after ','
./sympy/solvers/pde.py:663:1: E302 expected 2 blank lines, found 1
./sympy/solvers/pde.py:731:5: E303 too many blank lines (2)
./sympy/solvers/pde.py:732:10: E111 indentation is not a multiple of four
./sympy/solvers/pde.py:733:10: E111 indentation is not a multiple of four
./sympy/solvers/pde.py:741:34: E231 missing whitespace after ','
./sympy/solvers/pde.py:749:34: E231 missing whitespace after ','
./sympy/solvers/pde.py:791:1: E302 expected 2 blank lines, found 1
./sympy/solvers/pde.py:808:1: E302 expected 2 blank lines, found 1
./sympy/solvers/polysys.py:88:16: E201 whitespace after '['
./sympy/solvers/polysys.py:88:62: E202 whitespace before ']'
./sympy/solvers/polysys.py:182:21: E201 whitespace after '['
./sympy/solvers/polysys.py:182:47: E202 whitespace before ']'
./sympy/solvers/polysys.py:208:21: E201 whitespace after '['
./sympy/solvers/polysys.py:208:47: E202 whitespace before ']'
./sympy/solvers/recurr.py:132:15: E201 whitespace after '['
./sympy/solvers/recurr.py:132:50: E202 whitespace before ']'
./sympy/solvers/recurr.py:134:14: E201 whitespace after '['
./sympy/solvers/recurr.py:134:25: E202 whitespace before ']'
./sympy/solvers/recurr.py:135:14: E201 whitespace after '['
./sympy/solvers/recurr.py:135:43: E202 whitespace before ']'
./sympy/solvers/recurr.py:135:47: E225 missing whitespace around operator
./sympy/solvers/recurr.py:202:18: E201 whitespace after '['
./sympy/solvers/recurr.py:202:55: E202 whitespace before ']'
./sympy/solvers/recurr.py:301:26: E201 whitespace after '['
./sympy/solvers/recurr.py:301:69: E202 whitespace before ']'
./sympy/solvers/recurr.py:304:23: E201 whitespace after '['
./sympy/solvers/recurr.py:304:60: E202 whitespace before ']'
./sympy/solvers/recurr.py:306:14: E201 whitespace after '['
./sympy/solvers/recurr.py:306:57: E202 whitespace before ']'
./sympy/solvers/recurr.py:308:29: E201 whitespace after '['
./sympy/solvers/recurr.py:308:66: E202 whitespace before ']'
./sympy/solvers/recurr.py:311:18: E201 whitespace after '['
./sympy/solvers/recurr.py:311:49: E202 whitespace before ']'
./sympy/solvers/recurr.py:313:18: E201 whitespace after '['
./sympy/solvers/recurr.py:313:64: E202 whitespace before ']'
./sympy/solvers/recurr.py:436:24: E201 whitespace after '['
./sympy/solvers/recurr.py:436:67: E202 whitespace before ']'
./sympy/solvers/recurr.py:438:19: E201 whitespace after '['
./sympy/solvers/recurr.py:438:61: E202 whitespace before ']'
./sympy/solvers/recurr.py:547:23: E201 whitespace after '['
./sympy/solvers/recurr.py:547:29: E202 whitespace before ']'
./sympy/solvers/recurr.py:577:18: E201 whitespace after '['
./sympy/solvers/recurr.py:577:48: E202 whitespace before ']'
./sympy/solvers/recurr.py:578:18: E201 whitespace after '['
./sympy/solvers/recurr.py:578:48: E202 whitespace before ']'
./sympy/solvers/recurr.py:580:16: E201 whitespace after '['
./sympy/solvers/recurr.py:580:31: E202 whitespace before ']'
./sympy/solvers/recurr.py:589:10: E201 whitespace after '['
./sympy/solvers/recurr.py:589:44: E202 whitespace before ']'
./sympy/solvers/recurr.py:590:10: E201 whitespace after '['
./sympy/solvers/recurr.py:590:44: E202 whitespace before ']'
./sympy/solvers/recurr.py:599:23: E201 whitespace after '['
./sympy/solvers/recurr.py:599:62: E202 whitespace before ']'
./sympy/solvers/recurr.py:600:23: E201 whitespace after '['
./sympy/solvers/recurr.py:600:62: E202 whitespace before ']'
./sympy/solvers/recurr.py:620:35: E201 whitespace after '['
./sympy/solvers/recurr.py:620:72: E202 whitespace before ']'
./sympy/solvers/recurr.py:632:44: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/solvers/solvers.py:95:14: E222 multiple spaces after operator
./sympy/solvers/solvers.py:867:18: E713 test for membership should be 'not in'
./sympy/solvers/solvers.py:1169:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/solvers/solvers.py:1170:25: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/solvers/solvers.py:1177:39: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/solvers/solvers.py:1179:63: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/solvers/solvers.py:1184:46: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/solvers/solvers.py:1192:12: E713 test for membership should be 'not in'
./sympy/solvers/solvers.py:1395:5: E303 too many blank lines (2)
./sympy/solvers/solvers.py:1755:20: E713 test for membership should be 'not in'
./sympy/solvers/solvers.py:1794:9: E301 expected 1 blank line, found 0
./sympy/solvers/solvers.py:2155:25: E261 at least two spaces before inline comment
./sympy/solvers/solvers.py:2707:55: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/solvers/solvers.py:2723:9: E301 expected 1 blank line, found 0
./sympy/solvers/tests/test_constantsimp.py:57:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_constantsimp.py:133:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_constantsimp.py:134:43: E201 whitespace after '('
./sympy/solvers/tests/test_constantsimp.py:136:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_constantsimp.py:149:10: E225 missing whitespace around operator
./sympy/solvers/tests/test_constantsimp.py:153:65: E225 missing whitespace around operator
./sympy/solvers/tests/test_diophantine.py:14:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_diophantine.py:17:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_diophantine.py:33:34: E225 missing whitespace around operator
./sympy/solvers/tests/test_diophantine.py:53:22: E231 missing whitespace after ','
./sympy/solvers/tests/test_diophantine.py:54:64: E231 missing whitespace after ','
./sympy/solvers/tests/test_diophantine.py:72:67: E231 missing whitespace after ','
./sympy/solvers/tests/test_diophantine.py:81:49: E225 missing whitespace around operator
./sympy/solvers/tests/test_diophantine.py:83:70: E231 missing whitespace after ','
./sympy/solvers/tests/test_diophantine.py:85:42: E231 missing whitespace after ','
./sympy/solvers/tests/test_diophantine.py:85:59: E225 missing whitespace around operator
./sympy/solvers/tests/test_diophantine.py:95:40: E231 missing whitespace after ','
./sympy/solvers/tests/test_diophantine.py:95:67: E231 missing whitespace after ','
./sympy/solvers/tests/test_diophantine.py:95:92: E231 missing whitespace after ','
./sympy/solvers/tests/test_diophantine.py:96:49: E225 missing whitespace around operator
./sympy/solvers/tests/test_diophantine.py:101:43: E225 missing whitespace around operator
./sympy/solvers/tests/test_diophantine.py:103:45: E225 missing whitespace around operator
./sympy/solvers/tests/test_diophantine.py:184:48: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/solvers/tests/test_diophantine.py:189:28: E231 missing whitespace after ','
./sympy/solvers/tests/test_diophantine.py:262:52: E225 missing whitespace around operator
./sympy/solvers/tests/test_diophantine.py:273:37: E225 missing whitespace around operator
./sympy/solvers/tests/test_diophantine.py:274:57: E225 missing whitespace around operator
./sympy/solvers/tests/test_diophantine.py:341:60: E225 missing whitespace around operator
./sympy/solvers/tests/test_diophantine.py:437:62: E202 whitespace before ')'
./sympy/solvers/tests/test_diophantine.py:553:1: E303 too many blank lines (3)
./sympy/solvers/tests/test_inequalities.py:66:1: E303 too many blank lines (3)
./sympy/solvers/tests/test_inequalities.py:73:50: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/solvers/tests/test_inequalities.py:75:50: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/solvers/tests/test_inequalities.py:114:46: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/solvers/tests/test_inequalities.py:150:5: E301 expected 1 blank line, found 0
./sympy/solvers/tests/test_inequalities.py:152:5: E301 expected 1 blank line, found 0
./sympy/solvers/tests/test_ode.py:135:54: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:142:40: E203 whitespace before ','
./sympy/solvers/tests/test_ode.py:142:41: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:363:62: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:364:64: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:367:71: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:490:80: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:503:50: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:874:27: E201 whitespace after '('
./sympy/solvers/tests/test_ode.py:1325:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_ode.py:1434:10: E222 multiple spaces after operator
./sympy/solvers/tests/test_ode.py:1448:10: E222 multiple spaces after operator
./sympy/solvers/tests/test_ode.py:1455:41: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:1455:67: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:1455:94: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:1474:27: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:1474:29: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:1474:48: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:1477:29: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:1477:31: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:1477:53: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:1477:55: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:1477:74: E231 missing whitespace after ','
./sympy/solvers/tests/test_ode.py:1522:32: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1522:34: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1527:32: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1527:34: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1532:32: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1532:34: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1538:32: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1538:34: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1543:32: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1543:34: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1572:20: E261 at least two spaces before inline comment
./sympy/solvers/tests/test_ode.py:1574:23: E221 multiple spaces before operator
./sympy/solvers/tests/test_ode.py:1578:11: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:1578:15: E221 multiple spaces before operator
./sympy/solvers/tests/test_ode.py:1578:23: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:1581:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1581:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1582:22: E222 multiple spaces after operator
./sympy/solvers/tests/test_ode.py:1591:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1591:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1597:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1597:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1611:44: E711 comparison to None should be 'if cond is None:'
./sympy/solvers/tests/test_ode.py:1613:44: E711 comparison to None should be 'if cond is None:'
./sympy/solvers/tests/test_ode.py:1617:44: E711 comparison to None should be 'if cond is None:'
./sympy/solvers/tests/test_ode.py:1725:26: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1725:28: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_ode.py:1758:30: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:1816:44: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:1816:54: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:1816:62: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:1820:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_ode.py:1826:57: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:1830:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_ode.py:1848:33: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:1854:20: E261 at least two spaces before inline comment
./sympy/solvers/tests/test_ode.py:1893:20: E261 at least two spaces before inline comment
./sympy/solvers/tests/test_ode.py:1920:61: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:1948:36: E225 missing whitespace around operator
./sympy/solvers/tests/test_ode.py:1966:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_ode.py:1967:20: E261 at least two spaces before inline comment
./sympy/solvers/tests/test_pde.py:9:1: E302 expected 2 blank lines, found 0
./sympy/solvers/tests/test_pde.py:67:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_pde.py:70:16: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:70:27: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:70:46: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:71:16: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:71:27: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:71:44: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:72:16: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:72:27: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:72:46: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:73:16: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:73:25: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:73:44: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:74:19: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:74:30: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:74:51: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:75:21: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:75:32: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:75:49: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:84:16: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:84:27: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:84:46: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:85:16: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:85:27: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:85:44: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:86:16: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:86:27: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:86:46: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:89:16: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:89:25: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:89:44: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:90:16: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:90:27: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:90:46: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:91:14: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:91:25: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:91:44: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:98:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_pde.py:100:14: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:100:23: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:100:40: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:131:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_pde.py:133:12: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:136:25: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:169:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_pde.py:171:12: E231 missing whitespace after ','
./sympy/solvers/tests/test_pde.py:173:27: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_pde.py:173:29: E251 unexpected spaces around keyword / parameter equals
./sympy/solvers/tests/test_pde.py:182:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_polysys.py:67:17: E202 whitespace before ')'
./sympy/solvers/tests/test_recurr.py:31:23: E201 whitespace after '('
./sympy/solvers/tests/test_recurr.py:31:34: E201 whitespace after '('
./sympy/solvers/tests/test_recurr.py:33:23: E201 whitespace after '('
./sympy/solvers/tests/test_recurr.py:33:34: E201 whitespace after '('
./sympy/solvers/tests/test_recurr.py:57:65: E711 comparison to None should be 'if cond is None:'
./sympy/solvers/tests/test_recurr.py:59:48: E711 comparison to None should be 'if cond is None:'
./sympy/solvers/tests/test_recurr.py:67:32: E231 missing whitespace after ','
./sympy/solvers/tests/test_recurr.py:67:34: E231 missing whitespace after ','
./sympy/solvers/tests/test_recurr.py:74:53: E711 comparison to None should be 'if cond is None:'
./sympy/solvers/tests/test_recurr.py:84:14: E201 whitespace after '['
./sympy/solvers/tests/test_recurr.py:84:71: E225 missing whitespace around operator
./sympy/solvers/tests/test_recurr.py:85:33: E202 whitespace before ']'
./sympy/solvers/tests/test_recurr.py:86:15: E201 whitespace after '['
./sympy/solvers/tests/test_recurr.py:87:19: E202 whitespace before ']'
./sympy/solvers/tests/test_recurr.py:171:34: E231 missing whitespace after ','
./sympy/solvers/tests/test_solvers.py:26:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_solvers.py:35:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_solvers.py:45:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:45:41: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:46:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:46:38: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:47:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:47:42: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:48:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:48:40: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:49:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:50:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:51:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:51:45: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:52:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:52:45: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:53:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:53:44: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:54:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:61:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:61:48: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:63:43: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:64:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:64:54: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:67:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:67:48: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:72:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:77:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:77:84: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:83:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:83:47: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:84:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:84:49: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:86:32: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:171:38: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:195:18: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:196:18: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:197:18: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:198:18: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:213:11: E201 whitespace after '['
./sympy/solvers/tests/test_solvers.py:214:11: E201 whitespace after '['
./sympy/solvers/tests/test_solvers.py:241:1: E303 too many blank lines (3)
./sympy/solvers/tests/test_solvers.py:264:18: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:264:20: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:264:29: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:264:33: E201 whitespace after '('
./sympy/solvers/tests/test_solvers.py:264:55: E202 whitespace before ')'
./sympy/solvers/tests/test_solvers.py:424:21: E201 whitespace after '{'
./sympy/solvers/tests/test_solvers.py:425:61: E202 whitespace before '}'
./sympy/solvers/tests/test_solvers.py:431:41: E201 whitespace after '{'
./sympy/solvers/tests/test_solvers.py:431:65: E202 whitespace before '}'
./sympy/solvers/tests/test_solvers.py:443:21: E201 whitespace after '{'
./sympy/solvers/tests/test_solvers.py:444:53: E202 whitespace before '}'
./sympy/solvers/tests/test_solvers.py:519:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_solvers.py:596:18: E111 indentation is not a multiple of four
./sympy/solvers/tests/test_solvers.py:596:18: E113 unexpected indentation
./sympy/solvers/tests/test_solvers.py:836:22: E231 missing whitespace after ','
./sympy/solvers/tests/test_solvers.py:836:43: E231 missing whitespace after ','
./sympy/solvers/tests/test_solvers.py:917:51: E261 at least two spaces before inline comment
./sympy/solvers/tests/test_solvers.py:1124:32: E231 missing whitespace after ','
./sympy/solvers/tests/test_solvers.py:1129:32: E231 missing whitespace after ','
./sympy/solvers/tests/test_solvers.py:1343:55: E231 missing whitespace after ','
./sympy/solvers/tests/test_solvers.py:1415:1: E302 expected 2 blank lines, found 1
./sympy/solvers/tests/test_solvers.py:1416:26: E231 missing whitespace after ','
./sympy/solvers/tests/test_solvers.py:1416:29: E225 missing whitespace around operator
./sympy/solvers/tests/test_solvers.py:1417:29: E231 missing whitespace after ','
./sympy/solvers/tests/test_solvers.py:1417:32: E225 missing whitespace around operator
./sympy/solvers/tests/test_solvers.py:1418:27: E231 missing whitespace after ','
./sympy/solvers/tests/test_solvers.py:1418:30: E225 missing whitespace around operator
./sympy/solvers/tests/test_solvers.py:1419:30: E231 missing whitespace after ','
./sympy/solvers/tests/test_solvers.py:1419:33: E225 missing whitespace around operator
./sympy/solvers/tests/test_solvers.py:1446:26: E203 whitespace before ','
./sympy/assumptions/ask.py:79:23: E711 comparison to None should be 'if cond is not None:'
./sympy/assumptions/ask.py:140:20: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/assumptions/ask.py:280:22: E241 multiple spaces after ','
./sympy/assumptions/ask.py:281:16: E241 multiple spaces after ','
./sympy/assumptions/ask.py:282:20: E241 multiple spaces after ','
./sympy/assumptions/ask.py:283:16: E241 multiple spaces after ','
./sympy/assumptions/ask.py:284:18: E241 multiple spaces after ','
./sympy/assumptions/ask.py:285:13: E241 multiple spaces after ','
./sympy/assumptions/ask.py:286:22: E241 multiple spaces after ','
./sympy/assumptions/ask.py:287:18: E241 multiple spaces after ','
./sympy/assumptions/ask.py:288:18: E241 multiple spaces after ','
./sympy/assumptions/ask.py:289:22: E241 multiple spaces after ','
./sympy/assumptions/ask.py:290:16: E241 multiple spaces after ','
./sympy/assumptions/ask.py:291:19: E241 multiple spaces after ','
./sympy/assumptions/ask.py:292:17: E241 multiple spaces after ','
./sympy/assumptions/ask.py:293:17: E241 multiple spaces after ','
./sympy/assumptions/ask.py:294:16: E241 multiple spaces after ','
./sympy/assumptions/ask.py:295:20: E241 multiple spaces after ','
./sympy/assumptions/ask.py:296:20: E241 multiple spaces after ','
./sympy/assumptions/ask.py:297:13: E241 multiple spaces after ','
./sympy/assumptions/ask.py:298:17: E241 multiple spaces after ','
./sympy/assumptions/ask.py:299:14: E241 multiple spaces after ','
./sympy/assumptions/ask.py:300:13: E241 multiple spaces after ','
./sympy/assumptions/ask.py:301:12: E241 multiple spaces after ','
./sympy/assumptions/ask.py:302:18: E241 multiple spaces after ','
./sympy/assumptions/ask.py:303:16: E241 multiple spaces after ','
./sympy/assumptions/ask.py:304:18: E241 multiple spaces after ','
./sympy/assumptions/ask.py:305:19: E241 multiple spaces after ','
./sympy/assumptions/ask.py:306:19: E241 multiple spaces after ','
./sympy/assumptions/ask.py:307:16: E241 multiple spaces after ','
./sympy/assumptions/ask.py:309:25: E241 multiple spaces after ','
./sympy/assumptions/ask.py:310:25: E241 multiple spaces after ','
./sympy/assumptions/ask.py:311:17: E241 multiple spaces after ','
./sympy/assumptions/ask.py:312:17: E241 multiple spaces after ','
./sympy/assumptions/ask.py:313:15: E241 multiple spaces after ','
./sympy/assumptions/ask.py:314:25: E241 multiple spaces after ','
./sympy/assumptions/ask.py:315:22: E241 multiple spaces after ','
./sympy/assumptions/ask.py:316:25: E241 multiple spaces after ','
./sympy/assumptions/assume.py:190:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/refine.py:195:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/refine.py:212:15: E203 whitespace before ':'
./sympy/assumptions/refine.py:213:17: E203 whitespace before ':'
./sympy/assumptions/refine.py:214:18: E203 whitespace before ':'
./sympy/assumptions/refine.py:215:15: E203 whitespace before ':'
./sympy/assumptions/refine.py:216:24: E203 whitespace before ':'
./sympy/assumptions/refine.py:217:21: E203 whitespace before ':'
./sympy/assumptions/tests/test_assumptions_2.py:35:43: E711 comparison to None should be 'if cond is None:'
./sympy/assumptions/tests/test_context.py:5:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_context.py:10:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_context.py:24:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_context.py:32:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_context.py:39:31: E261 at least two spaces before inline comment
./sympy/assumptions/tests/test_matrices.py:12:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:17:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:30:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:35:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:64:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:67:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:71:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:79:49: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/assumptions/tests/test_matrices.py:101:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:124:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:134:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:150:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:155:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:177:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_matrices.py:195:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_query.py:1486:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_query.py:1620:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_query.py:1625:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_query.py:1778:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_query.py:1787:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/tests/test_refine.py:62:45: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/assumptions/tests/test_refine.py:63:44: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/assumptions/tests/test_refine.py:65:47: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/assumptions/tests/test_refine.py:66:26: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:66:47: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/assumptions/tests/test_refine.py:67:26: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:68:45: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/assumptions/tests/test_refine.py:69:25: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:69:45: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/assumptions/tests/test_refine.py:70:25: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:71:47: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/assumptions/tests/test_refine.py:72:26: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:72:47: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/assumptions/tests/test_refine.py:73:26: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:74:51: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/assumptions/tests/test_refine.py:75:28: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:75:51: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/assumptions/tests/test_refine.py:76:28: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:77:51: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/assumptions/tests/test_refine.py:78:28: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:78:51: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/assumptions/tests/test_refine.py:79:28: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:83:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:83:51: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:84:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:85:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:85:51: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:86:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:86:51: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:87:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:88:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:88:51: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:89:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:89:52: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:90:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:91:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:91:52: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:92:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:92:52: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:93:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:94:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:94:52: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:95:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:95:54: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:96:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:97:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:97:54: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:98:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:98:54: E241 multiple spaces after ','
./sympy/assumptions/tests/test_refine.py:99:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:100:4: E111 indentation is not a multiple of four
./sympy/assumptions/tests/test_refine.py:100:54: E241 multiple spaces after ','
./sympy/assumptions/handlers/calculus.py:257:34: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/assumptions/handlers/calculus.py:259:34: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/assumptions/handlers/calculus.py:261:34: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/assumptions/handlers/matrices.py:21:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/matrices.py:115:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/matrices.py:163:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/matrices.py:209:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/matrices.py:234:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/matrices.py:281:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/matrices.py:321:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/matrices.py:361:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/matrices.py:410:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/matrices.py:414:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/matrices.py:421:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/matrices.py:435:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/order.py:140:13: E301 expected 1 blank line, found 0
./sympy/assumptions/handlers/order.py:170:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/order.py:181:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/order.py:191:1: E302 expected 2 blank lines, found 1
./sympy/assumptions/handlers/sets.py:131:51: E261 at least two spaces before inline comment
./sympy/assumptions/handlers/sets.py:389:52: E261 at least two spaces before inline comment
./sympy/assumptions/handlers/sets.py:513:16: E111 indentation is not a multiple of four
./sympy/functions/combinatorial/factorials.py:13:1: E303 too many blank lines (3)
./sympy/functions/combinatorial/numbers.py:584:16: E713 test for membership should be 'not in'
./sympy/functions/combinatorial/numbers.py:714:43: E201 whitespace after '('
./sympy/functions/combinatorial/numbers.py:714:50: E201 whitespace after '('
./sympy/functions/combinatorial/tests/test_comb_factorials.py:136:47: E222 multiple spaces after operator
./sympy/functions/combinatorial/tests/test_comb_factorials.py:137:42: E222 multiple spaces after operator
./sympy/functions/combinatorial/tests/test_comb_numbers.py:135:93: E202 whitespace before ')'
./sympy/functions/combinatorial/tests/test_comb_numbers.py:138:5: E303 too many blank lines (2)
./sympy/functions/combinatorial/tests/test_comb_numbers.py:183:44: E222 multiple spaces after operator
./sympy/functions/combinatorial/tests/test_comb_numbers.py:184:45: E222 multiple spaces after operator
./sympy/functions/combinatorial/tests/test_comb_numbers.py:186:22: E231 missing whitespace after ','
./sympy/functions/combinatorial/tests/test_comb_numbers.py:187:22: E231 missing whitespace after ','
./sympy/functions/combinatorial/tests/test_comb_numbers.py:194:1: E302 expected 2 blank lines, found 1
./sympy/functions/combinatorial/tests/test_comb_numbers.py:201:1: E302 expected 2 blank lines, found 1
./sympy/functions/combinatorial/tests/test_comb_numbers.py:376:11: E271 multiple spaces after keyword
./sympy/functions/combinatorial/tests/test_comb_numbers.py:425:32: E231 missing whitespace after ','
./sympy/functions/combinatorial/tests/test_comb_numbers.py:425:34: E231 missing whitespace after ','
./sympy/functions/combinatorial/tests/test_comb_numbers.py:425:36: E231 missing whitespace after ','
./sympy/functions/combinatorial/tests/test_comb_numbers.py:431:54: E231 missing whitespace after ':'
./sympy/functions/special/beta_functions.py:10:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/delta_functions.py:101:80: E202 whitespace before ')'
./sympy/functions/special/delta_functions.py:230:131: E202 whitespace before ')'
./sympy/functions/special/elliptic_integrals.py:14:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/error_functions.py:102:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:121:14: E111 indentation is not a multiple of four
./sympy/functions/special/error_functions.py:212:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/error_functions.py:398:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/error_functions.py:566:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/error_functions.py:630:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:696:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/error_functions.py:746:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:746:29: E251 unexpected spaces around keyword / parameter equals
./sympy/functions/special/error_functions.py:749:13: E203 whitespace before ':'
./sympy/functions/special/error_functions.py:778:8: E111 indentation is not a multiple of four
./sympy/functions/special/error_functions.py:780:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/error_functions.py:824:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:824:29: E251 unexpected spaces around keyword / parameter equals
./sympy/functions/special/error_functions.py:850:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/error_functions.py:901:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:904:37: E231 missing whitespace after ','
./sympy/functions/special/error_functions.py:906:55: E231 missing whitespace after ','
./sympy/functions/special/error_functions.py:1039:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:1197:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:1213:25: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/functions/special/error_functions.py:1381:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:1498:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:1525:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/error_functions.py:1529:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:1943:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/error_functions.py:2276:18: E201 whitespace after '['
./sympy/functions/special/error_functions.py:2296:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:2302:18: E201 whitespace after '['
./sympy/functions/special/error_functions.py:2303:82: E202 whitespace before ']'
./sympy/functions/special/error_functions.py:2313:18: E201 whitespace after '['
./sympy/functions/special/error_functions.py:2314:82: E202 whitespace before ']'
./sympy/functions/special/error_functions.py:2340:5: E303 too many blank lines (2)
./sympy/functions/special/error_functions.py:2345:14: E201 whitespace after '['
./sympy/functions/special/error_functions.py:2345:68: E202 whitespace before ']'
./sympy/functions/special/error_functions.py:2351:5: E303 too many blank lines (2)
./sympy/functions/special/gamma_functions.py:241:5: E303 too many blank lines (2)
./sympy/functions/special/gamma_functions.py:311:12: E713 test for membership should be 'not in'
./sympy/functions/special/gamma_functions.py:327:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/gamma_functions.py:388:5: E303 too many blank lines (2)
./sympy/functions/special/gamma_functions.py:424:37: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/special/gamma_functions.py:428:40: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/special/gamma_functions.py:453:12: E713 test for membership should be 'not in'
./sympy/functions/special/gamma_functions.py:564:5: E303 too many blank lines (2)
./sympy/functions/special/gamma_functions.py:572:60: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/special/gamma_functions.py:576:60: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/special/gamma_functions.py:702:29: E201 whitespace after '['
./sympy/functions/special/gamma_functions.py:703:66: E202 whitespace before ']'
./sympy/functions/special/gamma_functions.py:915:12: E713 test for membership should be 'not in'
./sympy/functions/special/hyper.py:14:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/hyper.py:177:5: E303 too many blank lines (2)
./sympy/functions/special/hyper.py:256:42: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/special/hyper.py:257:70: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/special/hyper.py:258:70: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/special/hyper.py:434:5: E303 too many blank lines (2)
./sympy/functions/special/hyper.py:713:5: E303 too many blank lines (2)
./sympy/functions/special/hyper.py:810:14: E225 missing whitespace around operator
./sympy/functions/special/hyper.py:886:14: E225 missing whitespace around operator
./sympy/functions/special/hyper.py:891:14: E225 missing whitespace around operator
./sympy/functions/special/hyper.py:896:14: E225 missing whitespace around operator
./sympy/functions/special/hyper.py:901:14: E225 missing whitespace around operator
./sympy/functions/special/hyper.py:961:18: E225 missing whitespace around operator
./sympy/functions/special/polynomials.py:350:39: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/special/polynomials.py:365:75: E202 whitespace before ')'
./sympy/functions/special/polynomials.py:704:5: E303 too many blank lines (2)
./sympy/functions/special/spherical_harmonics.py:15:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/spherical_harmonics.py:199:46: E231 missing whitespace after ':'
./sympy/functions/special/tensor_functions.py:183:33: E714 test for object identity should be 'is not'
./sympy/functions/special/tensor_functions.py:281:17: E201 whitespace after '('
./sympy/functions/special/tensor_functions.py:314:17: E201 whitespace after '('
./sympy/functions/special/tests/test_elliptic_integrals.py:13:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/tests/test_error_functions.py:84:16: E201 whitespace after '('
./sympy/functions/special/tests/test_error_functions.py:84:46: E202 whitespace before ')'
./sympy/functions/special/tests/test_error_functions.py:84:55: E261 at least two spaces before inline comment
./sympy/functions/special/tests/test_error_functions.py:147:16: E201 whitespace after '('
./sympy/functions/special/tests/test_error_functions.py:147:46: E202 whitespace before ')'
./sympy/functions/special/tests/test_error_functions.py:147:55: E261 at least two spaces before inline comment
./sympy/functions/special/tests/test_error_functions.py:200:16: E201 whitespace after '('
./sympy/functions/special/tests/test_error_functions.py:200:52: E202 whitespace before ')'
./sympy/functions/special/tests/test_error_functions.py:209:21: E241 multiple spaces after ','
./sympy/functions/special/tests/test_error_functions.py:209:28: E222 multiple spaces after operator
./sympy/functions/special/tests/test_error_functions.py:210:17: E201 whitespace after '('
./sympy/functions/special/tests/test_error_functions.py:210:21: E241 multiple spaces after ','
./sympy/functions/special/tests/test_error_functions.py:210:28: E222 multiple spaces after operator
./sympy/functions/special/tests/test_error_functions.py:211:17: E201 whitespace after '('
./sympy/functions/special/tests/test_error_functions.py:211:28: E222 multiple spaces after operator
./sympy/functions/special/tests/test_error_functions.py:212:17: E201 whitespace after '('
./sympy/functions/special/tests/test_error_functions.py:212:20: E231 missing whitespace after ','
./sympy/functions/special/tests/test_error_functions.py:215:35: E231 missing whitespace after ','
./sympy/functions/special/tests/test_error_functions.py:216:20: E241 multiple spaces after ','
./sympy/functions/special/tests/test_error_functions.py:217:17: E201 whitespace after '('
./sympy/functions/special/tests/test_error_functions.py:230:37: E221 multiple spaces before operator
./sympy/functions/special/tests/test_error_functions.py:251:16: E201 whitespace after '('
./sympy/functions/special/tests/test_error_functions.py:251:55: E202 whitespace before ')'
./sympy/functions/special/tests/test_error_functions.py:269:22: E231 missing whitespace after ','
./sympy/functions/special/tests/test_error_functions.py:457:35: E225 missing whitespace around operator
./sympy/functions/special/tests/test_gamma_functions.py:4:60: E231 missing whitespace after ','
./sympy/functions/special/tests/test_gamma_functions.py:16:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/tests/test_gamma_functions.py:133:1: E302 expected 2 blank lines, found 1
./sympy/functions/special/tests/test_gamma_functions.py:259:29: E202 whitespace before ')'
./sympy/functions/special/tests/test_hyper.py:102:56: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/special/tests/test_hyper.py:103:56: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/functions/special/tests/test_hyper.py:104:57: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/special/tests/test_hyper.py:105:57: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/functions/special/tests/test_hyper.py:323:10: E225 missing whitespace around operator
./sympy/functions/special/tests/test_hyper.py:333:19: E261 at least two spaces before inline comment
./sympy/functions/special/tests/test_hyper.py:335:47: E261 at least two spaces before inline comment
./sympy/functions/special/tests/test_spec_polynomials.py:22:99: E225 missing whitespace around operator
./sympy/functions/special/tests/test_spec_polynomials.py:24:91: E225 missing whitespace around operator
./sympy/functions/special/tests/test_spec_polynomials.py:52:38: E225 missing whitespace around operator
./sympy/functions/special/tests/test_spec_polynomials.py:139:39: E201 whitespace after '('
./sympy/functions/special/tests/test_spec_polynomials.py:139:56: E202 whitespace before ')'
./sympy/functions/special/tests/test_spherical_harmonics.py:9:28: E231 missing whitespace after ','
./sympy/functions/special/tests/test_spherical_harmonics.py:37:28: E231 missing whitespace after ','
./sympy/functions/special/tests/test_spherical_harmonics.py:45:28: E231 missing whitespace after ','
./sympy/functions/special/tests/test_tensor_functions.py:60:59: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/special/tests/test_tensor_functions.py:62:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/complexes.py:414:25: E201 whitespace after '('
./sympy/functions/elementary/complexes.py:414:59: E202 whitespace before ')'
./sympy/functions/elementary/complexes.py:491:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/complexes.py:838:53: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/exponential.py:116:20: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/exponential.py:118:22: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/functions/elementary/exponential.py:168:21: E201 whitespace after '('
./sympy/functions/elementary/exponential.py:168:57: E202 whitespace before ')'
./sympy/functions/elementary/hyperbolic.py:141:23: E261 at least two spaces before inline comment
./sympy/functions/elementary/hyperbolic.py:289:23: E261 at least two spaces before inline comment
./sympy/functions/elementary/miscellaneous.py:116:1: E303 too many blank lines (3)
./sympy/functions/elementary/miscellaneous.py:379:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/miscellaneous.py:400:15: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/miscellaneous.py:403:15: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/miscellaneous.py:427:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/miscellaneous.py:532:15: E201 whitespace after '('
./sympy/functions/elementary/miscellaneous.py:532:30: E202 whitespace before ')'
./sympy/functions/elementary/miscellaneous.py:538:34: E201 whitespace after '('
./sympy/functions/elementary/miscellaneous.py:538:78: E202 whitespace before ')'
./sympy/functions/elementary/miscellaneous.py:540:30: E201 whitespace after '('
./sympy/functions/elementary/miscellaneous.py:540:66: E202 whitespace before ')'
./sympy/functions/elementary/miscellaneous.py:594:15: E201 whitespace after '('
./sympy/functions/elementary/miscellaneous.py:594:30: E202 whitespace before ')'
./sympy/functions/elementary/miscellaneous.py:600:34: E201 whitespace after '('
./sympy/functions/elementary/miscellaneous.py:600:78: E202 whitespace before ')'
./sympy/functions/elementary/miscellaneous.py:601:30: E201 whitespace after '['
./sympy/functions/elementary/miscellaneous.py:602:30: E201 whitespace after '('
./sympy/functions/elementary/miscellaneous.py:602:66: E202 whitespace before ')'
./sympy/functions/elementary/piecewise.py:16:17: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:18:19: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/functions/elementary/piecewise.py:106:21: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:183:18: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:216:21: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:218:22: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:220:23: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/functions/elementary/piecewise.py:227:36: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:232:38: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:237:39: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:240:38: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:245:38: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:250:40: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:267:55: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:314:21: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:317:21: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:372:51: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/functions/elementary/piecewise.py:382:49: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/functions/elementary/piecewise.py:416:35: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:418:38: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/functions/elementary/piecewise.py:421:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:423:30: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./sympy/functions/elementary/piecewise.py:428:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:454:18: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:457:18: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/piecewise.py:504:17: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/trigonometric.py:273:42: E225 missing whitespace around operator
./sympy/functions/elementary/trigonometric.py:484:42: E201 whitespace after '('
./sympy/functions/elementary/trigonometric.py:484:55: E202 whitespace before ')'
./sympy/functions/elementary/trigonometric.py:569:53: E202 whitespace before ']'
./sympy/functions/elementary/trigonometric.py:586:25: E201 whitespace after '['
./sympy/functions/elementary/trigonometric.py:586:27: E202 whitespace before ']'
./sympy/functions/elementary/trigonometric.py:588:20: E201 whitespace after '['
./sympy/functions/elementary/trigonometric.py:588:72: E202 whitespace before ']'
./sympy/functions/elementary/trigonometric.py:605:18: E225 missing whitespace around operator
./sympy/functions/elementary/trigonometric.py:617:27: E201 whitespace after '('
./sympy/functions/elementary/trigonometric.py:617:59: E202 whitespace before ']'
./sympy/functions/elementary/trigonometric.py:617:61: E202 whitespace before ')'
./sympy/functions/elementary/trigonometric.py:627:27: E201 whitespace after '['
./sympy/functions/elementary/trigonometric.py:640:34: E201 whitespace after '('
./sympy/functions/elementary/trigonometric.py:640:47: E202 whitespace before ')'
./sympy/functions/elementary/trigonometric.py:735:25: E711 comparison to None should be 'if cond is not None:'
./sympy/functions/elementary/trigonometric.py:741:14: E711 comparison to None should be 'if cond is not None:'
./sympy/functions/elementary/trigonometric.py:813:25: E711 comparison to None should be 'if cond is not None:'
./sympy/functions/elementary/trigonometric.py:821:5: E303 too many blank lines (2)
./sympy/functions/elementary/trigonometric.py:860:5: E303 too many blank lines (2)
./sympy/functions/elementary/trigonometric.py:1046:18: E201 whitespace after '['
./sympy/functions/elementary/trigonometric.py:1046:46: E202 whitespace before ']'
./sympy/functions/elementary/trigonometric.py:1302:18: E201 whitespace after '['
./sympy/functions/elementary/trigonometric.py:1302:46: E202 whitespace before ']'
./sympy/functions/elementary/trigonometric.py:1756:28: E225 missing whitespace around operator
./sympy/functions/elementary/tests/test_complexes.py:264:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/tests/test_complexes.py:328:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/tests/test_complexes.py:403:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/tests/test_complexes.py:410:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/tests/test_exponential.py:262:12: E714 test for object identity should be 'is not'
./sympy/functions/elementary/tests/test_exponential.py:363:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/tests/test_hyperbolic.py:289:18: E201 whitespace after '('
./sympy/functions/elementary/tests/test_hyperbolic.py:302:22: E225 missing whitespace around operator
./sympy/functions/elementary/tests/test_hyperbolic.py:306:21: E225 missing whitespace around operator
./sympy/functions/elementary/tests/test_hyperbolic.py:307:22: E225 missing whitespace around operator
./sympy/functions/elementary/tests/test_hyperbolic.py:592:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/tests/test_hyperbolic.py:593:6: E231 missing whitespace after ','
./sympy/functions/elementary/tests/test_hyperbolic.py:599:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/tests/test_hyperbolic.py:600:6: E231 missing whitespace after ','
./sympy/functions/elementary/tests/test_miscellaneous.py:96:17: E231 missing whitespace after ','
./sympy/functions/elementary/tests/test_miscellaneous.py:97:17: E231 missing whitespace after ','
./sympy/functions/elementary/tests/test_miscellaneous.py:98:17: E231 missing whitespace after ','
./sympy/functions/elementary/tests/test_miscellaneous.py:98:20: E231 missing whitespace after ','
./sympy/functions/elementary/tests/test_miscellaneous.py:146:17: E231 missing whitespace after ','
./sympy/functions/elementary/tests/test_miscellaneous.py:147:17: E231 missing whitespace after ','
./sympy/functions/elementary/tests/test_miscellaneous.py:148:67: E231 missing whitespace after ','
./sympy/functions/elementary/tests/test_miscellaneous.py:149:30: E231 missing whitespace after ','
./sympy/functions/elementary/tests/test_miscellaneous.py:155:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/tests/test_piecewise.py:43:42: E225 missing whitespace around operator
./sympy/functions/elementary/tests/test_piecewise.py:51:5: E303 too many blank lines (2)
./sympy/functions/elementary/tests/test_piecewise.py:64:20: E201 whitespace after '('
./sympy/functions/elementary/tests/test_piecewise.py:65:39: E201 whitespace after '('
./sympy/functions/elementary/tests/test_piecewise.py:75:38: E201 whitespace after '('
./sympy/functions/elementary/tests/test_piecewise.py:75:55: E202 whitespace before ')'
./sympy/functions/elementary/tests/test_piecewise.py:99:23: E201 whitespace after '('
./sympy/functions/elementary/tests/test_piecewise.py:335:38: E231 missing whitespace after ','
./sympy/functions/elementary/tests/test_trigonometric.py:16:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/tests/test_trigonometric.py:92:27: E201 whitespace after '('
./sympy/functions/elementary/tests/test_trigonometric.py:98:21: E201 whitespace after '('
./sympy/functions/elementary/tests/test_trigonometric.py:98:51: E202 whitespace before ')'
./sympy/functions/elementary/tests/test_trigonometric.py:137:62: E225 missing whitespace around operator
./sympy/functions/elementary/tests/test_trigonometric.py:268:21: E201 whitespace after '('
./sympy/functions/elementary/tests/test_trigonometric.py:268:51: E202 whitespace before ')'
./sympy/functions/elementary/tests/test_trigonometric.py:418:58: E225 missing whitespace around operator
./sympy/functions/elementary/tests/test_trigonometric.py:521:58: E225 missing whitespace around operator
./sympy/functions/elementary/tests/test_trigonometric.py:670:27: E222 multiple spaces after operator
./sympy/functions/elementary/tests/test_trigonometric.py:671:25: E225 missing whitespace around operator
./sympy/functions/elementary/tests/test_trigonometric.py:671:27: E222 multiple spaces after operator
./sympy/functions/elementary/tests/test_trigonometric.py:677:22: E231 missing whitespace after ':'
./sympy/functions/elementary/tests/test_trigonometric.py:677:27: E231 missing whitespace after ':'
./sympy/functions/elementary/tests/test_trigonometric.py:678:22: E231 missing whitespace after ':'
./sympy/functions/elementary/tests/test_trigonometric.py:678:27: E231 missing whitespace after ':'
./sympy/functions/elementary/tests/test_trigonometric.py:679:22: E231 missing whitespace after ':'
./sympy/functions/elementary/tests/test_trigonometric.py:679:29: E231 missing whitespace after ':'
./sympy/functions/elementary/tests/test_trigonometric.py:680:22: E231 missing whitespace after ':'
./sympy/functions/elementary/tests/test_trigonometric.py:680:29: E231 missing whitespace after ':'
./sympy/functions/elementary/tests/test_trigonometric.py:688:58: E222 multiple spaces after operator
./sympy/functions/elementary/tests/test_trigonometric.py:940:1: E303 too many blank lines (3)
./sympy/functions/elementary/tests/test_trigonometric.py:993:23: E271 multiple spaces after keyword
./sympy/functions/elementary/tests/test_trigonometric.py:996:43: E201 whitespace after '('
./sympy/functions/elementary/tests/test_trigonometric.py:996:73: E202 whitespace before ')'
./sympy/functions/elementary/tests/test_trigonometric.py:997:23: E271 multiple spaces after keyword
./sympy/functions/elementary/tests/test_trigonometric.py:1000:43: E201 whitespace after '('
./sympy/functions/elementary/tests/test_trigonometric.py:1000:73: E202 whitespace before ')'
./sympy/functions/elementary/tests/test_trigonometric.py:1002:1: E302 expected 2 blank lines, found 1
./sympy/functions/elementary/tests/test_trigonometric.py:1038:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/tests/test_trigonometric.py:1039:27: E711 comparison to None should be 'if cond is None:'
./sympy/functions/elementary/tests/test_trigonometric.py:1043:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/tests/test_trigonometric.py:1044:30: E711 comparison to None should be 'if cond is None:'
./sympy/functions/elementary/tests/test_trigonometric.py:1045:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/functions/elementary/tests/test_trigonometric.py:1067:39: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/tests/test_trigonometric.py:1068:39: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/tests/test_trigonometric.py:1101:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/functions/elementary/tests/test_trigonometric.py:1102:27: E711 comparison to None should be 'if cond is None:'
./sympy/functions/elementary/tests/test_trigonometric.py:1106:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/functions/elementary/tests/test_trigonometric.py:1107:30: E711 comparison to None should be 'if cond is None:'
./sympy/functions/elementary/tests/test_trigonometric.py:1108:33: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/calculus/euler.py:4:1: E302 expected 2 blank lines, found 1
./sympy/calculus/tests/test_euler.py:5:1: E302 expected 2 blank lines, found 1
./sympy/calculus/tests/test_finite_diff.py:86:50: E241 multiple spaces after ','
./sympy/series/gruntz.py:204:12: E713 test for membership should be 'not in'
./sympy/series/gruntz.py:560:12: E714 test for object identity should be 'is not'
./sympy/series/kauers.py:7:1: E302 expected 2 blank lines, found 1
./sympy/series/kauers.py:34:1: E302 expected 2 blank lines, found 1
./sympy/series/order.py:146:12: E111 indentation is not a multiple of four
./sympy/series/tests/test_gruntz.py:69:63: E202 whitespace before ')'
./sympy/series/tests/test_gruntz.py:94:21: E225 missing whitespace around operator
./sympy/series/tests/test_gruntz.py:135:41: E225 missing whitespace around operator
./sympy/series/tests/test_kauers.py:19:1: E302 expected 2 blank lines, found 1
./sympy/series/tests/test_limits.py:217:18: E201 whitespace after '('
./sympy/series/tests/test_nseries.py:519:23: E231 missing whitespace after ':'
./sympy/series/tests/test_nseries.py:519:28: E231 missing whitespace after ':'
./sympy/series/tests/test_series.py:81:1: E302 expected 2 blank lines, found 1
./sympy/series/tests/test_series.py:97:39: E222 multiple spaces after operator
./sympy/series/tests/test_series.py:134:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/__init__.py:424:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/__init__.py:435:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/__init__.py:437:21: E702 multiple statements on one line (semicolon)
./sympy/mpmath/__init__.py:448:22: E261 at least two spaces before inline comment
./sympy/mpmath/ctx_base.py:20:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_base.py:23:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_base.py:109:39: E231 missing whitespace after ','
./sympy/mpmath/ctx_base.py:111:35: E231 missing whitespace after ','
./sympy/mpmath/ctx_base.py:320:12: E713 test for membership should be 'not in'
./sympy/mpmath/ctx_base.py:448:9: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_base.py:476:9: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_fp.py:12:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_fp.py:32:23: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_fp.py:33:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_fp.py:33:26: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_fp.py:34:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_fp.py:34:22: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_fp.py:35:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_fp.py:35:25: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_fp.py:202:22: E231 missing whitespace after ','
./sympy/mpmath/ctx_fp.py:207:25: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_fp.py:208:25: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_fp.py:209:19: E702 multiple statements on one line (semicolon)
./sympy/mpmath/ctx_fp.py:209:27: E702 multiple statements on one line (semicolon)
./sympy/mpmath/ctx_fp.py:209:35: E702 multiple statements on one line (semicolon)
./sympy/mpmath/ctx_iv.py:29:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_iv.py:30:27: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:31:32: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:32:28: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:33:33: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:58:19: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:61:19: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:63:24: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:85:31: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:123:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:124:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:124:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:125:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:125:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:126:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:126:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:127:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:127:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:128:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:128:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:132:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:134:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:140:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_iv.py:150:19: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:166:19: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:171:19: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:176:19: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:181:19: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:220:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:221:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:221:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:223:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:226:19: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:227:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:227:19: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:228:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:228:19: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:233:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_iv.py:236:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:243:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:245:41: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:246:31: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:247:32: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:249:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:251:41: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:252:31: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:253:32: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:255:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:263:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:276:34: E702 multiple statements on one line (semicolon)
./sympy/mpmath/ctx_iv.py:277:34: E702 multiple statements on one line (semicolon)
./sympy/mpmath/ctx_iv.py:279:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_iv.py:284:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_iv.py:291:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_iv.py:309:26: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:317:26: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:408:30: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:476:31: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:487:46: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:487:48: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:511:22: E231 missing whitespace after ','
./sympy/mpmath/ctx_iv.py:516:25: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:517:25: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_iv.py:518:19: E702 multiple statements on one line (semicolon)
./sympy/mpmath/ctx_iv.py:518:27: E702 multiple statements on one line (semicolon)
./sympy/mpmath/ctx_iv.py:518:35: E702 multiple statements on one line (semicolon)
./sympy/mpmath/ctx_mp.py:56:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_mp.py:102:36: E231 missing whitespace after ','
./sympy/mpmath/ctx_mp.py:246:31: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp.py:247:13: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp.py:248:31: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp.py:249:13: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp.py:591:58: E221 multiple spaces before operator
./sympy/mpmath/ctx_mp.py:691:35: E231 missing whitespace after ','
./sympy/mpmath/ctx_mp.py:1170:25: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/ctx_mp.py:1177:29: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/ctx_mp.py:1179:30: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/ctx_mp.py:1180:22: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/ctx_mp.py:1281:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_mp.py:1287:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp.py:1307:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp.py:1313:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:33:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_mp_python.py:36:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:39:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_mp_python.py:82:36: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:83:32: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:84:37: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:85:47: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:86:31: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:100:36: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:101:32: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:102:40: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:106:31: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:131:27: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:132:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:132:32: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:139:19: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:140:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:140:20: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:141:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:141:19: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:142:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:142:20: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:143:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:143:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:144:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:144:23: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:145:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:145:23: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:176:22: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:177:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:177:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:178:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:178:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:179:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:179:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:180:5: E301 expected 1 blank line, found 0
./sympy/mpmath/ctx_mp_python.py:180:21: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:277:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/ctx_mp_python.py:343:20: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:344:24: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:345:15: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:643:32: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:644:36: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:645:32: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:658:31: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:659:31: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:754:27: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:755:27: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:844:32: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:845:31: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:851:50: E231 missing whitespace after ','
./sympy/mpmath/ctx_mp_python.py:852:50: E231 missing whitespace after ','
./sympy/mpmath/ctx_mp_python.py:854:58: E231 missing whitespace after ','
./sympy/mpmath/ctx_mp_python.py:854:65: E231 missing whitespace after ','
./sympy/mpmath/ctx_mp_python.py:854:67: E231 missing whitespace after ','
./sympy/mpmath/ctx_mp_python.py:858:47: E231 missing whitespace after ','
./sympy/mpmath/ctx_mp_python.py:926:36: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:927:36: E701 multiple statements on one line (colon)
./sympy/mpmath/ctx_mp_python.py:1047:33: E231 missing whitespace after ','
./sympy/mpmath/ctx_mp_python.py:1065:40: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/ctx_mp_python.py:1066:37: E231 missing whitespace after ','
./sympy/mpmath/function_docs.py:973:1: E303 too many blank lines (3)
./sympy/mpmath/identification.py:10:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/identification.py:11:20: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/identification.py:13:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/identification.py:141:33: E231 missing whitespace after ','
./sympy/mpmath/identification.py:175:22: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/identification.py:183:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:183:25: E231 missing whitespace after ','
./sympy/mpmath/identification.py:183:33: E225 missing whitespace around operator
./sympy/mpmath/identification.py:184:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:200:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:203:20: E231 missing whitespace after ','
./sympy/mpmath/identification.py:205:20: E231 missing whitespace after ','
./sympy/mpmath/identification.py:209:20: E231 missing whitespace after ','
./sympy/mpmath/identification.py:209:39: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/identification.py:211:20: E231 missing whitespace after ','
./sympy/mpmath/identification.py:216:19: E231 missing whitespace after ','
./sympy/mpmath/identification.py:217:37: E231 missing whitespace after ','
./sympy/mpmath/identification.py:217:54: E231 missing whitespace after ','
./sympy/mpmath/identification.py:223:20: E231 missing whitespace after ','
./sympy/mpmath/identification.py:223:29: E231 missing whitespace after ','
./sympy/mpmath/identification.py:223:41: E231 missing whitespace after ','
./sympy/mpmath/identification.py:225:20: E231 missing whitespace after ','
./sympy/mpmath/identification.py:225:29: E231 missing whitespace after ','
./sympy/mpmath/identification.py:225:41: E231 missing whitespace after ','
./sympy/mpmath/identification.py:226:20: E231 missing whitespace after ','
./sympy/mpmath/identification.py:226:29: E231 missing whitespace after ','
./sympy/mpmath/identification.py:226:41: E231 missing whitespace after ','
./sympy/mpmath/identification.py:233:20: E231 missing whitespace after ','
./sympy/mpmath/identification.py:241:26: E231 missing whitespace after ','
./sympy/mpmath/identification.py:241:31: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:241:36: E231 missing whitespace after ','
./sympy/mpmath/identification.py:241:46: E231 missing whitespace after ','
./sympy/mpmath/identification.py:241:57: E231 missing whitespace after ','
./sympy/mpmath/identification.py:241:65: E231 missing whitespace after ','
./sympy/mpmath/identification.py:242:26: E231 missing whitespace after ','
./sympy/mpmath/identification.py:242:31: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:242:36: E231 missing whitespace after ','
./sympy/mpmath/identification.py:242:46: E231 missing whitespace after ','
./sympy/mpmath/identification.py:242:57: E231 missing whitespace after ','
./sympy/mpmath/identification.py:242:65: E231 missing whitespace after ','
./sympy/mpmath/identification.py:243:26: E231 missing whitespace after ','
./sympy/mpmath/identification.py:243:31: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:243:36: E231 missing whitespace after ','
./sympy/mpmath/identification.py:243:44: E231 missing whitespace after ','
./sympy/mpmath/identification.py:243:55: E231 missing whitespace after ','
./sympy/mpmath/identification.py:243:65: E231 missing whitespace after ','
./sympy/mpmath/identification.py:246:33: E231 missing whitespace after ','
./sympy/mpmath/identification.py:246:45: E231 missing whitespace after ','
./sympy/mpmath/identification.py:246:54: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/identification.py:252:22: E231 missing whitespace after ','
./sympy/mpmath/identification.py:253:22: E231 missing whitespace after ','
./sympy/mpmath/identification.py:255:25: E231 missing whitespace after ','
./sympy/mpmath/identification.py:256:25: E231 missing whitespace after ','
./sympy/mpmath/identification.py:257:20: E231 missing whitespace after ','
./sympy/mpmath/identification.py:258:20: E231 missing whitespace after ','
./sympy/mpmath/identification.py:263:41: E231 missing whitespace after ','
./sympy/mpmath/identification.py:263:58: E231 missing whitespace after ','
./sympy/mpmath/identification.py:269:24: E231 missing whitespace after ','
./sympy/mpmath/identification.py:269:33: E231 missing whitespace after ','
./sympy/mpmath/identification.py:269:45: E231 missing whitespace after ','
./sympy/mpmath/identification.py:271:24: E231 missing whitespace after ','
./sympy/mpmath/identification.py:271:33: E231 missing whitespace after ','
./sympy/mpmath/identification.py:271:45: E231 missing whitespace after ','
./sympy/mpmath/identification.py:272:24: E231 missing whitespace after ','
./sympy/mpmath/identification.py:272:33: E231 missing whitespace after ','
./sympy/mpmath/identification.py:272:45: E231 missing whitespace after ','
./sympy/mpmath/identification.py:279:28: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/identification.py:285:43: E231 missing whitespace after ','
./sympy/mpmath/identification.py:286:24: E231 missing whitespace after ','
./sympy/mpmath/identification.py:312:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/identification.py:423:21: E231 missing whitespace after ','
./sympy/mpmath/identification.py:429:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/identification.py:440:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/identification.py:447:27: E231 missing whitespace after ','
./sympy/mpmath/identification.py:454:25: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:455:21: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:455:22: E241 multiple spaces after ':'
./sympy/mpmath/identification.py:464:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/identification.py:472:27: E231 missing whitespace after ','
./sympy/mpmath/identification.py:475:31: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:476:21: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:476:22: E241 multiple spaces after ':'
./sympy/mpmath/identification.py:477:22: E231 missing whitespace after ','
./sympy/mpmath/identification.py:477:29: E225 missing whitespace around operator
./sympy/mpmath/identification.py:480:22: E231 missing whitespace after ','
./sympy/mpmath/identification.py:480:32: E225 missing whitespace around operator
./sympy/mpmath/identification.py:483:19: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:484:11: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:485:11: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:487:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/identification.py:487:24: E231 missing whitespace after ','
./sympy/mpmath/identification.py:487:26: E231 missing whitespace after ','
./sympy/mpmath/identification.py:487:28: E231 missing whitespace after ','
./sympy/mpmath/identification.py:487:30: E231 missing whitespace after ','
./sympy/mpmath/identification.py:489:10: E231 missing whitespace after ','
./sympy/mpmath/identification.py:489:12: E231 missing whitespace after ','
./sympy/mpmath/identification.py:489:19: E231 missing whitespace after ','
./sympy/mpmath/identification.py:489:22: E231 missing whitespace after ','
./sympy/mpmath/identification.py:493:13: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:493:14: E241 multiple spaces after ':'
./sympy/mpmath/identification.py:493:46: E231 missing whitespace after ','
./sympy/mpmath/identification.py:493:57: E231 missing whitespace after ','
./sympy/mpmath/identification.py:494:13: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:494:14: E241 multiple spaces after ':'
./sympy/mpmath/identification.py:494:45: E231 missing whitespace after ','
./sympy/mpmath/identification.py:496:13: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:496:14: E241 multiple spaces after ':'
./sympy/mpmath/identification.py:496:46: E231 missing whitespace after ','
./sympy/mpmath/identification.py:496:57: E231 missing whitespace after ','
./sympy/mpmath/identification.py:497:13: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:497:14: E241 multiple spaces after ':'
./sympy/mpmath/identification.py:497:46: E231 missing whitespace after ','
./sympy/mpmath/identification.py:504:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:504:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:505:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:505:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:506:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:506:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:507:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:507:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:508:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:508:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:509:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:509:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:510:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:510:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:511:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:511:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:512:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:512:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:513:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:513:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:514:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:514:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:515:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:515:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:516:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:516:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:517:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:517:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:518:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:518:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:519:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:519:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:520:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:520:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:521:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:521:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:522:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:522:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:523:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:523:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:524:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:524:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:525:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:525:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:526:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:526:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:527:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:527:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:528:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:528:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:529:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:529:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:530:14: E231 missing whitespace after ','
./sympy/mpmath/identification.py:530:16: E231 missing whitespace after ','
./sympy/mpmath/identification.py:533:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/identification.py:749:19: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:756:16: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:757:13: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:757:14: E241 multiple spaces after ':'
./sympy/mpmath/identification.py:757:14: E272 multiple spaces before keyword
./sympy/mpmath/identification.py:763:28: E228 missing whitespace around modulo operator
./sympy/mpmath/identification.py:777:48: E231 missing whitespace after ','
./sympy/mpmath/identification.py:791:23: E231 missing whitespace after ','
./sympy/mpmath/identification.py:791:25: E231 missing whitespace after ','
./sympy/mpmath/identification.py:805:35: E231 missing whitespace after ','
./sympy/mpmath/identification.py:805:43: E231 missing whitespace after ','
./sympy/mpmath/identification.py:806:48: E231 missing whitespace after ','
./sympy/mpmath/identification.py:806:50: E231 missing whitespace after ','
./sympy/mpmath/identification.py:806:53: E231 missing whitespace after ','
./sympy/mpmath/identification.py:806:56: E231 missing whitespace after ','
./sympy/mpmath/identification.py:813:28: E701 multiple statements on one line (colon)
./sympy/mpmath/identification.py:821:19: E231 missing whitespace after ','
./sympy/mpmath/identification.py:821:21: E231 missing whitespace after ','
./sympy/mpmath/identification.py:821:23: E231 missing whitespace after ','
./sympy/mpmath/identification.py:825:61: E231 missing whitespace after ','
./sympy/mpmath/identification.py:827:27: E231 missing whitespace after ','
./sympy/mpmath/identification.py:831:24: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:27:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:42:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:53:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:66:5: E301 expected 1 blank line, found 0
./sympy/mpmath/math2.py:70:5: E301 expected 1 blank line, found 0
./sympy/mpmath/math2.py:106:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:113:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:119:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:120:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:121:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:122:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:124:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:130:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:131:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:132:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:133:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:135:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:141:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:142:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:143:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:144:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:146:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:152:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:153:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:154:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:155:14: E701 multiple statements on one line (colon)
./sympy/mpmath/math2.py:160:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:170:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:198:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:217:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:233:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:239:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:242:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:244:30: E231 missing whitespace after ','
./sympy/mpmath/math2.py:245:29: E231 missing whitespace after ','
./sympy/mpmath/math2.py:248:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:293:35: E702 multiple statements on one line (semicolon)
./sympy/mpmath/math2.py:294:37: E702 multiple statements on one line (semicolon)
./sympy/mpmath/math2.py:295:37: E702 multiple statements on one line (semicolon)
./sympy/mpmath/math2.py:296:37: E702 multiple statements on one line (semicolon)
./sympy/mpmath/math2.py:297:37: E702 multiple statements on one line (semicolon)
./sympy/mpmath/math2.py:298:37: E702 multiple statements on one line (semicolon)
./sympy/mpmath/math2.py:299:36: E702 multiple statements on one line (semicolon)
./sympy/mpmath/math2.py:315:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:337:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:386:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:392:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:406:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:408:44: E231 missing whitespace after ','
./sympy/mpmath/math2.py:408:70: E231 missing whitespace after ','
./sympy/mpmath/math2.py:410:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:416:21: E231 missing whitespace after ','
./sympy/mpmath/math2.py:416:24: E231 missing whitespace after ','
./sympy/mpmath/math2.py:425:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:440:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:461:21: E231 missing whitespace after ','
./sympy/mpmath/math2.py:464:21: E231 missing whitespace after ','
./sympy/mpmath/math2.py:467:22: E231 missing whitespace after ','
./sympy/mpmath/math2.py:470:21: E231 missing whitespace after ','
./sympy/mpmath/math2.py:473:21: E231 missing whitespace after ','
./sympy/mpmath/math2.py:476:21: E231 missing whitespace after ','
./sympy/mpmath/math2.py:479:22: E231 missing whitespace after ','
./sympy/mpmath/math2.py:503:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:531:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:551:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:582:10: E231 missing whitespace after ','
./sympy/mpmath/math2.py:588:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:607:22: E231 missing whitespace after ','
./sympy/mpmath/math2.py:607:44: E231 missing whitespace after ','
./sympy/mpmath/math2.py:608:22: E231 missing whitespace after ','
./sympy/mpmath/math2.py:608:44: E231 missing whitespace after ','
./sympy/mpmath/math2.py:609:22: E231 missing whitespace after ','
./sympy/mpmath/math2.py:609:44: E231 missing whitespace after ','
./sympy/mpmath/math2.py:610:22: E231 missing whitespace after ','
./sympy/mpmath/math2.py:610:44: E231 missing whitespace after ','
./sympy/mpmath/math2.py:611:22: E231 missing whitespace after ','
./sympy/mpmath/math2.py:611:44: E231 missing whitespace after ','
./sympy/mpmath/math2.py:612:22: E231 missing whitespace after ','
./sympy/mpmath/math2.py:612:44: E231 missing whitespace after ','
./sympy/mpmath/math2.py:613:22: E231 missing whitespace after ','
./sympy/mpmath/math2.py:613:44: E231 missing whitespace after ','
./sympy/mpmath/math2.py:614:22: E231 missing whitespace after ','
./sympy/mpmath/math2.py:614:44: E231 missing whitespace after ','
./sympy/mpmath/math2.py:640:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/math2.py:669:36: E231 missing whitespace after ','
./sympy/mpmath/math2.py:670:32: E231 missing whitespace after ','
./sympy/mpmath/math2.py:671:25: E231 missing whitespace after ','
./sympy/mpmath/math2.py:671:47: E231 missing whitespace after ','
./sympy/mpmath/rational.py:7:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/rational.py:24:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/rational.py:61:21: E701 multiple statements on one line (colon)
./sympy/mpmath/rational.py:62:23: E701 multiple statements on one line (colon)
./sympy/mpmath/rational.py:70:27: E231 missing whitespace after ','
./sympy/mpmath/rational.py:105:21: E701 multiple statements on one line (colon)
./sympy/mpmath/rational.py:106:5: E301 expected 1 blank line, found 0
./sympy/mpmath/rational.py:106:21: E701 multiple statements on one line (colon)
./sympy/mpmath/rational.py:107:5: E301 expected 1 blank line, found 0
./sympy/mpmath/rational.py:107:21: E701 multiple statements on one line (colon)
./sympy/mpmath/rational.py:108:5: E301 expected 1 blank line, found 0
./sympy/mpmath/rational.py:108:21: E701 multiple statements on one line (colon)
./sympy/mpmath/rational.py:217:15: E231 missing whitespace after ','
./sympy/mpmath/rational.py:218:15: E231 missing whitespace after ','
./sympy/mpmath/rational.py:219:17: E231 missing whitespace after ','
./sympy/mpmath/rational.py:220:17: E231 missing whitespace after ','
./sympy/mpmath/rational.py:221:17: E231 missing whitespace after ','
./sympy/mpmath/rational.py:222:18: E231 missing whitespace after ','
./sympy/mpmath/rational.py:223:18: E231 missing whitespace after ','
./sympy/mpmath/rational.py:224:17: E231 missing whitespace after ','
./sympy/mpmath/rational.py:225:17: E231 missing whitespace after ','
./sympy/mpmath/rational.py:226:17: E231 missing whitespace after ','
./sympy/mpmath/rational.py:227:17: E231 missing whitespace after ','
./sympy/mpmath/usertools.py:45:9: E301 expected 1 blank line, found 0
./sympy/mpmath/usertools.py:53:9: E301 expected 1 blank line, found 0
./sympy/mpmath/usertools.py:56:5: E301 expected 1 blank line, found 0
./sympy/mpmath/usertools.py:63:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/usertools.py:83:7: E225 missing whitespace around operator
./sympy/mpmath/usertools.py:83:15: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:83:18: E225 missing whitespace around operator
./sympy/mpmath/usertools.py:83:22: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:83:26: E225 missing whitespace around operator
./sympy/mpmath/usertools.py:83:34: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:83:37: E225 missing whitespace around operator
./sympy/mpmath/usertools.py:87:11: E225 missing whitespace around operator
./sympy/mpmath/usertools.py:87:19: E703 statement ends with a semicolon
./sympy/mpmath/usertools.py:90:12: E231 missing whitespace after ';'
./sympy/mpmath/usertools.py:90:12: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:90:16: E231 missing whitespace after ';'
./sympy/mpmath/usertools.py:90:16: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:90:20: E231 missing whitespace after ';'
./sympy/mpmath/usertools.py:90:20: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:90:24: E231 missing whitespace after ';'
./sympy/mpmath/usertools.py:90:24: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:90:28: E231 missing whitespace after ';'
./sympy/mpmath/usertools.py:90:28: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:90:32: E231 missing whitespace after ';'
./sympy/mpmath/usertools.py:90:32: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:90:36: E231 missing whitespace after ';'
./sympy/mpmath/usertools.py:90:36: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:90:40: E231 missing whitespace after ';'
./sympy/mpmath/usertools.py:90:40: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:90:44: E231 missing whitespace after ';'
./sympy/mpmath/usertools.py:90:44: E702 multiple statements on one line (semicolon)
./sympy/mpmath/usertools.py:91:11: E225 missing whitespace around operator
./sympy/mpmath/usertools.py:92:10: E225 missing whitespace around operator
./sympy/mpmath/usertools.py:92:16: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:9:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/visualization.py:12:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/visualization.py:12:26: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:111:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/visualization.py:122:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/visualization.py:122:25: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:122:36: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:175:16: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:188:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/visualization.py:188:24: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:188:34: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:237:20: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:237:28: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:237:36: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:239:20: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:239:28: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:239:36: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:240:32: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:240:47: E231 missing whitespace after ','
./sympy/mpmath/visualization.py:240:62: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:918:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/extratest_bessel.py:921:25: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:924:33: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:925:33: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:926:33: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:926:35: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:927:33: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:927:35: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:928:33: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:929:33: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:930:33: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:930:35: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:931:33: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_bessel.py:931:35: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:14:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/extratest_gamma.py:38:73: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:38:87: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:45:73: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:45:87: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:52:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/extratest_gamma.py:83:17: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:83:34: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:83:39: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:85:20: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:12: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:14: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:16: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:18: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:20: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:23: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:26: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:29: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:32: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:35: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:39: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:43: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:47: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:51: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:56: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:61: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_gamma.py:197:68: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_zeta.py:4:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/extratest_zeta.py:19:40: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_zeta.py:21:55: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_zeta.py:24:48: E231 missing whitespace after ','
./sympy/mpmath/tests/extratest_zeta.py:26:48: E231 missing whitespace after ','
./sympy/mpmath/tests/runtests.py:30:11: E401 multiple imports on one line
./sympy/mpmath/tests/runtests.py:65:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:12:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:13:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:22:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:37:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:52:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:67:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:82:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:97:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:107:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:120:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:126:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:127:16: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:128:7: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_basic_ops.py:128:18: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:129:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:130:11: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_basic_ops.py:130:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:131:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:131:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:131:50: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:131:63: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:133:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:137:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:142:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:142:51: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:144:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:145:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:146:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:147:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:148:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:149:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:152:50: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:155:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:163:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:168:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:176:16: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:176:18: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:176:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:177:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:177:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:177:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:181:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:183:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:185:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:196:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:200:7: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_basic_ops.py:219:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:222:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:229:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:236:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:246:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:266:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:268:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:327:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:343:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_basic_ops.py:345:23: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:346:21: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:347:26: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:348:23: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:349:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:349:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:350:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:350:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:351:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:351:32: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:352:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:352:28: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:353:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:353:32: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:354:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:354:32: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:355:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:355:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:356:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:356:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:357:23: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:358:24: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:359:21: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:360:23: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:361:24: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:362:28: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:363:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:363:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:364:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:364:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:365:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:365:32: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:366:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:366:32: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:367:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:367:32: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:368:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:368:32: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:369:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:369:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:370:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:370:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:371:24: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:372:26: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:373:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:374:24: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:375:29: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:376:26: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:377:26: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:378:27: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:379:26: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:380:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:381:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:381:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:382:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:382:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:383:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:383:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:384:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:384:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:385:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:385:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:386:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:386:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:387:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:387:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:388:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:388:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:389:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:389:34: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:390:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:390:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:391:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:391:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:392:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:392:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:393:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:393:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:394:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:394:35: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:395:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:395:35: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:396:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:396:35: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:397:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:397:35: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:398:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:398:33: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:399:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:399:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:400:21: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:401:21: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:402:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:403:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:404:26: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:405:26: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:406:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:407:28: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:408:23: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:409:23: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:410:23: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:411:24: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:412:26: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:413:26: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:414:28: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:415:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:415:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:416:28: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:417:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:417:28: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:418:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:418:28: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:419:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:419:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:419:42: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:420:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:420:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:420:42: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:421:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:421:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:421:42: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:422:24: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:423:39: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:424:24: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:425:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:425:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:426:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:426:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:427:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:427:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:428:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:428:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:429:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:429:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:430:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:430:31: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:431:26: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:432:26: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:433:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:434:29: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:435:29: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:436:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:436:36: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:437:32: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:437:37: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:438:32: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:438:37: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:439:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:439:36: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:440:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_basic_ops.py:440:36: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:441:29: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:442:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./sympy/mpmath/tests/test_basic_ops.py:443:32: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:444:32: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_basic_ops.py:445:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./sympy/mpmath/tests/test_bitwise.py:8:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:16:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:25:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:34:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:43:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:52:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:61:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:76:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:85:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:86:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_bitwise.py:87:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_bitwise.py:88:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_bitwise.py:95:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:123:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:137:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_bitwise.py:143:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_bitwise.py:144:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_bitwise.py:145:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_bitwise.py:146:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_bitwise.py:147:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_bitwise.py:148:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_calculus.py:3:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_calculus.py:12:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_calculus.py:17:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_calculus.py:23:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_calculus.py:24:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_calculus.py:24:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_calculus.py:26:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_calculus.py:27:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_calculus.py:29:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_calculus.py:29:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_calculus.py:40:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_calculus.py:55:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_calculus.py:67:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_compatibility.py:24:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_compatibility.py:58:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_compatibility.py:74:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:15:36: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:34:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:37:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:40:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:43:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:46:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:55:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:56:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:56:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:57:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:57:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:58:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:58:36: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:59:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:59:36: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:60:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:60:36: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:61:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:61:36: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:62:35: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:62:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:63:50: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:63:53: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:63:71: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:63:83: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:64:50: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:64:53: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:64:71: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:64:83: E231 missing whitespace after ','
./sympy/mpmath/tests/test_convert.py:70:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:77:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:87:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:93:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:100:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:106:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:111:5: E301 expected 1 blank line, found 0
./sympy/mpmath/tests/test_convert.py:122:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_convert.py:125:5: E301 expected 1 blank line, found 0
./sympy/mpmath/tests/test_convert.py:128:5: E301 expected 1 blank line, found 0
./sympy/mpmath/tests/test_convert.py:147:12: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:147:17: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:147:22: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:147:27: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:147:32: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:147:37: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:147:42: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:148:12: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:148:17: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:148:22: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:148:27: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:148:32: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:148:37: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:148:42: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:149:12: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:149:17: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:149:22: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:149:27: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:149:32: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:149:37: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:149:42: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:150:13: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:150:19: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:150:25: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:150:31: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:150:37: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:150:43: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:150:49: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:151:10: E225 missing whitespace around operator
./sympy/mpmath/tests/test_convert.py:151:13: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:151:16: E225 missing whitespace around operator
./sympy/mpmath/tests/test_convert.py:151:19: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:151:22: E225 missing whitespace around operator
./sympy/mpmath/tests/test_convert.py:151:25: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:151:28: E225 missing whitespace around operator
./sympy/mpmath/tests/test_convert.py:151:31: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:151:34: E225 missing whitespace around operator
./sympy/mpmath/tests/test_convert.py:151:37: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:151:40: E225 missing whitespace around operator
./sympy/mpmath/tests/test_convert.py:151:43: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:151:46: E225 missing whitespace around operator
./sympy/mpmath/tests/test_convert.py:151:49: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_convert.py:151:52: E225 missing whitespace around operator
./sympy/mpmath/tests/test_convert.py:187:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_diff.py:3:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_diff.py:19:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_diff.py:26:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_diff.py:31:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_diff.py:33:6: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:33:8: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:33:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:33:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:34:17: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:34:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:35:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:35:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:36:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:36:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:37:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:37:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:38:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:38:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:39:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:39:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:40:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:40:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:41:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:41:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:42:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:42:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:43:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:43:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:44:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:44:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:45:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:45:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:46:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:46:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:47:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:47:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:48:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:48:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:49:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:49:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:50:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:50:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:51:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:51:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:52:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:52:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:53:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:53:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:54:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:54:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:55:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:55:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:56:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:56:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:57:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:57:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:58:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:58:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:59:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:59:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:60:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:60:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:61:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_diff.py:61:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_division.py:19:41: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:21:40: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:22:38: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:26:41: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:28:40: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:29:38: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:32:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_division.py:36:46: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:38:45: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:39:43: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:41:46: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:43:45: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:44:43: E221 multiple spaces before operator
./sympy/mpmath/tests/test_division.py:83:43: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/tests/test_division.py:84:43: E227 missing whitespace around bitwise or shift operator
./sympy/mpmath/tests/test_division.py:87:18: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_division.py:87:29: E702 multiple statements on one line (semicolon)
./sympy/mpmath/tests/test_division.py:98:40: E261 at least two spaces before inline comment
./sympy/mpmath/tests/test_division.py:99:59: E261 at least two spaces before inline comment
./sympy/mpmath/tests/test_division.py:140:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen.py:9:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen.py:9:30: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:9:32: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:18:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:19:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:28:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:28:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:34:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:46:25: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:46:27: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:66:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:66:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:73:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:74:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:80:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:92:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen.py:92:23: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:92:25: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:98:31: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:98:33: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:98:45: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:98:47: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:109:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:109:38: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:112:17: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:112:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:124:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen.py:135:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:135:41: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:142:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:142:47: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:142:73: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen.py:144:34: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:144:36: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:145:29: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:145:31: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:146:27: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:146:29: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:148:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen.py:149:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:150:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:152:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:155:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:156:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:158:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:161:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:162:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:164:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:167:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:168:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:170:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:170:4: E225 missing whitespace around operator
./sympy/mpmath/tests/test_eigen.py:170:5: E222 multiple spaces after operator
./sympy/mpmath/tests/test_eigen.py:173:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:174:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:176:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:177:7: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:177:32: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:177:34: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:178:7: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:178:27: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:178:29: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:179:7: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen.py:179:25: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen.py:179:27: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:9:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:9:25: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:9:27: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:29:18: E201 whitespace after '('
./sympy/mpmath/tests/test_eigen_symmetric.py:36:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:36:25: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:36:27: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:56:18: E201 whitespace after '('
./sympy/mpmath/tests/test_eigen_symmetric.py:63:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:63:31: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:63:33: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:63:48: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:63:50: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:73:41: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:73:43: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:77:12: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:102:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:102:31: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:102:33: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:102:48: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:102:50: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:112:41: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:112:43: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:116:12: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:127:15: E221 multiple spaces before operator
./sympy/mpmath/tests/test_eigen_symmetric.py:141:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:151:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:151:25: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:151:27: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:158:16: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:158:19: E225 missing whitespace around operator
./sympy/mpmath/tests/test_eigen_symmetric.py:158:24: E201 whitespace after '('
./sympy/mpmath/tests/test_eigen_symmetric.py:163:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:191:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:199:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:199:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:203:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:210:16: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:210:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:212:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:212:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:216:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:221:10: E225 missing whitespace around operator
./sympy/mpmath/tests/test_eigen_symmetric.py:225:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:225:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:229:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:234:10: E225 missing whitespace around operator
./sympy/mpmath/tests/test_eigen_symmetric.py:237:16: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:237:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:239:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:239:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:243:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:253:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:253:27: E225 missing whitespace around operator
./sympy/mpmath/tests/test_eigen_symmetric.py:253:35: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:255:35: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:255:37: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:255:51: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:255:53: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:257:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:267:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:267:27: E225 missing whitespace around operator
./sympy/mpmath/tests/test_eigen_symmetric.py:267:41: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:267:67: E231 missing whitespace after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:271:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:277:18: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:277:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:277:27: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:278:14: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:278:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:278:27: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:279:27: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:280:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:280:27: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:281:11: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:281:14: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:281:18: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:281:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:281:27: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:282:11: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:282:14: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:282:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:283:11: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:283:18: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:283:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:283:27: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:284:11: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:284:14: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:284:18: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:284:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:284:27: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:289:31: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:289:33: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:293:31: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:293:33: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:299:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:300:10: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:300:13: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:301:28: E203 whitespace before ','
./sympy/mpmath/tests/test_eigen_symmetric.py:303:10: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:303:24: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:303:39: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:303:44: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:303:67: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:304:10: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:304:23: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:304:38: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:304:53: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:304:66: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:305:28: E203 whitespace before ','
./sympy/mpmath/tests/test_eigen_symmetric.py:307:10: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:307:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:307:35: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:307:48: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:308:10: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:308:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:308:35: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:308:48: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:309:30: E203 whitespace before ','
./sympy/mpmath/tests/test_eigen_symmetric.py:311:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:312:10: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:312:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:313:27: E203 whitespace before ','
./sympy/mpmath/tests/test_eigen_symmetric.py:315:10: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:315:23: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:315:38: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:315:43: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:315:66: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:316:10: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:316:23: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:316:37: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:316:52: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:316:65: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:317:27: E203 whitespace before ','
./sympy/mpmath/tests/test_eigen_symmetric.py:319:10: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:319:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:319:35: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:320:10: E201 whitespace after '['
./sympy/mpmath/tests/test_eigen_symmetric.py:320:22: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:320:35: E241 multiple spaces after ','
./sympy/mpmath/tests/test_eigen_symmetric.py:321:28: E203 whitespace before ','
./sympy/mpmath/tests/test_eigen_symmetric.py:323:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_eigen_symmetric.py:323:42: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:323:44: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:324:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:326:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:328:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:329:7: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:330:7: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:331:11: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:332:7: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:334:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:334:30: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:334:32: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:334:40: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:334:42: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:335:47: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:335:49: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:335:61: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:335:63: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:339:7: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:350:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:351:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:352:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:353:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:354:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:354:71: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:354:73: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:355:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:356:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:357:3: E111 indentation is not a multiple of four
./sympy/mpmath/tests/test_eigen_symmetric.py:357:86: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:357:88: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:357:108: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:357:110: E251 unexpected spaces around keyword / parameter equals
./sympy/mpmath/tests/test_eigen_symmetric.py:357:124: E202 whitespace before ')'
./sympy/mpmath/tests/test_elliptic.py:21:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_elliptic.py:36:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_elliptic.py:82:1: E303 too many blank lines (4)
./sympy/mpmath/tests/test_elliptic.py:108:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_elliptic.py:112:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:117:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:195:56: E225 missing whitespace around operator
./sympy/mpmath/tests/test_elliptic.py:228:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_elliptic.py:289:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_elliptic.py:322:11: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:324:51: E225 missing whitespace around operator
./sympy/mpmath/tests/test_elliptic.py:325:50: E225 missing whitespace around operator
./sympy/mpmath/tests/test_elliptic.py:326:50: E225 missing whitespace around operator
./sympy/mpmath/tests/test_elliptic.py:327:50: E225 missing whitespace around operator
./sympy/mpmath/tests/test_elliptic.py:334:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_elliptic.py:372:10: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:387:16: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:387:18: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:393:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_elliptic.py:438:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_elliptic.py:475:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_elliptic.py:532:5: E303 too many blank lines (2)
./sympy/mpmath/tests/test_elliptic.py:566:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_elliptic.py:591:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_elliptic.py:594:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:594:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:595:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:595:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:596:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:596:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:597:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:597:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:598:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:598:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:599:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:599:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:602:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:602:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:603:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:603:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:604:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:604:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:605:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:605:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:607:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:607:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:608:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:608:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:609:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:609:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:611:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:612:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:613:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:615:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:617:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:618:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:620:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:620:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:620:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:621:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:621:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:621:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:622:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:622:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:622:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:624:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:624:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:624:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:625:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:625:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:625:35: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:626:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:626:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:626:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:628:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:628:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:628:35: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:630:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:630:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:630:36: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:633:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:633:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:634:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:634:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:635:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:635:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:636:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:636:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:638:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:638:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_elliptic.py:643:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:26:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:31:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:34:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_fp.py:34:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_fp.py:34:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_fp.py:36:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:56:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:112:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:124:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:131:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:168:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:190:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:225:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:226:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_fp.py:227:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_fp.py:228:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_fp.py:230:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:291:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_fp.py:338:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:8:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:45:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:67:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:82:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:112:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:126:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:133:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:143:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:156:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:164:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:188:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:189:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:191:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:191:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:192:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:193:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:194:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:195:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:196:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:197:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:198:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:199:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:201:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:202:49: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:215:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:227:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:240:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:255:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:270:42: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:274:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:287:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:288:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:289:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:290:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:291:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:292:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:293:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:294:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:295:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:296:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:297:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:298:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:300:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:302:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:303:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:304:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:305:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:306:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:307:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:308:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:309:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:310:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:311:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:312:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:313:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:314:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:315:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:316:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:317:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:318:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:319:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:320:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:321:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:322:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:323:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:324:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:325:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:326:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:327:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:329:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:367:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:382:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:383:47: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:384:51: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:395:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:428:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:442:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:449:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:457:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:459:35: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:462:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:463:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:463:52: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:465:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:471:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:472:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:473:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:474:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:475:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:490:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:496:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:519:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:527:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:529:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:529:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:533:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:533:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:548:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:616:18: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:616:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:617:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:617:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:618:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:618:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:619:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:619:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:620:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:620:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:621:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:621:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:622:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:622:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:624:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:637:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:641:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:642:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:642:39: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:643:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:644:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:645:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:646:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:646:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:647:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:648:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:649:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:650:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:650:36: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:651:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:654:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:656:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:657:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:660:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:662:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:664:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:708:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:714:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:725:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:779:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:790:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:799:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:814:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:818:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:826:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:840:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:841:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:842:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:843:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:844:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:845:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:846:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:847:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:848:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:849:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:850:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:851:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:853:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:862:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:864:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:865:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:866:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:867:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:868:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:869:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:870:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:871:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:872:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:873:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:874:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:875:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:876:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:877:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:878:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:879:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:879:32: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:881:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:895:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions.py:897:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:54: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:56: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:58: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:60: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:62: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:64: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:66: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:68: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:70: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:72: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:74: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:77: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:79: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:82: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:84: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:86: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:88: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:91: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:93: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:96: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:98: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:100: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:102: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:105: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:107: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:109: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:111: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:113: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:115: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:897:118: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:55: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:58: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:60: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:62: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:64: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:66: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:68: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:70: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:72: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:74: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:76: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:78: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:80: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:82: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:84: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:86: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:88: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:90: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:92: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:94: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:96: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:98: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:101: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:103: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:105: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:107: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:110: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:112: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:114: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:898:116: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:54: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:59: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:63: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:65: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:67: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:69: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:72: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:74: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:76: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:79: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:81: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:83: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:85: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:87: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:90: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:92: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:94: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:96: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:98: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:899:100: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:55: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:60: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:64: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:67: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:69: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:71: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:73: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:76: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:78: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:80: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:82: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:85: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:87: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:89: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:91: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:93: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:95: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:97: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:100: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:900:103: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:901:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:902:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:907:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:908:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:909:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:910:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions.py:911:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:4:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:14:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:15:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:16:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:17:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:18:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:19:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:20:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:21:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:22:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:23:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:28:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:43:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:44:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:45:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:46:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:47:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:48:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:50:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:51:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:52:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:53:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:54:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:55:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:56:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:57:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:58:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:59:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:60:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:60:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:62:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:63:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:64:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:65:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:66:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:67:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:68:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:69:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:70:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:71:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:72:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:75:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:77:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:78:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:79:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:80:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:81:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:82:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:82:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:83:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:84:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:85:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:86:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:87:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:88:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:88:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:90:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:92:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:93:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:94:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:95:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:96:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:97:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:98:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:99:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:100:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:101:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:103:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:105:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:106:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:107:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:108:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:110:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:112:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:112:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:113:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:113:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:115:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:117:17: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:118:17: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:119:18: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:120:17: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:121:18: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:122:17: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:123:18: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:124:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:125:17: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:126:18: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:127:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:129:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:131:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:132:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:132:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:133:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:133:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:133:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:134:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:134:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:134:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:135:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:135:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:135:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:135:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:136:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:136:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:136:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:136:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:136:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:138:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:138:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:139:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:139:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:141:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:141:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:143:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:143:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:143:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:143:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:143:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:143:36: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:144:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:144:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:144:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:144:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:144:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:144:36: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:145:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:145:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:145:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:145:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:145:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:145:36: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:148:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:148:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:148:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:148:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:148:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:148:36: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:148:41: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:151:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:163:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:164:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:185:58: E225 missing whitespace around operator
./sympy/mpmath/tests/test_functions2.py:188:32: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:211:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:258:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:273:8: E225 missing whitespace around operator
./sympy/mpmath/tests/test_functions2.py:297:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:309:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:311:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:312:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:313:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:314:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:315:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:316:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:317:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:319:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:320:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:322:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:323:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:326:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:327:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:328:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:329:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:330:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:331:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:332:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:333:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:335:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:336:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:337:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:338:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:339:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:341:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:393:5: E301 expected 1 blank line, found 0
./sympy/mpmath/tests/test_functions2.py:393:13: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:393:15: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:441:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:452:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:455:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:455:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:455:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:456:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:456:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:457:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:458:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:458:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:460:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:461:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:463:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:466:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:466:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:466:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:466:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:467:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:467:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:467:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:467:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:468:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:468:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:468:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:469:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:469:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:470:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:470:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:470:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:471:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:471:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:472:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:472:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:472:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:473:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:473:32: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:474:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:474:35: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:475:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:475:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:476:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:476:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:476:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:478:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:478:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:479:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:479:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:483:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:483:32: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:483:35: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:485:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:488:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:488:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:489:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:492:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:493:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:494:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:497:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:497:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:498:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:499:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:500:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:502:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:502:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:502:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:503:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:503:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:504:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:504:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:505:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:505:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:507:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:507:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:507:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:507:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:507:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:507:42: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:508:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:508:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:508:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:508:39: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:509:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:509:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:509:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:509:39: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:511:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:511:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:511:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:511:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:511:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:511:42: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:512:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:512:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:512:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:512:39: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:513:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:513:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:513:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:513:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:513:39: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:515:1: E302 expected 2 blank lines, found 1
./sympy/mpmath/tests/test_functions2.py:518:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:518:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:518:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:519:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:519:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:519:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:520:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:520:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:520:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:520:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:521:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:521:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:521:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:521:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:522:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:522:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:522:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:523:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:523:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:523:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:524:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:524:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:524:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:525:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:525:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:525:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:526:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:526:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:526:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:527:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:527:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:527:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:528:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:528:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:528:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:529:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:529:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:530:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:530:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:533:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:533:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:533:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:534:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:534:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:534:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:535:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:535:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:535:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:536:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:536:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:536:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:537:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:537:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:537:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:538:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:538:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:538:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:539:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:539:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:539:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:540:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:540:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:540:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:540:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:541:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:541:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:541:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:542:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:542:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:542:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:543:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:543:28: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:543:33: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:544:23: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:544:26: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:544:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:545:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:545:25: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:546:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:546:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:549:19: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:549:48: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:550:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:550:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:551:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:551:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:552:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:553:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:554:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:555:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:556:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:556:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:556:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:557:21: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:557:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:557:29: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:557:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:558:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:558:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:558:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:559:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:559:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:559:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:559:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:559:41: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:559:77: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:560:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:560:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:560:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:560:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:560:41: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:560:77: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:561:27: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:561:31: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:561:34: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:561:37: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:561:41: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:561:72: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:562:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:562:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:562:30: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:564:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:564:22: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:564:24: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:565:20: E231 missing whitespace after ','
./sympy/mpmath/tests/test_functions2.py:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment