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
*
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
*
|
Allow N-and-fewer blank lines before the first top level thing
Anthony Sottile
2020-03-23
1
-1
/
+1
|
/
*
Merge pull request #913 from anntzer/afteronelinerblock
Anthony Sottile
2020-03-23
1
-0
/
+1
|
\
|
*
Correctly allow *two* blank lines after a block of one-liners.
Antony Lee
2020-02-26
1
-0
/
+1
*
|
Support visual indent of continuation lines after with/assert/raise.
Antony Lee
2020-02-26
1
-0
/
+3
|
/
*
Merge pull request #897 from sobolevn/issue-768
Anthony Sottile
2020-02-19
1
-1
/
+1
|
\
|
*
Adds matmul operator support, fixes #768
sobolevn
2019-12-05
1
-1
/
+1
*
|
Merge branch 'master' into master
Nikita Serba
2020-01-22
1
-10
/
+21
|
\
\
|
|
/
|
*
Merge pull request #879 from FichteForks/pr/pep-572
Ian Stapleton Cordasco
2019-10-21
1
-5
/
+12
|
|
\
|
|
*
Add support for assignment expressions
FichteFoll
2019-07-31
1
-5
/
+12
|
*
|
Merge pull request #834 from EricCousineau-TRI/issue/833
Ian Stapleton Cordasco
2019-09-25
1
-4
/
+5
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
E402: Add "elif" statement to allowed keywords
Eric Cousineau
2019-09-25
1
-1
/
+1
|
|
*
E402: Add "if" statement to allowed keywords
Eric Cousineau
2019-01-30
1
-1
/
+2
|
|
*
E402: Add "with" statement to allowed keywords
Eric Cousineau
2019-01-30
1
-4
/
+4
|
*
|
Ellipsis is not a binary operator
Anthony Sottile
2019-07-11
1
-1
/
+4
*
|
|
Update pycodestyle.py
Nikita Serba
2020-01-22
1
-1
/
+1
*
|
|
Added support for PEP 570 (#867)
Nikita S
2019-07-02
1
-0
/
+4
|
/
/
[next]