Skip to content

Commit ace36ad

Browse files
committed
Add aurora to the docs
1 parent 65898b1 commit ace36ad

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/developers_guide/quick_start.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ process until your commit is successful. Some changes need to be made manually,
6262
such as inconsistent variable types. When this happens, you must update the
6363
file to `pre-commit`'s standards, and then attempt to re-commit the file.
6464

65-
Internally, `pre-commit` uses [ruff](https://docs.astral.sh/ruff/) to check
66-
PEP8 compliance, as well as sort, check and format imports,
67-
[flynt](https://github.com/ikamensh/flynt) to change any format strings to
68-
f-strings, and [mypy](https://mypy-lang.org/) to check for consistent variable
65+
Internally, `pre-commit` uses [ruff](https://docs.astral.sh/ruff/) to check
66+
PEP8 compliance, as well as sort, check and format imports,
67+
[flynt](https://github.com/ikamensh/flynt) to change any format strings to
68+
f-strings, and [mypy](https://mypy-lang.org/) to check for consistent variable
6969
types. An example error might be:
7070

7171
```bash
@@ -145,6 +145,7 @@ call `discover_machine()`. It will be recognized from the host name or the
145145
local environment:
146146

147147
- andes
148+
- aurora
148149
- anvil
149150
- chicoma-cpu
150151
- chrysalis

0 commit comments

Comments
 (0)