issues Search Results · repo:PyCQA/pycodestyle language:Python
Filter by
757 results
(172 ms)757 results
inPyCQA/pycodestyle (press backspace or delete to remove)I would like to volunteer to add type hints with mypy checks and include a formatting tool like Black or Ruff on the
main file and tests. But before I have to ask:
1. Is introducing a formatting tool ...
albertedwardson
- 3
- Opened 14 days ago
- #1302
The current behavior of E225 / E252 differs between regular function parameters and function type-parameters.
- When a function parameter has a default, but no upper bound, there are no spaces expected ...
randolf-scholz
- 5
- Opened 19 days ago
- #1301
I know you ve already closed multiple issues (at least these 4, linked at the bottom) on this issue, but I am opening
the topic again as a new issue since it keeps getting closed incorrectly. I will provide ...
TaylorMcGinnis
- 1
- Opened on Aug 19
- #1298
While implementing my NOR gate:
def NOR(A: bool, B: bool) - bool:
return A == B == False
pycodestyle (2.14.0) complained:
.\test.py:2:19: E712 comparison to False should be if cond is False: ...
Joeccp
- 3
- Opened on Aug 15
- #1297
So I have a strange problem with this error. First, here s the full file:
Main entry point for the Minesweeper game.
Initializes the game with specified dimensions, title, and difficulty.
from ...
incendius679
- 6
- Opened on Aug 7
- #1295
https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes
E251 unexpected spaces around keyword / parameter equals
E261 at least two spaces before inline comment
It should say:
E251 unexpected ...
wjandrea
- Opened on Aug 5
- #1294
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 on Jul 2
- #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

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.