Right now the examples are separated into directories named after the built-in modules that they are illustrating. Some of the pre-commit config is written to assume there will be an examples/ directory. Perhaps it would make the most sense to take the built-in module directories and put them inside of a top level examples/ dir.
We need to verify that the pre-commit config will drill into sub directories though, most circuitpython libraries have their examples directly inside of examples/ and we'll be (at least) one layer deeper in this repo.
Right now the examples are separated into directories named after the built-in modules that they are illustrating. Some of the pre-commit config is written to assume there will be an
examples/directory. Perhaps it would make the most sense to take the built-in module directories and put them inside of a top levelexamples/dir.We need to verify that the pre-commit config will drill into sub directories though, most circuitpython libraries have their examples directly inside of
examples/and we'll be (at least) one layer deeper in this repo.