Skip to content

Commit afe0830

Browse files
Automated documentation update [skip ci] (#32)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b3f7aa7 commit afe0830

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/pycqa/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
11

2-
# Pyupgrade (via pipx) (pyupgrade)
2+
# PyCQA tools bundle (via pipx) (pycqa)
33

4-
With pyupgrade you can automatically upgrade your Python code to a more modern version of Python.
4+
Python Code Quality Authority tools.
55

66
## Example Usage
77

88
```json
99
"features": {
10-
"ghcr.io/hspaans/devcontainer-features/pyupgrade:1": {}
10+
"ghcr.io/hspaans/devcontainer-features/pycqa:1": {}
1111
}
1212
```
1313

1414
## Options
1515

1616
| Options Id | Description | Type | Default Value |
1717
|-----|-----|-----|-----|
18-
| version | Select the version to install. | string | latest |
18+
| doc8_version | Select the version of doc8 to install. | string | latest |
19+
| docformatter_version | Select the version of docformatter to install. | string | latest |
20+
| eradicate_version | Select the version of eradicate to install. | string | latest |
21+
| isort_version | Select the version of isort to install. | string | latest |
22+
| pydocstyle_version | Select the version of pydocstyle to install. | string | latest |
23+
| pyflakes_version | Select the version of pyflakes to install. | string | latest |
1924

2025

2126

2227
---
2328

24-
_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`._
29+
_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 commit comments

Comments
 (0)