<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/lib/python/qmk/cli/pyformat.py, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2023-01-18T23:56:15+00:00</updated>
<entry>
<title>Remove CLI commands: `multibuild`, `cformat`, `fileformat`, `pyformat`. (#19629)</title>
<updated>2023-01-18T23:56:15+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2023-01-18T23:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=4723f308adb7d1d4a4136722e2f576a398695559'/>
<id>urn:sha1:4723f308adb7d1d4a4136722e2f576a398695559</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move all our CLI file formatters to the format dir (#13296)</title>
<updated>2021-07-20T18:52:14+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2021-07-20T18:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=4ab8734d6edd6894757507e70264eddca5429052'/>
<id>urn:sha1:4ab8734d6edd6894757507e70264eddca5429052</id>
<content type='text'>
* move all our file formatters to the format dir

* Apply suggestions from code review

Co-authored-by: Erovia &lt;Erovia@users.noreply.github.com&gt;

Co-authored-by: Erovia &lt;Erovia@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Align our subprocess usage with current best practices. (#12940)</title>
<updated>2021-05-19T22:24:46+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2021-05-19T22:24:46+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=db1eacdaacb9c8f6889f46bc1c6af155b81ad72a'/>
<id>urn:sha1:db1eacdaacb9c8f6889f46bc1c6af155b81ad72a</id>
<content type='text'>
* Align our subprocess usage with current best practices.

* remove unused import

* Apply suggestions from code review

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* fix the cpp invocation for older python

* allow for unprompted installation

* make sure qmk new-keyboard works on windows

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
</entry>
<entry>
<title>Improve our CI tests (#11476)</title>
<updated>2021-05-10T18:18:44+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2021-05-10T18:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=a3e7f3e7c58ee98596ead5c213f3a9ed8340cd80'/>
<id>urn:sha1:a3e7f3e7c58ee98596ead5c213f3a9ed8340cd80</id>
<content type='text'>
* add a test and dry-run to qmk generate-api

* add a dry-run to qmk pyformat

* Add a --dry-run to qmk cformat

* reverse the order of nose2 and flake8 tests

* run CI test against cformat and pyformat

* fix programming errors

* tweak job name

* fix argument

* refine the files we select

* fix stack trace in --ci

* make cformat exit clean

* fix c file extensions

* decouple CI from pyformat

* remove --ci arg

* make ci happy

* use the environment var instead

* change output to text

* fix log message

* replace tabs</content>
</entry>
<entry>
<title>CLI: Add development mode support</title>
<updated>2020-04-08T16:31:14+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2019-11-27T20:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=c61f016fa491502920941fd03cdab6453d126e67'/>
<id>urn:sha1:c61f016fa491502920941fd03cdab6453d126e67</id>
<content type='text'>
Hide development specific options and don't require dev modules unless
`user.developer` is set to `True`.
</content>
</entry>
<entry>
<title>Configuration system for CLI (#6708)</title>
<updated>2019-09-22T20:25:33+00:00</updated>
<author>
<name>skullydazed</name>
</author>
<published>2019-09-22T20:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=d569f0877155efc752994f8a21f5cf001f9d6ae6'/>
<id>urn:sha1:d569f0877155efc752994f8a21f5cf001f9d6ae6</id>
<content type='text'>
* Rework how bin/qmk handles subcommands

* qmk config wip

* Code to show all configs

* Fully working `qmk config` command

* Mark some CLI arguments so they don't pollute the config file

* Fleshed out config support, nicer subcommand support

* sync with installable cli

* pyformat

* Add a test for subcommand_modules

* Documentation for the `qmk config` command

* split config_token on space so qmk config is more predictable

* Rework how subcommands are imported

* Document `arg_only`

* Document deleting from CLI

* Document how multiple operations work

* Add cli config to the doc index

* Add tests for the cli commands

* Make running the tests more reliable

* Be more selective about building all default keymaps

* Update new-keymap to fit the new subcommand style

* Add documentation about writing CLI scripts

* Document new-keyboard

* Update docs/cli_configuration.md

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update docs/cli_development.md

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update docs/cli_development.md

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update docs/cli_development.md

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Address yan's comments.

* Apply suggestions from code review

suggestions from @noahfrederick

Co-Authored-By: Noah Frederick &lt;code@noahfrederick.com&gt;

* Apply suggestions from code review

Co-Authored-By: Noah Frederick &lt;code@noahfrederick.com&gt;

* Remove pip3 from the test runner
</content>
</entry>
<entry>
<title>Add a command to format python code</title>
<updated>2019-09-07T14:58:41+00:00</updated>
<author>
<name>skullY</name>
</author>
<published>2019-08-22T16:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=deb6fa6a87b12fcdbf577837c6faeb854cd287c7'/>
<id>urn:sha1:deb6fa6a87b12fcdbf577837c6faeb854cd287c7</id>
<content type='text'>
</content>
</entry>
</feed>
