aboutsummaryrefslogtreecommitdiff
path: root/docs/cli_development.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli_development.md')
-rw-r--r--docs/cli_development.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli_development.md b/docs/cli_development.md
index 07c8f281b..0f4f401b3 100644
--- a/docs/cli_development.md
+++ b/docs/cli_development.md
@@ -188,7 +188,7 @@ cli.log.info('Reading from %s and writing to %s', cli.args.filename, cli.args.ou
188 188
189# Testing, and Linting, and Formatting (oh my!) 189# Testing, and Linting, and Formatting (oh my!)
190 190
191We use nose2, flake8, and yapf to test, lint, and format code. You can use the `pytest` and `pyformat` subcommands to run these tests: 191We use nose2, flake8, and yapf to test, lint, and format code. You can use the `pytest` and `format-py` subcommands to run these tests:
192 192
193### Testing and Linting 193### Testing and Linting
194 194
@@ -196,7 +196,7 @@ We use nose2, flake8, and yapf to test, lint, and format code. You can use the `
196 196
197### Formatting 197### Formatting
198 198
199 qmk pyformat 199 qmk format-py
200 200
201## Formatting Details 201## Formatting Details
202 202