hakancelikdev / unimportLinks
The ultimate linter and formatter for removing unused import statements in your code.
☆248Updated 4 months ago
Alternatives and similar repositories for unimport
Users that are interested in unimport are comparing it to the libraries listed below
Sorting:
- Automatically remove unnecessary `# noqa` comments☆263Updated last month
- Automatically convert relative imports to absolute☆160Updated last year
- Removes commented-out code from Python files☆219Updated 2 months ago
- pytest + rich integration (proof of concept)☆252Updated 2 weeks ago
- Formatter for your Python unit tests☆106Updated 3 years ago
- Replace `Optional[T]` by `Union[T, None]` 👀☆57Updated 3 years ago
- ❄ A flake8 plugin that helps you to simplify code☆194Updated last month
- A Python type explainer!☆83Updated 2 years ago
- 🎰 Ensure your __slots__ are working properly☆119Updated 3 weeks ago
- Flake8 plugin for managing type-checking imports & forward references.☆129Updated last month
- A formatter for finding and removing unused import statements.☆313Updated 3 weeks ago
- Flake8 Type Annotation Checking☆163Updated last month
- Flake8 wrapper to make it nice, legacy-friendly, configurable.☆228Updated 5 years ago
- dead simple python dead code detection☆395Updated last month
- Automatically add simple type annotations to your code