Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterjclaw/vscode-fix8
VSCode extension for Fix8
https://github.com/peterjclaw/vscode-fix8
Last synced: 24 days ago
JSON representation
VSCode extension for Fix8
- Host: GitHub
- URL: https://github.com/peterjclaw/vscode-fix8
- Owner: PeterJCLaw
- Created: 2021-01-03T17:25:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T17:58:39.000Z (about 4 years ago)
- Last Synced: 2024-11-26T08:44:35.601Z (3 months ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# VSCode Fix8
VSCode extension for [fix8][] -- automated Flake8 fixing.
[fix8]: https://github.com/PeterJCLaw/fix8
## Features
This extension current provides a single command, equivalent to calling `fix8`
against the current file.Fixes:
* `F401`: Unused imports are removed
* `C812`, `C813`, `C814`, `C815`, `C816`: Trailing commas are added## Release Notes
See [CHANGELOG.md](./CHANGELOG.md).
## Attribution
Fix8 uses [`parso`][parso] to aid its handling of the Python AST.
`parso` is included in the extension, licensed under MIT License.[parso]: https://pypi.org/project/parso/