Sign in
chromium
/
external
/
pyflakes
/
pyflakes
Clone this repo:
Branches
master
breakpoint
myint-simplify-else
nonast
Tags
2.1.1
2.1.0
2.0.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.3
1.2.2
1.2.1
More...
232cb1d
Improve @overload detection (#435)
by Anthony Sottile
· 6 years ago
master
6ba3f8e
Include column numbers with all error messages (#426)
by Aaron Meurer
· 6 years ago
ba64624
Fix line number of comment syntax error message (#420)
by Anthony Sottile
· 6 years ago
2c29431
Fix typing.overload check to only check imported names (#423)
by Anthony Sottile
· 6 years ago
72bf8cc
Fix appveyor build
by Anthony Sottile
· 6 years ago
4bc1f21
Write changelog and bump version for 2.1.0
by Anthony Sottile
· 6 years ago
2.1.0
65fdfad
Fix regression with `__all__ = [not, strings]`
by Anthony Sottile
· 6 years ago
14f28ba
Use file_tokens to better match flake8 api
by Anthony Sottile
· 6 years ago
357a2e3
Allow star args in type comments
by Anthony Sottile
· 6 years ago
7272b10
Add check for use of 'is' operator with str, bytes, and int literals
by Jon Dufresne
· 6 years ago
1f58890
Set the proper scope for `async def`
by Anthony Sottile
· 6 years ago
1f4e377
Fix python3.8 docstring offsets
by Anthony Sottile
· 6 years ago
f144487
Move type annotations tests to their own class
by Anthony Sottile
· 6 years ago
ac0aeba
Parse PEP 484 type comments
by Anthony Sottile
· 6 years ago
009f4e7
Update TravisCI to use flake8 3.6.0 (#398)
by Addison Elliott
· 6 years ago
066ba4a
support module scope __annotations__
by 秋葉
· 6 years ago
5ff3669
Remove impossible except UnicodeError
by Anthony Sottile
· 6 years ago
75bc0c0
Include Python version & OS along with version information
by Addison Elliott
· 6 years ago
6ee966d
Add support for PEP 563 (#356) (#374)
by Jörn Heissler
· 6 years ago
c6cc4b6
Test with py3.7; Travis should use Xenial for 3.7 and nightly. (#379)
by Jörn Heissler
· 6 years ago
More »