issues
search
Zac-HD
/
shed
`shed` canonicalises Python code. Shed your legacy, stop bikeshedding, and move on. Black++
https://pypi.org/project/shed/
GNU Affero General Public License v3.0
343
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Ignore F401 in __init__.py
#109
jobh
closed
7 months ago
3
Possible typo in CODEMODS.md
#108
EFord36
closed
7 months ago
3
Enable more ruff autofixes
#107
jakkdl
opened
8 months ago
0
version bump, detect stdlib import
#106
jakkdl
closed
8 months ago
0
replace pyupgrade+isort+autoflake with ruff
#105
jakkdl
closed
8 months ago
5
Update to black 24.1.0
#104
reidhoch
closed
10 months ago
1
Include isort config in first_party detection
#103
SimonBiggs
closed
11 months ago
3
Use ruff to replace autoflake, pyupgrade, isort and black
#102
OtherBarry
closed
8 months ago
1
Replacing ~autoflake, isort, and~ black with Ruff
#101
OtherBarry
opened
1 year ago
9
Should the readme list >=py38 instead of >=py37 as the autodetected minimum version?
#100
matrss
closed
1 year ago
2
Adding error message if filename has glob pattern
#99
Cheukting
closed
1 year ago
0
add tests for suggesting different block, and fix regex for ipython prompt
#98
jakkdl
closed
1 year ago
1
tweak tox so python version can be specified in tests
#97
jakkdl
closed
1 year ago
0
Move docshed invocation to codemods, so it only looks in docstrings
#96
jakkdl
closed
1 year ago
0
`docshed` should only apply in docstrings, not other string literals
#95
Zac-HD
closed
1 year ago
4
update autoflake min version to 2.1.0
#94
Cheukting
closed
8 months ago
13
Proposal: shed should use ast.parse to validate code on errors
#93
DRMacIver
closed
1 year ago
4
Complicated regex somehow breaks shed --refactor
#92
DRMacIver
closed
1 year ago
1
Tidy nested with on >=3.9
#91
Cheukting
closed
1 year ago
0
shed --refactor breaks on (incorrect) code involving generator expression
#90
DRMacIver
closed
1 year ago
4
Coding magic comment deleted
#89
jtplaarj
closed
1 year ago
1
After next `autoflake` release, grab the perf improvement
#88
Zac-HD
closed
8 months ago
3
[feature request] some way of passing through options/config to bundled tools
#87
jakkdl
closed
1 year ago
2
Don't replace dict with keyword argument with empty literal
#86
DRMacIver
closed
1 year ago
0
Fix one example of invalid code produced by refactoring
#85
DRMacIver
closed
1 year ago
0
Bugs in `shed --refactor`
#84
Zac-HD
closed
1 year ago
0
Update build to run on Python 3.11
#83
DRMacIver
closed
1 year ago
2
Run isort before and after autoflake.
#82
DRMacIver
closed
1 year ago
0
Don't merge nested calls to sorted with a key.
#81
DRMacIver
closed
1 year ago
0
Replacement of `reversed(sorted(x))` with `sorted(x, reverse=True)` changes stability of sort.
#80
DRMacIver
closed
1 year ago
4
Do not convert `== True/False` to `is`.
#79
DRMacIver
closed
1 year ago
0
Shed requiring two passes when removing import causes ordering confusion
#78
jakkdl
closed
1 year ago
4
Add refactors for builtin constructors
#77
rudyardrichter
closed
1 year ago
0
Don't remove "useless" parens containing comments
#76
rudyardrichter
closed
1 year ago
0
Shed requires two passes when removing imports makes it possible to put them on one line
#75
jakkdl
closed
1 year ago
2
`shed --refactor` should only convert `== True` to `is True` within an `if` or `while`
#74
Zac-HD
closed
1 year ago
5
Stop shed from refactoring certain lines?
#73
salimfadhley
closed
1 year ago
3
PR for: Refactor visitor silently not run if there's syntax error in files
#72
timsankara
closed
1 year ago
0
Refactor visitor silently not run if there's syntax error in files
#71
timsankara
closed
1 year ago
0
add upper bound for black and isort versions
#70
ghazi-git
closed
1 year ago
5
Incorrect refactor when removing nested `sorted`
#69
Zac-HD
closed
1 year ago
0
Stop `shed --refactor` from removing comments in otherwise-pointless parens
#68
Zac-HD
closed
1 year ago
0
Refactor type hints for Python 3.10+
#67
Zac-HD
closed
1 year ago
7
Test on Python 3.11
#66
Zac-HD
closed
1 year ago
0
When processing file lists with globbing characters, warn user
#65
tommorris
closed
1 year ago
8
Ruff auto-fixes
#64
TomFryers
closed
1 year ago
4
add .pyi to pre-commit config
#63
jakkdl
closed
1 year ago
0
nit: canonicalize could just be canonize
#62
alok
closed
1 year ago
1
Reformat .pyi files
#61
chaimjfishman
closed
1 year ago
0
shed doesn't reformat .pyi files
#60
jakkdl
closed
1 year ago
3
Next