issues Search Results · repo:PyCQA/pycodestyle language:Python
Filter by
751 results
(86 ms)751 results
inPyCQA/pycodestyle (press backspace or delete to remove)Environment Information: os: Ubuntu 18.04 python: 3.9.2 Software Version: py-pycodestyle@2.14.0 Executing the command
pytest tests/test_data.py::test[testing/data/python39.py:1] -vv 2 1 results in an error, ...
lillianokok
- 1
- Opened 10 days ago
- #1289
$ flake8 --version
7.2.0 (mccabe: 0.7.0, pycodestyle: 2.13.0, pyflakes: 3.3.2) CPython 3.13.3 on Linux
When constructing a dict, flake8 / pycodestyle reports
E131 continuation line unaligned for hanging ...
mikf
- 1
- Opened on May 4
- #1281
https://peps.python.org/pep-0696/
minimal example:
class C[T: (int, str) = int]:
pass
$ ./venv/bin/flake8 t4.py
t4.py:1:22: E251 unexpected spaces around keyword / parameter equals
t4.py:1:24: ...
asottile-sentry
- Opened on Mar 17
- #1277
from asyncio import gather
__all__ = ( RuleAccessor ,)
from code.base.rule.accessor import RuleBaseAccessor
Image
chaush-server
- 2
- Opened on Mar 17
- #1276
(I did search for duplicates and found many of them, so this issue apparently affects many users, but so far has been
rejected using invalid arguments.)
Current Python documentation for f-strings says: ...
MikhailRyazanov
- 1
- Opened on Dec 30, 2024
- #1274
The W391 rule specifies that Python files should end with a newline character. Does this not include empty files, such
as __init__.py
EeyoreLee
- 3
- Opened on Dec 27, 2024
- #1273
The documentation available at: https://pycodestyle.pycqa.org/en/latest/developer.html#changes does not contain the
latest content from this repository and looks like the latest available stable version ...
frenzymadness
- 6
- Opened on Nov 13, 2024
- #1271
Background
The 1.7.1 tag deals with the rename from pep8 to pycodestyle. I believe there are a few additional steps that could be
taken in a theoretical 1.7.2 tag to get users on the right track.
As ...
PennRobotics
- 2
- Opened on Nov 7, 2024
- #1269
For the following example, E231 is not flagged when violation exists within an f-string substitution.
def some_method(aa, bb):
generic method with input params
return f {aa}.{bb}
def ...
aloteda
- 1
- Opened on Sep 30, 2024
- #1264
The following code…
dict(a= AAA
f {4*2} ,
b=[
BBB ,
BBB ,
],
c= CCC )
…causes
example.py:6:6: E122 continuation line missing indentation or outdented
The ...
dsotirho-ucsc
- 1
- Opened on Sep 28, 2024
- #1263

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.