index
:
delta/python-packages/pep8.git
E306_async_def
E721-allow-is-v2
add-code-of-conduct
bug/507
develop
doc-update
drop_py34
feature292
followup-to-499
gh-425
gh-502
gh-702
issue-228
issue-304
issue-314
issue-316
issue-319-regression
issue-334
issue-338
issue-357
issue-363
issue-366
issue-366-regression
issue-368
issue-376
issue-452
issue-473
issue/1018
issue319
issue336
issue358
main
markdown
master
package-pycodestyle
pre-commit-ci-update-config
release/1.7.x
release/1.8.0
release/2.0.0
release/v1.6.3
remove_indent_size_str
test-pypy3
upcoming-3.0
update-rtd-links
update_sphinx
github.com: jcrocholl/pep8.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pycodestyle.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1070 from PyCQA/py311
Anthony Sottile
2022-06-14
1
-0
/
+1
|
\
|
*
add python3.11 support (except* and a[*b])
Anthony Sottile
2022-05-16
1
-0
/
+1
*
|
fix IndexError regression with E275
Anthony Sottile
2022-05-30
1
-2
/
+1
|
/
*
Generalize E275 to require space after all keywords, not just "import".
Antony Lee
2022-04-17
1
-9
/
+13
*
use short-circuit evaluation in _is_binary_operator
Anthony Sottile
2022-01-27
1
-10
/
+9
*
fix regex bug for E721
Anthony Sottile
2021-12-27
1
-1
/
+1
*
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-12-26
1
-1
/
+0
*
Remove lingering py2 code
Danny Sepler
2021-12-26
1
-28
/
+1
*
Correct test assertions for E721
Pavel Savchenko
2021-12-12
1
-1
/
+0
*
Correct regex to only match type(...) comparisons
Pavel Savchenko
2021-12-12
1
-2
/
+4
*
Properly warn for E262 with non breaking whitespaces
Pierre Sassoulas
2021-11-09
1
-3
/
+4
*
Upgrade comment and documentation for block comment
Pierre Sassoulas
2021-11-09
1
-3
/
+5
*
run pyupgrade
Anthony Sottile
2021-11-08
1
-62
/
+46
*
Remove unnecessary non-capture group
Marc Mueller
2021-10-13
1
-1
/
+1
*
Emit E221-E224 for walrus op
Marc Mueller
2021-10-13
1
-1
/
+1
*
Release 2.8.0
Anthony Sottile
2021-10-10
1
-1
/
+1
*
add simple .pre-commit-config.yaml
Anthony Sottile
2021-10-10
1
-2
/
+1
*
Revert "Merge pull request #990 from cdce8p/whitespace-match-case"
Anthony Sottile
2021-10-05
1
-11
/
+0
*
Issue #588: E201: detect tabs as whitespace
Florian Best
2021-10-05
1
-2
/
+2
*
Merge pull request #1003 from cdce8p/e225-star-pattern
Anthony Sottile
2021-10-05
1
-2
/
+7
|
\
|
*
Fix false-positive with star pattern
Marc Mueller
2021-07-09
1
-2
/
+7
*
|
Allow __all__ to be typed
issue/1018
Ian Stapleton Cordasco
2021-10-01
1
-1
/
+1
*
|
Merge pull request #995 from PyCQA/remove_indent_size_str
Ian Stapleton Cordasco
2021-09-13
1
-6
/
+3
|
\
\
|
*
|
remove indent_size_str
remove_indent_size_str
Anthony Sottile
2021-05-08
1
-6
/
+3
|
|
/
*
|
Fix E225 for lambdas
Zac-HD
2021-09-13
1
-1
/
+3
|
/
*
Merge pull request #993 from asottile/perf_hack
Anthony Sottile
2021-05-06
1
-0
/
+7
|
\
|
*
add performance hack to improve tokenize speed
Anthony Sottile
2021-05-04
1
-0
/
+7
*
|
improve performance of bare_except check
Anthony Sottile
2021-05-04
1
-2
/
+2
|
/
*
Small improvement
Marc Mueller
2021-05-03
1
-3
/
+2
*
Moved to existing check
Marc Mueller
2021-05-03
1
-26
/
+11
*
Add whitespace checks for match and case
Marc Mueller
2021-05-03
1
-0
/
+27
*
issoftkeyword was added in py39
Marc Mueller
2021-05-03
1
-1
/
+1
*
Small fix to version_info comparison
Marc Mueller
2021-05-03
1
-1
/
+1
*
Changes after review
Marc Mueller
2021-05-02
1
-1
/
+4
*
Fix false-positive E211 with match and case
Marc Mueller
2021-05-02
1
-3
/
+7
*
detect multiple E712 in a line
Anthony Sottile
2021-04-02
1
-2
/
+4
*
2.7.0
Anthony Sottile
2021-03-14
1
-1
/
+1
*
use tokenize.open to avoid incorrect line endings at beginning of file
Anthony Sottile
2021-01-07
1
-4
/
+2
*
Support for space indents with size other than 4
Jason Ansel
2020-11-18
1
-12
/
+28
*
fix skipping of physical checks when file does not end in newline
Anthony Sottile
2020-09-11
1
-5
/
+14
*
2.6.0
Anthony Sottile
2020-05-08
1
-1
/
+1
*
Merge pull request #931 from suzil/fix/767/chained-is-not-E714
Ian Stapleton Cordasco
2020-05-08
1
-1
/
+2
|
\
|
*
Handle
Susannah Klaneček
2020-05-01
1
-2
/
+2
|
*
E714: fix chained is not
Susannah Klaneček
2020-05-01
1
-1
/
+2
*
|
Merge pull request #927 from asottile/allow_typing_one_liners_again
Ian Stapleton Cordasco
2020-05-08
1
-10
/
+40
|
\
\
|
|
/
|
/
|
|
*
re-allow decorated one-liners
Anthony Sottile
2020-04-27
1
-10
/
+40
*
|
E306: fix detection inside `async def`
E306_async_def
Anthony Sottile
2020-04-28
1
-1
/
+1
|
/
*
2.6.0a1
Anthony Sottile
2020-04-02
1
-1
/
+1
*
Merge pull request #918 from asottile/only_positional
Anthony Sottile
2020-03-24
1
-1
/
+10
|
\
|
*
Fix E225 for PEP 570 all positional-only arguments
Anthony Sottile
2020-03-23
1
-1
/
+10
[next]