-
Notifications
You must be signed in to change notification settings - Fork 23
Pull requests: PyCQA/flake8-pyi
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Raise an error if a body of an empty class starts with "pass"
#12
by ymyzk
was merged Oct 2, 2018
Loading…
Introduce Y058: Use
(Async)Iterator
, not (Async)Generator
, for simple __(a)iter__
methods
#428
by AlexWaygood
was merged Oct 20, 2023
Loading…
Introduce Y059:
Generic[]
should always come last in a bases tuple
#429
by AlexWaygood
was merged Oct 26, 2023
Loading…
Introduce Y060, flagging redundant inheritance from
Generic[]
#431
by AlexWaygood
was merged Oct 26, 2023
Loading…
Update the list of banned imports now that everything is re-exported from
typing_extensions
#434
by AlexWaygood
was merged Oct 27, 2023
Loading…
Improve several error codes so attribute access of names is recognised
type-bug
#161
by AlexWaygood
was merged Jan 29, 2022
Loading…
Detect
__eq__
and __ne__
methods that use Any
instead of object
type-feature
#163
by AlexWaygood
was merged Jan 31, 2022
Loading…
flake8 config: exclude W291 & W293 in .py files
#151
by AlexWaygood
was merged Jan 27, 2022
Loading…
Port
CHANGELOG.rst
to markdown
type-documentation
#153
by AlexWaygood
was merged Jan 27, 2022
Loading…
Fix bug in unused
TypeVar
detection w.r.t. subscript unions
#147
by AlexWaygood
was merged Jan 26, 2022
Loading…
Improve error messages for import-related error codes
type-bug
#165
by AlexWaygood
was merged Jan 31, 2022
Loading…
Run doctest as part of the pytest suite
type-tests
#169
by AlexWaygood
was merged Feb 2, 2022
Loading…
Add a check for methods that hardcode their return type, but shouldn't
type-feature
#174
by AlexWaygood
was merged Feb 5, 2022
Loading…
Add a check for the proper definition of
__all__
type-feature
#176
by AlexWaygood
was merged Feb 5, 2022
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.