Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Zac-HD/shed issues and pull requests
#109 - Ignore F401 in __init__.py
Pull Request -
State: closed - Opened by jobh 7 months ago
- 3 comments
#108 - Possible typo in CODEMODS.md
Pull Request -
State: closed - Opened by EFord36 7 months ago
- 3 comments
#107 - Enable more ruff autofixes
Issue -
State: open - Opened by jakkdl 8 months ago
#106 - version bump, detect stdlib import
Pull Request -
State: closed - Opened by jakkdl 8 months ago
#105 - replace pyupgrade+isort+autoflake with ruff
Pull Request -
State: closed - Opened by jakkdl 9 months ago
- 5 comments
#104 - Update to black 24.1.0
Pull Request -
State: closed - Opened by reidhoch 10 months ago
- 1 comment
#103 - Include isort config in first_party detection
Pull Request -
State: closed - Opened by SimonBiggs 11 months ago
- 3 comments
#102 - Use ruff to replace autoflake, pyupgrade, isort and black
Pull Request -
State: closed - Opened by OtherBarry about 1 year ago
- 1 comment
#101 - Replacing ~autoflake, isort, and~ black with Ruff
Issue -
State: open - Opened by OtherBarry about 1 year ago
- 9 comments
#100 - Should the readme list >=py38 instead of >=py37 as the autodetected minimum version?
Issue -
State: closed - Opened by matrss about 1 year ago
- 2 comments
#99 - Adding error message if filename has glob pattern
Pull Request -
State: closed - Opened by Cheukting over 1 year ago
#98 - add tests for suggesting different block, and fix regex for ipython prompt
Pull Request -
State: closed - Opened by jakkdl over 1 year ago
- 1 comment
#97 - tweak tox so python version can be specified in tests
Pull Request -
State: closed - Opened by jakkdl over 1 year ago
#96 - Move docshed invocation to codemods, so it only looks in docstrings
Pull Request -
State: closed - Opened by jakkdl over 1 year ago
#95 - `docshed` should only apply in docstrings, not other string literals
Issue -
State: closed - Opened by Zac-HD over 1 year ago
- 4 comments
#94 - update autoflake min version to 2.1.0
Pull Request -
State: closed - Opened by Cheukting over 1 year ago
- 13 comments
#93 - Proposal: shed should use ast.parse to validate code on errors
Issue -
State: closed - Opened by DRMacIver over 1 year ago
- 4 comments
#92 - Complicated regex somehow breaks shed --refactor
Issue -
State: closed - Opened by DRMacIver over 1 year ago
- 1 comment
#91 - Tidy nested with on >=3.9
Pull Request -
State: closed - Opened by Cheukting over 1 year ago
#90 - shed --refactor breaks on (incorrect) code involving generator expression
Issue -
State: closed - Opened by DRMacIver over 1 year ago
- 4 comments
#89 - Coding magic comment deleted
Issue -
State: closed - Opened by jtplaarj over 1 year ago
- 1 comment
#88 - After next `autoflake` release, grab the perf improvement
Issue -
State: closed - Opened by Zac-HD over 1 year ago
- 3 comments
#87 - [feature request] some way of passing through options/config to bundled tools
Issue -
State: closed - Opened by jakkdl over 1 year ago
- 2 comments
#86 - Don't replace dict with keyword argument with empty literal
Pull Request -
State: closed - Opened by DRMacIver over 1 year ago
#85 - Fix one example of invalid code produced by refactoring
Pull Request -
State: closed - Opened by DRMacIver over 1 year ago
#84 - Bugs in `shed --refactor`
Issue -
State: closed - Opened by Zac-HD over 1 year ago
#83 - Update build to run on Python 3.11
Pull Request -
State: closed - Opened by DRMacIver over 1 year ago
- 2 comments
#82 - Run isort before and after autoflake.
Pull Request -
State: closed - Opened by DRMacIver over 1 year ago
#81 - Don't merge nested calls to sorted with a key.
Pull Request -
State: closed - Opened by DRMacIver over 1 year ago
#80 - Replacement of `reversed(sorted(x))` with `sorted(x, reverse=True)` changes stability of sort.
Issue -
State: closed - Opened by DRMacIver over 1 year ago
- 4 comments
#79 - Do not convert `== True/False` to `is`.
Pull Request -
State: closed - Opened by DRMacIver over 1 year ago
#78 - Shed requiring two passes when removing import causes ordering confusion
Issue -
State: closed - Opened by jakkdl over 1 year ago
- 4 comments
#77 - Add refactors for builtin constructors
Pull Request -
State: closed - Opened by rudyardrichter over 1 year ago
#76 - Don't remove "useless" parens containing comments
Pull Request -
State: closed - Opened by rudyardrichter over 1 year ago
#75 - Shed requires two passes when removing imports makes it possible to put them on one line
Issue -
State: closed - Opened by jakkdl over 1 year ago
- 2 comments
#74 - `shed --refactor` should only convert `== True` to `is True` within an `if` or `while`
Issue -
State: closed - Opened by Zac-HD over 1 year ago
- 5 comments
#73 - Stop shed from refactoring certain lines?
Issue -
State: closed - Opened by salimfadhley almost 2 years ago
- 3 comments
#72 - PR for: Refactor visitor silently not run if there's syntax error in files
Pull Request -
State: closed - Opened by timsankara almost 2 years ago
#71 - Refactor visitor silently not run if there's syntax error in files
Pull Request -
State: closed - Opened by timsankara almost 2 years ago
#70 - add upper bound for black and isort versions
Issue -
State: closed - Opened by ghazi-git almost 2 years ago
- 5 comments
#69 - Incorrect refactor when removing nested `sorted`
Issue -
State: closed - Opened by Zac-HD almost 2 years ago
#68 - Stop `shed --refactor` from removing comments in otherwise-pointless parens
Issue -
State: closed - Opened by Zac-HD almost 2 years ago
#67 - Refactor type hints for Python 3.10+
Issue -
State: closed - Opened by Zac-HD almost 2 years ago
- 7 comments
#66 - Test on Python 3.11
Issue -
State: closed - Opened by Zac-HD almost 2 years ago
#65 - When processing file lists with globbing characters, warn user
Issue -
State: closed - Opened by tommorris almost 2 years ago
- 8 comments
#64 - Ruff auto-fixes
Issue -
State: closed - Opened by TomFryers almost 2 years ago
- 4 comments
#63 - add .pyi to pre-commit config
Pull Request -
State: closed - Opened by jakkdl almost 2 years ago
#62 - nit: canonicalize could just be canonize
Pull Request -
State: closed - Opened by alok almost 2 years ago
- 1 comment
#61 - Reformat .pyi files
Pull Request -
State: closed - Opened by chaimjfishman almost 2 years ago
#60 - shed doesn't reformat .pyi files
Issue -
State: closed - Opened by jakkdl almost 2 years ago
- 3 comments
#59 - Add shed to conda-forge
Issue -
State: closed - Opened by daluar almost 2 years ago
- 1 comment
#58 - Support for check
Issue -
State: closed - Opened by pamelafox about 2 years ago
- 3 comments
#57 - Bug in new `len()` refactor
Issue -
State: closed - Opened by Zac-HD about 2 years ago
- 2 comments
#56 - Pie788 no bool condition, support sets and bool() in pie787, remove carriage returns
Pull Request -
State: closed - Opened by jakkdl about 2 years ago
- 1 comment
#55 - Refactor visitor silently not run if there's syntax error in files
Issue -
State: closed - Opened by jakkdl about 2 years ago
- 2 comments
#54 - Missing pre-commit-config.yaml ?
Issue -
State: closed - Opened by jakkdl about 2 years ago
- 2 comments
#53 - implement refactor of pie787, no-len-condition
Pull Request -
State: closed - Opened by jakkdl about 2 years ago
#52 - split assert - avoid split if message, handle comments
Pull Request -
State: closed - Opened by jakkdl about 2 years ago
- 6 comments
#51 - add codemod for splitting up 'assert a and b'
Pull Request -
State: closed - Opened by jakkdl about 2 years ago
- 4 comments
#50 - Add option to recursively format all files in a specific folder
Issue -
State: closed - Opened by 34j about 2 years ago
- 1 comment
#49 - Create a live demo using Pyodide
Issue -
State: open - Opened by Zac-HD about 2 years ago
#48 - pyupgrade v3: Internal error formatting '...': AttributeError: module 'pyupgrade._main' has no attribute 'IMPORT_REMOVALS'
Issue -
State: closed - Opened by The-Compiler about 2 years ago
- 2 comments
#47 - Add tests for parse error on pattern-matching syntax
Pull Request -
State: closed - Opened by Zac-HD about 2 years ago
#46 - [BUG] `Could not parse file` Error on Pattern Matching in 3.10
Issue -
State: closed - Opened by OtherBarry about 2 years ago
- 5 comments
Labels: bug
#45 - cannot modify `known_first_party` or custom sections for isort
Issue -
State: closed - Opened by danielknell over 2 years ago
- 3 comments
#44 - chokes on ipython magics in Jupyter notebooks
Issue -
State: closed - Opened by ltalirz over 2 years ago
- 1 comment
#43 - Option to list files that were reformatted
Issue -
State: closed - Opened by phillco over 2 years ago
- 1 comment
#42 - Issues loading files containing unicode on windows
Issue -
State: closed - Opened by phillco over 2 years ago
- 3 comments
#41 - pyupgrade._main has no attribute _fix_py36_plus
Issue -
State: closed - Opened by Charlie-Root over 2 years ago
- 1 comment
#40 - Flatten syntactically nested Union or Literal instances
Pull Request -
State: closed - Opened by Cheukting over 2 years ago
- 1 comment
#39 - Recording the new Union operator for annotation to make None Last
Pull Request -
State: closed - Opened by Cheukting over 2 years ago
- 4 comments
#38 - Reorder Union/Literal subscripts to put None last
Pull Request -
State: closed - Opened by jacklee1792 over 2 years ago
#37 - Rewrite `Optional[Literal[...]]` to `Literal[..., None]`
Pull Request -
State: closed - Opened by jtyliu over 2 years ago
#36 - Put None last in Union/Literal annotation
Pull Request -
State: closed - Opened by jacklee1792 over 2 years ago
#35 - Internal errors when running on pytest with `--refactor`
Issue -
State: closed - Opened by The-Compiler over 2 years ago
- 3 comments
#34 - Check before using _fix_py36_plus
Pull Request -
State: closed - Opened by Cheukting over 2 years ago
- 6 comments
#33 - pyupgrade 2.32.0 removed _fix_py36_plus
Issue -
State: closed - Opened by spl over 2 years ago
- 2 comments
#32 - `# isort: skip_file` should not skip formatting
Issue -
State: closed - Opened by Zac-HD over 2 years ago
#31 - --refactor runs into an error with some f-string syntax like f"{var=}"
Issue -
State: closed - Opened by TheSkeward over 2 years ago
- 3 comments
#30 - VSCode auto-format using shed
Issue -
State: closed - Opened by tclasen over 2 years ago
- 2 comments
#29 - Bump black version in setup.py please
Issue -
State: closed - Opened by asvetlov almost 3 years ago
- 2 comments
#28 - Positional file argument does not prevent git repo detection
Issue -
State: closed - Opened by lmmx almost 3 years ago
- 2 comments
#27 - Bump bundled teyit to 0.4.1+
Pull Request -
State: closed - Opened by isidentical almost 3 years ago
- 1 comment
#26 - Shed creates a `.hypothesis/` directory when run
Issue -
State: closed - Opened by TomFryers almost 3 years ago
- 3 comments
#25 - Exit with non-zero code if anything changed
Issue -
State: closed - Opened by and-semakin about 3 years ago
- 1 comment
#24 - Please clarify the format of the positional file argument?
Issue -
State: closed - Opened by salimfadhleyhtp about 3 years ago
- 3 comments
#23 - Emit a warning on invalid syntax in files or in doc code-blocks
Issue -
State: closed - Opened by Zac-HD about 3 years ago
- 3 comments
#22 - Add custom rewrites, using e.g. `libcst`
Issue -
State: open - Opened by Zac-HD about 3 years ago
- 23 comments
#21 - flynt for f strings
Issue -
State: closed - Opened by mcarans about 3 years ago
- 1 comment
#20 - _fix_py36_plus() missing 1 required keyword-only argument: 'min_version'
Issue -
State: closed - Opened by luastoned over 3 years ago
- 1 comment
#19 - Shed can break code using runtime type annotations in python 3.9
Issue -
State: closed - Opened by danielknell over 3 years ago
- 1 comment
#18 - Update min LibCST version when it supports Python 3.9 relaxed decorator syntax
Issue -
State: closed - Opened by Zac-HD over 3 years ago
- 6 comments
#17 - Enable PyBetter's `FixTrivialNestedWiths` when Black improves multiple context manager formatting
Issue -
State: closed - Opened by Zac-HD over 3 years ago
- 1 comment
#16 - empties my `__init__.py` files
Issue -
State: closed - Opened by vdwees over 3 years ago
- 7 comments
#15 - `shed`, via `black== 21.4b2`, incorrectly assumes Python 3.9+
Issue -
State: closed - Opened by Zac-HD over 3 years ago
#14 - Run shed as a python module
Issue -
State: closed - Opened by whatnick over 3 years ago
- 2 comments
#13 - Hotfix pyupgrade
Pull Request -
State: closed - Opened by lukedyer-peak almost 4 years ago
- 1 comment
#12 - Internal error: with pyupgrade 2.8.0
Issue -
State: closed - Opened by lukedyer-peak almost 4 years ago
- 4 comments
#11 - Handle `.. code-block:: pycon` like `blacken-docs`
Issue -
State: closed - Opened by Zac-HD almost 4 years ago
- 1 comment
#10 - Consider adding `pep585-upgrade` to `shed --refactor`
Issue -
State: closed - Opened by Zac-HD almost 4 years ago
- 1 comment