6c4beef783
When using flake8-string-format on Python 3.5 with str.format(*group) it failed: Traceback (most recent call last): File "./.venv-flakes/bin/flake8", line 11, in <module> sys.exit(main()) File ".../site-packages/flake8/main.py", line 33, in main report = flake8_style.check_files() File ".../site-packages/flake8/engine.py", line 181, in check_files return self._retry_serial(self._styleguide.check_files, paths=paths) File ".../site-packages/flake8/engine.py", line 172, in _retry_serial return func(*args, **kwargs) File ".../site-packages/pep8.py", line 1842, in check_files runner(path) File ".../site-packages/flake8/engine.py", line 126, in input_file return fchecker.check_all(expected=expected, line_offset=line_offset) File ".../site-packages/pep8.py", line 1574, in check_all self.check_ast() File ".../site-packages/pep8.py", line 1521, in check_ast for lineno, offset, text, check in checker.run(): File ".../site-packages/flake8_string_format.py", line 288, in run assert isinstance(call.args, ast.Starred) is bool(has_starargs) AssertionError This works around that issue. See https://github.com/xZise/flake8-string-format/issues/11 |
||
---|---|---|
.. | ||
test_autoupdate.py | ||
test_checkpyver.py | ||
test_cmdhistory.py | ||
test_crashdialog.py | ||
test_editor_unit.py | ||
test_guiprocess.py | ||
test_ipc.py | ||
test_keyhints.py | ||
test_lineparser.py | ||
test_miscwidgets.py | ||
test_msgbox.py | ||
test_readline.py | ||
test_sessions_unit.py | ||
test_split_hypothesis.py | ||
test_split.py |