diff --git a/src/pycqa/README.md b/src/pycqa/README.md index faedef5..6a6bd7c 100644 --- a/src/pycqa/README.md +++ b/src/pycqa/README.md @@ -1,13 +1,13 @@ -# 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": {} } ``` @@ -15,10 +15,15 @@ With pyupgrade you can automatically upgrade your Python code to a more modern v | 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`._