FS#75717 - python-pycodestyle update broke flake8

Attached to Project: Community Packages
Opened by Kovid Goyal (kovidgoyal) - Sunday, 28 August 2022, 14:06 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 28 August 2022, 15:51 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The latest update to python-pycodestyle breaks flake8

Additional info:
* flake8 4.0.1 pycodestyle 2.9.1

Steps to reproduce:
flake8
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/flake8/plugins/manager.py", line 161, in load_plugin
self._load()
File "/usr/lib/python3.10/site-packages/flake8/plugins/manager.py", line 138, in _load
self._plugin = self.entry_point.load()
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 173, in load
return functools.reduce(getattr, attrs, module)
AttributeError: module 'pycodestyle' has no attribute 'missing_whitespace_after_import_keyword'. Did you mean: 'missing_whitespace_after_keyword'?
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 28 August 2022, 15:51 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#75716 

Loading...