This repository was archived by the owner on Nov 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Issues: sbdchd/flake8-pie
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Other rules for replacing lambda expressions
enhancement
New feature or request
#114
opened Mar 27, 2022 by
ericbn
prefer-with
enhancement
New feature or request
requires types
requires type information to function
#89
opened Jun 13, 2021 by
sbdchd
foo or bar
instead of foo if foo else bar
enhancement
#79
opened May 11, 2021 by
sbdchd
add rule New feature or request
requires types
requires type information to function
foo[0:bar]
can be rewritten as foo[:bar]
enhancement
#59
opened Apr 29, 2021 by
sbdchd
add a rule New feature or request
no-unnecessary-dunder-call
enhancement
#58
opened Apr 27, 2021 by
sbdchd
warn about unnecessary New feature or request
len(list(set(foo)))
enhancement
#47
opened Apr 18, 2021 by
sbdchd
PIE782: False positive when f-string contains numeric formatting
bug
Something isn't working
#24
opened Oct 25, 2019 by
jdufresne
ProTip!
What’s not been updated in a month: updated:<2025-02-12.