generated from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated documentation update [skip ci] (#32)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b3f7aa7
commit afe0830
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,29 @@ | ||
|
||
# Pyupgrade (via pipx) (pyupgrade) | ||
# PyCQA tools bundle (via pipx) (pycqa) | ||
|
||
With pyupgrade you can automatically upgrade your Python code to a more modern version of Python. | ||
Python Code Quality Authority tools. | ||
|
||
## Example Usage | ||
|
||
```json | ||
"features": { | ||
"ghcr.io/hspaans/devcontainer-features/pyupgrade:1": {} | ||
"ghcr.io/hspaans/devcontainer-features/pycqa:1": {} | ||
} | ||
``` | ||
|
||
## Options | ||
|
||
| Options Id | Description | Type | Default Value | | ||
|-----|-----|-----|-----| | ||
| version | Select the version to install. | string | latest | | ||
| doc8_version | Select the version of doc8 to install. | string | latest | | ||
| docformatter_version | Select the version of docformatter to install. | string | latest | | ||
| eradicate_version | Select the version of eradicate to install. | string | latest | | ||
| isort_version | Select the version of isort to install. | string | latest | | ||
| pydocstyle_version | Select the version of pydocstyle to install. | string | latest | | ||
| pyflakes_version | Select the version of pyflakes to install. | string | latest | | ||
|
||
|
||
|
||
--- | ||
|
||
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/hspaans/devcontainer-features/blob/main/src/pyupgrade/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ | ||
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/hspaans/devcontainer-features/blob/main/src/pycqa/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |