Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 KB | None | 0 0
  1. flake8.plugins.manager MainProcess 31 INFO Loading entry-points for "flake8.extension".
  2. flake8.plugins.manager MainProcess 52 INFO Loading entry-points for "flake8.report".
  3. flake8.plugins.manager MainProcess 70 INFO Loading plugin "N8" from entry-point.
  4. flake8.plugins.manager MainProcess 71 INFO Loading plugin "D" from entry-point.
  5. flake8.plugins.manager MainProcess 130 INFO Loading plugin "flake8_debugger" from entry-point.
  6. flake8.plugins.manager MainProcess 130 INFO Loading plugin "I10" from entry-point.
  7. flake8.plugins.manager MainProcess 133 INFO Loading plugin "C90" from entry-point.
  8. flake8.plugins.manager MainProcess 133 INFO Loading plugin "F" from entry-point.
  9. flake8.plugins.manager MainProcess 149 INFO Loading plugin "pycodestyle.ambiguous_identifier" from entry-point.
  10. flake8.plugins.manager MainProcess 149 INFO Loading plugin "pycodestyle.bare_except" from entry-point.
  11. flake8.plugins.manager MainProcess 149 INFO Loading plugin "pycodestyle.blank_lines" from entry-point.
  12. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.break_after_binary_operator" from entry-point.
  13. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.break_before_binary_operator" from entry-point.
  14. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.comparison_negative" from entry-point.
  15. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.comparison_to_singleton" from entry-point.
  16. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.comparison_type" from entry-point.
  17. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.compound_statements" from entry-point.
  18. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.continued_indentation" from entry-point.
  19. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.explicit_line_join" from entry-point.
  20. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.extraneous_whitespace" from entry-point.
  21. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.imports_on_separate_lines" from entry-point.
  22. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.indentation" from entry-point.
  23. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.maximum_doc_length" from entry-point.
  24. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.maximum_line_length" from entry-point.
  25. flake8.plugins.manager MainProcess 150 INFO Loading plugin "pycodestyle.missing_whitespace" from entry-point.
  26. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.missing_whitespace_after_import_keyword" from entry-point.
  27. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.missing_whitespace_around_operator" from entry-point.
  28. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.module_imports_on_top_of_file" from entry-point.
  29. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.python_3000_async_await_keywords" from entry-point.
  30. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.python_3000_backticks" from entry-point.
  31. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.python_3000_has_key" from entry-point.
  32. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.python_3000_invalid_escape_sequence" from entry-point.
  33. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.python_3000_not_equal" from entry-point.
  34. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.python_3000_raise_comma" from entry-point.
  35. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.tabs_obsolete" from entry-point.
  36. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.tabs_or_spaces" from entry-point.
  37. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.trailing_blank_lines" from entry-point.
  38. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.trailing_whitespace" from entry-point.
  39. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.whitespace_around_comma" from entry-point.
  40. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.whitespace_around_keywords" from entry-point.
  41. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.whitespace_around_named_parameter_equals" from entry-point.
  42. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.whitespace_around_operator" from entry-point.
  43. flake8.plugins.manager MainProcess 151 INFO Loading plugin "pycodestyle.whitespace_before_comment" from entry-point.
  44. flake8.plugins.manager MainProcess 152 INFO Loading plugin "pycodestyle.whitespace_before_parameters" from entry-point.
  45. flake8.plugins.manager MainProcess 152 INFO Loading plugin "flake8_print" from entry-point.
  46. flake8.plugins.manager MainProcess 152 INFO Loading plugin "html" from entry-point.
  47. flake8.plugins.manager MainProcess 202 INFO Loading plugin "default" from entry-point.
  48. flake8.plugins.manager MainProcess 203 INFO Loading plugin "pylint" from entry-point.
  49. flake8.plugins.manager MainProcess 203 INFO Loading plugin "quiet-filename" from entry-point.
  50. flake8.plugins.manager MainProcess 203 INFO Loading plugin "quiet-nothing" from entry-point.
  51. flake8.checker MainProcess 215 INFO Making checkers
  52. flake8.checker MainProcess 229 INFO Checking 6 files
  53. flake8.processor ForkPoolWorker-1 282 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  54. flake8.processor ForkPoolWorker-5 286 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  55. flake8.processor ForkPoolWorker-3 286 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  56. flake8.processor ForkPoolWorker-2 289 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  57. flake8.processor ForkPoolWorker-1 296 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  58. flake8.processor ForkPoolWorker-5 299 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  59. flake8.processor ForkPoolWorker-3 300 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  60. flake8.processor ForkPoolWorker-2 305 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  61. flake8.processor ForkPoolWorker-4 339 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  62. flake8.processor ForkPoolWorker-4 363 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  63. flake8.processor ForkPoolWorker-6 383 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  64. flake8.processor ForkPoolWorker-6 425 WARNING Plugin requested optional parameter "builtins" but this is not an available parameter.
  65. flake8.main.application MainProcess 555 INFO Finished running
  66. flake8.main.application MainProcess 556 INFO Reporting errors
  67. ./test_file_generator.py:162:20: F632 use ==/!= to compare str, bytes, and int literals
  68. flake8.main.application MainProcess 556 INFO Found a total of 31 violations and reported 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement