You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With flake8-builtins 1.3.0 and flake8 3.5.0, I'm getting the following error on Python 2.7:
Traceback (most recent call last):
File "/home/ubuntu/virtualenvs/venv-system/bin/flake8", line 11, in <module>
sys.exit(main())
File "/home/ubuntu/virtualenvs/venv-system/local/lib/python2.7/site-packages/flake8/main/cli.py", line 16, in main
app.run(argv)
File "/home/ubuntu/virtualenvs/venv-system/local/lib/python2.7/site-packages/flake8/main/application.py", line 396, in run
self._run(argv)
File "/home/ubuntu/virtualenvs/venv-system/local/lib/python2.7/site-packages/flake8/main/application.py", line 385, in _run
self.report()
File "/home/ubuntu/virtualenvs/venv-system/local/lib/python2.7/site-packages/flake8/main/application.py", line 376, in report
self.report_errors()
File "/home/ubuntu/virtualenvs/venv-system/local/lib/python2.7/site-packages/flake8/main/application.py", line 340, in report_errors
results = self.file_checker_manager.report()
File "/home/ubuntu/virtualenvs/venv-system/local/lib/python2.7/site-packages/flake8/checker.py", line 267, in report
results_reported += self._handle_results(filename, results)
File "/home/ubuntu/virtualenvs/venv-system/local/lib/python2.7/site-packages/flake8/checker.py", line 166, in _handle_results
physical_line=physical_line,
File "/home/ubuntu/virtualenvs/venv-system/local/lib/python2.7/site-packages/flake8/style_guide.py", line 384, in handle_error
error = Violation(code, filename, line_number, column_number + 1,
TypeError: cannot concatenate 'str' and 'int' objects
This seems to be while reporting the error? This seems new in 1.3.0, no error in 1.2.1.
The text was updated successfully, but these errors were encountered:
With flake8-builtins 1.3.0 and flake8 3.5.0, I'm getting the following error on Python 2.7:
This seems to be while reporting the error? This seems new in 1.3.0, no error in 1.2.1.
The text was updated successfully, but these errors were encountered: