Skip to content

Commit

Permalink
Automated documentation update [skip ci] (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 18, 2024
1 parent b3f7aa7 commit afe0830
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/pycqa/README.md
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`._

0 comments on commit afe0830

Please sign in to comment.