Skip to content

Commit 92a73e5

Browse files
committed
Update to new build process and turn on lint.
This introduces a minor change to the constructor API because the kwargs now must be keywords and not positional. I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
1 parent 91dfb41 commit 92a73e5

File tree

4 files changed

+456
-8
lines changed

4 files changed

+456
-8
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
_build
22
__pycache__
3+
.env
4+
build*
5+
bundles

0 commit comments

Comments
 (0)