issues
search
PyCQA
/
pycodestyle
Simple Python style checker in one Python file
https://pycodestyle.pycqa.org
Other
5.05k
stars
751
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Outdated documentation
#1271
frenzymadness
opened
2 weeks ago
0
Release 1.7.2
#1270
PennRobotics
closed
3 weeks ago
1
More clearly deprecate the pep8 package
#1269
PennRobotics
closed
3 weeks ago
2
[pre-commit.ci] pre-commit autoupdate
#1268
pre-commit-ci[bot]
closed
1 month ago
0
py39-plus
#1267
asottile
closed
1 month ago
0
[pre-commit.ci] pre-commit autoupdate
#1266
pre-commit-ci[bot]
closed
1 month ago
0
[pre-commit.ci] pre-commit autoupdate
#1265
pre-commit-ci[bot]
closed
1 month ago
0
E231 false pass in f-string substitution
#1264
aloteda
closed
1 month ago
1
E122 false positive after new line string concatenation with f-string
#1263
dsotirho-ucsc
closed
2 months ago
1
E711 not raised on '==' when comparing Enum
#1262
JamesPhillips-scoota
closed
3 months ago
1
docs: update code-of-conduct URLs
#1261
jayaddison
closed
1 month ago
0
E201 / E202 false positives inside f-strings for Python 3.12
#1260
vanschelven
closed
3 months ago
1
Reconsider gh-1201 about whitespace in f-string debug format.
#1259
WarrenWeckesser
closed
3 months ago
1
False positives when using white space around = in f-string debug format.
#1258
WarrenWeckesser
closed
3 months ago
1
Speed up _is_eol_token
#1257
correctmost
closed
3 months ago
1
Speed up _is_eol_token
#1256
correctmost
closed
3 months ago
2
Combine rstrip calls in trailing_whitespace check
#1255
correctmost
closed
3 months ago
0
Use list comprehensions to avoid append() calls
#1254
correctmost
closed
3 months ago
0
[pre-commit.ci] pre-commit autoupdate
#1253
pre-commit-ci[bot]
closed
3 months ago
0
adjust logical line for FSTRING_MIDDLE brace escaping
#1252
asottile
closed
3 months ago
0
[pre-commit.ci] pre-commit autoupdate
#1251
pre-commit-ci[bot]
closed
4 months ago
0
E202 complains about meaningful space before parenthesis in f-strings debug expressions
#1250
nj-vs-vh
closed
4 months ago
1
[pre-commit.ci] pre-commit autoupdate
#1249
pre-commit-ci[bot]
closed
5 months ago
0
E226: unable to detect missing whitespace in f-string
#1248
yuxCai
closed
5 months ago
1
add new error E204 for whitespace after decorator @
#1247
asottile
closed
5 months ago
1
[pre-commit.ci] pre-commit autoupdate
#1246
pre-commit-ci[bot]
closed
5 months ago
0
[pre-commit.ci] pre-commit autoupdate
#1245
pre-commit-ci[bot]
closed
5 months ago
0
Not all errors get ignored when comment on same line
#1244
1lutz
closed
6 months ago
1
f-string varialbes shows wrong E251 and E202 since python 3.12 upgrade
#1243
gituser789
closed
6 months ago
2
E122: No valid indent for long function call nested in f-string?
#1242
anntzer
opened
7 months ago
2
Spurious E231 for nested format substitutions
#1241
anntzer
opened
7 months ago
0
E251: keyword `=` vs. expressions with spaces
#1240
adamsol
closed
7 months ago
1
[pre-commit.ci] pre-commit autoupdate
#1239
pre-commit-ci[bot]
closed
7 months ago
0
[pre-commit.ci] pre-commit autoupdate
#1238
pre-commit-ci[bot]
closed
8 months ago
0
E403: add report for module-level dunder names that are misplaced.
#1237
jayaddison
closed
8 months ago
1
docs: meta.pycqa.org code-of-conduct hyperlinks are not redirecting as expected.
#1236
jayaddison
closed
1 month ago
3
flake8 E704 Errors Triggered by Inline Ellipsis Formatting in Newer black Versions #1926
#1235
camilamacedo86
closed
8 months ago
1
E502: Fix E502 being disabled after a comment in a logical line
#1234
augustelalande
closed
8 months ago
1
suppress <name> may be undefined, or defined from star imports
#1233
qbnil
closed
8 months ago
3
[pre-commit.ci] pre-commit autoupdate
#1232
pre-commit-ci[bot]
closed
9 months ago
0
docs directory not shipped in pypi sdist
#1231
opoplawski
closed
9 months ago
1
Doc: StyleChecker(quiet) not documented
#1230
buhtz
closed
9 months ago
1
reporting incorrect information in format strings
#1229
beauxq
closed
9 months ago
1
prevent false positive for E721 on member function
#1228
da-raf
closed
9 months ago
0
False-positive E704 with single-line stubs (black 2024 style)
#1227
bersbersbers
closed
10 months ago
1
pyproject.toml is not supported
#1226
Paebbels
closed
10 months ago
1
[pre-commit.ci] pre-commit autoupdate
#1225
pre-commit-ci[bot]
closed
10 months ago
0
Latest version doesn't seem to handle self-documenting f-string syntax added back in 3.8
#1224
BrentWilkins
closed
10 months ago
1
Adds support for pyproject.toml for python 3.11+ projects
#1223
scuml
closed
11 months ago
1
improve backtracking of COMPARE_TYPE_REGEX
#1222
asottile
closed
11 months ago
0
Next