-
Notifications
You must be signed in to change notification settings - Fork 249
Issues: quantifiedcode/python-anti-patterns
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Not using with to open files - what about pathlib's read_text
#139
opened Dec 20, 2019 by
DanGolding
Headline "Test for object identity should be is" doesn't match content
#131
opened Jul 28, 2019 by
hjp
Converting values to lists using list comprehensions instead of list()
#114
opened May 30, 2018 by
AN3223
built-in overriden in "correctness -> else clause on loop without a break statement"
#100
opened Apr 16, 2017 by
CastixGitHub
Use
extend()
for list concatenation triggers when adding at the beginning of list
#86
opened Nov 20, 2015 by
ajmarks
ProTip!
Exclude everything labeled
bug
with -label:bug.