issues
search
Tadaboody
/
good_smell
A linting/refactoring library for python best practices and lesser-known tricks
BSD 3-Clause "New" or "Revised" License
30
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Feature: Calling good_smell with multiple files
#75
qequ
opened
2 years ago
0
Add smell: Warn when `str.join`ing a constant amount of members and prefer to str.format.
#74
Tadaboody
closed
3 years ago
0
:bug: Fix bad subscript attribute in range len fix
#73
Tadaboody
closed
3 years ago
0
Fix contributing guide to use poetry
#72
Tadaboody
closed
4 years ago
2
Point "contributing guide" link to correct file
#71
ghost
closed
4 years ago
0
Add test for unpacking in for loop.
#70
Dreamsorcerer
closed
3 years ago
5
:bug: Export entry points again
#69
Tadaboody
closed
4 years ago
0
Move to github actions
#68
Tadaboody
closed
4 years ago
1
Bookkeeping
#67
Tadaboody
closed
4 years ago
1
Don't transform ast in linting plugin
#66
Tadaboody
closed
4 years ago
1
Frozen requirements.txt breaks other plugins
#65
Dreamsorcerer
closed
4 years ago
6
Breaks other flake8 plugins by manipulating the AST.
#64
Dreamsorcerer
closed
4 years ago
0
Docs link broken
#63
Dreamsorcerer
closed
4 years ago
1
Crash under very specific scenario
#62
An-dz
opened
5 years ago
0
Tuple object has no attribute id
#61
Dreamsorcerer
closed
3 years ago
1
Simplify collection with case end symbol
#60
Tadaboody
closed
5 years ago
1
Convert AstSmell to use instancing instead of inheritance
#59
Tadaboody
closed
5 years ago
0
YieldFrom Smell
#58
AdamGold
closed
5 years ago
6
Missing dropwhile
#57
Tadaboody
closed
5 years ago
2
Use dropwhile
#56
Tadaboody
closed
5 years ago
1
Replace for-append with generator
#55
Tadaboody
opened
5 years ago
0
Use argparse instead of fire for a cleaner interface and less dependancies
#54
Tadaboody
opened
5 years ago
0
Use with open instead of manually opening and closing file handler
#53
Tadaboody
opened
5 years ago
0
Use builtin breakpoint()
#52
Tadaboody
opened
5 years ago
0
Simplify with yield from
#51
Tadaboody
closed
5 years ago
2
Support multiple python versions
#50
Tadaboody
opened
5 years ago
1
Fix smells in-place
#49
Tadaboody
opened
5 years ago
0
Have the fixer work with other auto-fomratters
#48
Tadaboody
opened
5 years ago
0
Add a pre-commit hook config
#47
Tadaboody
opened
5 years ago
0
Don't flatten a nested for with dependencies
#46
Tadaboody
closed
5 years ago
1
Add filter to existing gen exp
#45
Tadaboody
closed
5 years ago
1
adding to an existing generator exp (important for chaining with #7 )
#44
Tadaboody
closed
5 years ago
0
Cov setup
#43
Tadaboody
closed
5 years ago
1
Create a script to auto-generate the smell list
#42
Tadaboody
closed
5 years ago
0
Add more cases of range-len
#41
Tadaboody
closed
5 years ago
0
Filter
#40
Tadaboody
closed
5 years ago
1
Get rid of clunky generator in test collection
#39
Tadaboody
closed
5 years ago
0
Refactoring
#38
Tadaboody
closed
5 years ago
0
Add black pre-commit hook
#37
Tadaboody
closed
5 years ago
0
Test collection
#36
Tadaboody
closed
5 years ago
0
Use setuptools.find_packages to include all python packages
#35
Tadaboody
closed
5 years ago
0
`smells` package not included in dist
#34
Tadaboody
closed
5 years ago
0
Add requirements.txt
#33
Tadaboody
closed
5 years ago
1
Create a CHANGELOG
#32
Tadaboody
opened
5 years ago
0
Use stlib zfill to lead 0s
#31
Tadaboody
closed
5 years ago
0
Move smells to a subdir
#30
Tadaboody
closed
5 years ago
1
Creating the error code calls log10(0)
#29
Tadaboody
closed
5 years ago
1
Move smells to sub-directory
#28
MeitarR
closed
5 years ago
0
Add requirements.txt
#27
MeitarR
closed
5 years ago
0
Don't flatten a nested for with dependencies
#26
Tadaboody
closed
5 years ago
0
Next