diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-05 04:59:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-05 04:59:18 +0000 |
commit | ab76e6ab590580c799a2d7ddf308146012b3107b (patch) | |
tree | 74b5c2fe44aed54ab64a9cfc859fdc6743fa6155 /docs/cli_development.md | |
parent | 967b9e3140e930c00e358a8010d05dd80b4d3bdc (diff) | |
parent | da6d6ce2e1f266892badbd42fb8c6735e61e784f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/cli_development.md')
-rw-r--r-- | docs/cli_development.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli_development.md b/docs/cli_development.md index 62be3b3d8c..17370a732a 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 # Testing, and Linting, and Formatting (oh my!) -We use nose2, flake8, and yapf to test, lint, and format code. You can use the `pytest` and `format-py` subcommands to run these tests: +We use nose2, flake8, and yapf to test, lint, and format code. You can use the `pytest` and `format-python` subcommands to run these tests: ### Testing and Linting @@ -196,7 +196,7 @@ We use nose2, flake8, and yapf to test, lint, and format code. You can use the ` ### Formatting - qmk format-py + qmk format-python ## Formatting Details |