PS D:\repos\pflake8-issue> poetry run pip list Package Version ---------------- ------- flake8 5.0.4 mccabe 0.7.0 pip 22.3.1 pycodestyle 2.9.1 pyflakes 2.5.0 pyproject-flake8 5.0.4 setuptools 65.5.0 tomli 2.0.1 wheel 0.38.4 PS D:\repos\pflake8-issue> poetry run pflake8 -vv --jobs=2 flake8 MainProcess 88 DEBUG Added a None logging handler to logger root at flake8 flake8.options.manager MainProcess 136 DEBUG Registered option "Option(-q, --quiet, action='count', default=0, help='Report only file names, o r nothing. This option is repeatable.')". flake8.options.manager MainProcess 136 DEBUG Registered option "Option(--color, default='auto', choices=('auto', 'always', 'never'), help='Whe ther to use color in output. Defaults to `%(default)s`.')". flake8.options.manager MainProcess 137 DEBUG Registered option "Option(--count, action='store_true', help='Print total number of errors to sta ndard output and set the exit code to 1 if total is not empty.')". flake8.options.manager MainProcess 137 DEBUG Registered option "Option(--diff, action='store_true', help='(DEPRECATED) Report changes only wit hin line number ranges in the unified diff provided on standard in by the user.')". flake8.options.manager MainProcess 137 DEBUG Registered option "Option(--exclude, default='.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.nox,.eggs, *.egg', type=functools.partial(, comma_separated_list=True, normalize_paths=True), help='Comma-separa ted list of files or directories to exclude. (Default: %(default)s)', metavar='patterns')". flake8.options.manager MainProcess 137 DEBUG Registered option "Option(--extend-exclude, default='', type=functools.partial(, comma_separated_list=True, normalize_paths=True), help='Comma-separated list of files or directories to add to the li st of excluded ones.', metavar='patterns')". flake8.options.manager MainProcess 137 DEBUG Registered option "Option(--filename, default='*.py', type=functools.partial(, comma_separated_list=True, normalize_paths=False), help='Only check for filenames matching the patterns in this comma-s eparated list. (Default: %(default)s)', metavar='patterns')". flake8.options.manager MainProcess 138 DEBUG Registered option "Option(--stdin-display-name, default='stdin', help='The name used when reporti ng errors from code passed via stdin. This is useful for editors piping the file contents to flake8. (Default: %(default)s)')". flake8.options.manager MainProcess 138 DEBUG Registered option "Option(--format, default='default', help='Format errors according to the chose n formatter.', metavar='format')". flake8.options.manager MainProcess 138 DEBUG Registered option "Option(--hang-closing, action='store_true', help="Hang closing bracket instead of matching indentation of opening bracket's line.")". flake8.options.manager MainProcess 139 DEBUG Registered option "Option(--ignore, type=functools.partial(, comma_separated_list=True, normalize_paths=False), help='Comma-separated list of error codes to ignore (or skip). For example, ``--ignore =E4,E51,W234``. (Default: E121,E123,E126,E226,E24,E704,W503,W504)', metavar='errors')". flake8.options.manager MainProcess 139 DEBUG Registered option "Option(--extend-ignore, type=functools.partial(, comma_separated_list=True, normalize_paths=False), help='Comma-separated list of error codes to add to the list of ignored ones. F or example, ``--extend-ignore=E4,E51,W234``.', metavar='errors')". flake8.options.manager MainProcess 139 DEBUG Registered option "Option(--per-file-ignores, default='', help='A pairing of filenames and violat ion codes that defines which violations to ignore in a particular file. The filenames can be specified in a manner similar to the ``--exclude`` option and the violations work similarly to the ``--ignore`` and ``--select`` options.')". flake8.options.manager MainProcess 140 DEBUG Registered option "Option(--max-line-length, default=79, type=, help='Maximum allowe d line length for the entirety of this run. (Default: %(default)s)', metavar='n')". flake8.options.manager MainProcess 140 DEBUG Registered option "Option(--max-doc-length, default=None, type=, help='Maximum allow ed doc line length for the entirety of this run. (Default: %(default)s)', metavar='n')". flake8.options.manager MainProcess 140 DEBUG Registered option "Option(--indent-size, default=4, type=, help='Number of spaces us ed for indentation (Default: %(default)s)', metavar='n')". flake8.options.manager MainProcess 141 DEBUG Registered option "Option(--select, type=functools.partial(, comma_separated_list=True, normalize_paths=False), help='Comma-separated list of error codes to enable. For example, ``--select=E4,E51,W2 34``. (Default: E,F,W,C90)', metavar='errors')". flake8.options.manager MainProcess 141 DEBUG Registered option "Option(--extend-select, type=functools.partial(, comma_separated_list=True, normalize_paths=False), help='Comma-separated list of error codes to add to the list of selected ones. For example, ``--extend-select=E4,E51,W234``.', metavar='errors')". flake8.options.manager MainProcess 142 DEBUG Registered option "Option(--disable-noqa, action='store_true', default=False, help='Disable the e ffect of "# noqa". This will report errors on lines with "# noqa" at the end.')". flake8.options.manager MainProcess 142 DEBUG Registered option "Option(--show-source, action='store_true', help='Show the source generate each error or warning.')". flake8.options.manager MainProcess 142 DEBUG Registered option "Option(--no-show-source, action='store_false', dest='show_source', help='Negat e --show-source')". flake8.options.manager MainProcess 143 DEBUG Registered option "Option(--statistics, action='store_true', help='Count errors.')". flake8.options.manager MainProcess 143 DEBUG Registered option "Option(--exit-zero, action='store_true', help='Exit with status code "0" even if there are errors.')". flake8.options.manager MainProcess 143 DEBUG Registered option "Option(-j, --jobs, default='auto', type=, help='Number of subprocesses to use to run checks in parallel. This is ignored on Windows. The default, "auto", will auto-detect the number of pr ocessors available to use. (Default: %(default)s)')". flake8.options.manager MainProcess 144 DEBUG Registered option "Option(--tee, action='store_true', default=False, help='Write to stdout and ou tput-file.')". flake8.options.manager MainProcess 144 DEBUG Registered option "Option(--benchmark, action='store_true', default=False, help='Print benchmark information about this run of Flake8')". flake8.options.manager MainProcess 144 DEBUG Registered option "Option(--bug-report, action='store_true', help='Print information necessary wh en preparing a bug report')". flake8.options.manager MainProcess 144 DEBUG Registered option "Option(--max-complexity, action='store', default=-1, type=, help= 'McCabe complexity threshold')". flake8.options.manager MainProcess 144 DEBUG Extending default select list with ['C90'] flake8.options.manager MainProcess 145 DEBUG Registered option "Option(--builtins, type=functools.partial(, comma_separated_list=True, normalize_paths=False), help='define more built-ins, comma separated')". flake8.options.manager MainProcess 145 DEBUG Registered option "Option(--doctests, action='store_true', default=False, help='also check syntax of the doctests')". flake8.options.manager MainProcess 145 DEBUG Registered option "Option(--include-in-doctest, default='', type=functools.partial(, comma_separated_list=True, normalize_paths=True), dest='include_in_doctest', help='Run doctests only on these fil es')". flake8.options.manager MainProcess 145 DEBUG Registered option "Option(--exclude-from-doctest, default='', type=functools.partial(, comma_separated_list=True, normalize_paths=True), dest='exclude_from_doctest', help='Skip these files when runn ing doctests')". flake8.options.manager MainProcess 145 DEBUG Extending default select list with ['F'] flake8.options.manager MainProcess 145 DEBUG Extending default select list with ['E'] flake8.options.manager MainProcess 146 DEBUG Extending default select list with ['W'] flake8.options.config MainProcess 146 DEBUG Option "max-line-length" returned value: 120 flake8.options.config MainProcess 146 DEBUG Option "ignore" returned value: 'W292' flake8.options.aggregator MainProcess 146 DEBUG Overriding default value of (79) for "max_line_length" with (120) flake8.options.aggregator MainProcess 146 DEBUG Overriding default value of (None) for "ignore" with (['W292']) flake8.checker MainProcess 147 WARNING The multiprocessing module is not available. Ignoring --jobs arguments. flake8.checker MainProcess 147 INFO Making checkers flake8.discover_files MainProcess 148 DEBUG "D:\repos\pflake8-issue" has not been excluded flake8.discover_files MainProcess 148 DEBUG ".git" has been excluded flake8.discover_files MainProcess 148 DEBUG "D:\repos\pflake8-issue\.idea" has not been excluded flake8.discover_files MainProcess 148 DEBUG "D:\repos\pflake8-issue\file1.py" has not been excluded flake8.discover_files MainProcess 149 DEBUG "D:\repos\pflake8-issue\file2.py" has not been excluded flake8.discover_files MainProcess 149 DEBUG "D:\repos\pflake8-issue\poetry.lock" has not been excluded flake8.discover_files MainProcess 149 DEBUG "D:\repos\pflake8-issue\pyproject.toml" has not been excluded flake8.discover_files MainProcess 149 DEBUG "D:\repos\pflake8-issue\.idea\inspectionProfiles" has not been excluded flake8.discover_files MainProcess 150 DEBUG "D:\repos\pflake8-issue\.idea\.gitignore" has not been excluded flake8.discover_files MainProcess 150 DEBUG "D:\repos\pflake8-issue\.idea\modules.xml" has not been excluded flake8.discover_files MainProcess 150 DEBUG "D:\repos\pflake8-issue\.idea\pflake8-issue.iml" has not been excluded flake8.discover_files MainProcess 150 DEBUG "D:\repos\pflake8-issue\.idea\vcs.xml" has not been excluded flake8.discover_files MainProcess 150 DEBUG "D:\repos\pflake8-issue\.idea\workspace.xml" has not been excluded flake8.discover_files MainProcess 151 DEBUG "D:\repos\pflake8-issue\.idea\inspectionProfiles\profiles_settings.xml" has not been excluded flake8.discover_files MainProcess 151 DEBUG "D:\repos\pflake8-issue\.idea\inspectionProfiles\Project_Default.xml" has not been excluded flake8.checker MainProcess 151 INFO Checking 2 files flake8.checker MainProcess 155 DEBUG Logical line: "print("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxx")" flake8.checker MainProcess 156 DEBUG Logical line: "print("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxx")" flake8.main.application MainProcess 157 INFO Finished running flake8.main.application MainProcess 157 INFO Reporting errors flake8.style_guide MainProcess 157 DEBUG The user configured 'W292' to be , flake8.style_guide MainProcess 157 DEBUG "W292" will be "Decision.Ignored" flake8.violation MainProcess 157 DEBUG Violation(code='W292', filename='.\\file1.py', line_number=1, column_number=113, text='no newline at end of file', physical_line='print("long line =============================================================================================")') is not inline ignored flake8.violation MainProcess 158 DEBUG Violation(code='W292', filename='.\\file2.py', line_number=1, column_number=113, text='no newline at end of file', physical_line='print("long line =============================================================================================")') is not inline ignored flake8.main.application MainProcess 158 INFO Found a total of 2 violations and reported 0