Commit graph

115 commits

Author SHA1 Message Date
dherrada
2fd13d292d Fixed discord invite link 2020-07-08 16:49:04 -04:00
Dan Halbert
e9411c4244
Merge pull request #50 from adafruit/black-update
Black reformatting with Python 3 target.
2020-04-09 21:34:44 -04:00
Kattni Rembor
32f706fc21 Black reformatting with Python 3 target. 2020-04-09 17:25:12 -04:00
sommersoft
0c9b28a8b3 build.yml: add black formatting check
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-04-07 16:03:14 -05:00
foamyguy
3abe3b753f
Merge pull request #48 from adafruit/pylint-update
Ran black, updated to pylint 2.x
2020-03-16 20:42:10 -05:00
dherrada
a489e58f48 Ran black, updated to pylint 2.x 2020-03-16 16:45:42 -04:00
sommersoft
5297ceb3d0 update code of coduct: discord moderation contact section
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-15 18:30:44 -05:00
foamyguy
db076c2646
Merge pull request #47 from sommersoft/patch_coc
Update Code of Conduct
2020-03-13 14:55:59 -05:00
sommersoft
b2fd81d73c update code of conduct 2020-03-13 13:55:50 -05:00
sommersoft
f02dc38d7d update pylintrc for black
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-08 19:11:12 -05:00
sommersoft
ceaa1953b3 build.yml: move pylint, black, and Sphinx installs to each repo; add description to 'actions-ci/install.sh'
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-05 10:10:30 -06:00
Carter Nelson
6348879c86
Merge pull request #45 from dhalbert/fix-end-values
Fix default end values.
2020-02-18 17:43:18 -08:00
Dan Halbert
edd71b8c31 Fix default end values. 2020-02-18 20:22:26 -05:00
Scott Shawcroft
2d90646065
Merge pull request #43 from dhalbert/avoid-alloc
avoid allocations by avoiding **kwargs
2020-02-11 22:06:59 -08:00
Dan Halbert
99e9c32584 avoid allocations by avoiding **kwargs 2020-02-11 12:50:02 -05:00
Kattni
25c92aa020
Merge pull request #40 from adafruit/dherrada-patch-2
Updated rtd link
2020-02-05 09:29:35 -05:00
dherrada
1128d6f638
Merge pull request #42 from adafruit/master
PR to my branch
2020-02-05 08:45:44 -05:00
Limor "Ladyada" Fried
e306f233a4
Merge pull request #41 from adafruit/dherrada-patch-3
Updated intersphinx link
2020-02-03 11:20:08 -05:00
dherrada
28a7ae6add
Updated intersphinx link 2020-02-03 08:55:34 -05:00
dherrada
4c2ebba50e
Updated rtd link 2020-02-03 08:52:04 -05:00
sommersoft
0b0d1e999a update pylint examples directive
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-01-14 17:05:26 -06:00
siddacious
805d41a021
Merge pull request #37 from adafruit/dherrada-patch-1
Updated build.yml and release.yml
2019-12-22 15:49:49 -08:00
dherrada
65938cc132 Changed build.yml and release.yml 2019-12-22 15:11:47 -05:00
Dan Halbert
2000ae3a7c
Merge pull request #36 from adafruit/dherrada-patch-1
Moved from Travis to GitHub Actions
2019-12-18 09:39:02 -05:00
dherrada
bcff7c6878 Fix GitHub Actions badge 2019-12-03 20:06:49 -05:00
dherrada
3a8858b5bf Should fix actions badge link 2019-12-03 19:25:23 -05:00
dherrada
21d122e843 Moved from Travis to GitHub Actions 2019-12-02 15:21:05 -05:00
Scott Shawcroft
29441f2ac5
Merge pull request #35 from CapableRobot/skip-init-write
Adding ability to skip device probing upon object init.  …
2019-11-26 09:35:52 -08:00
Chris Osterwood
db586d272f Whitespace change to make pylint happy 2019-11-25 22:07:14 -05:00
Chris Osterwood
6635e40375 Fixed NameErrors caused by moving probing logic into private method 2019-11-25 21:37:47 -05:00
Chris Osterwood
e9459c70f4 Move probing logic into private method. Update comments and doc strings 2019-11-25 21:33:33 -05:00
Chris Osterwood
b726198499 Adding ability to skip device probing upon object init. Some hardware devices do not respond to these probes, or could be in reset when software object is created 2019-11-25 11:15:49 -05:00
Kattni
cf7eabc4fa
Merge pull request #34 from adafruit/dherrada-patch-1
Replaced building locally section with documentation section
2019-10-25 14:28:43 -04:00
dherrada
ebe286ef03
Fixed newlines 2019-10-24 12:38:46 -04:00
dherrada
634563bb4f
Added pypi, removed installing section 2019-10-24 09:53:56 -04:00
dherrada
1e088f5d57
Replaced building locally section with documentation section 2019-10-23 08:52:18 -04:00
Limor "Ladyada" Fried
1b79d17d24
Merge pull request #32 from huyle1097/master
rename expample files: include simpletest on name
2019-10-02 12:20:55 -04:00
huyle1097
f52ccde7fc rename expample files: include simpletest on name 2019-10-02 22:44:40 +07:00
Kattni
52d87bd7e5
Merge pull request #30 from tannewt/remove_stop
Change stop to False and throw error if True.
2019-08-22 17:25:14 -04:00
Scott Shawcroft
401037a0cd
Change stop to False and throw error if True.
It will be removed from libraries and then from here.
See https://github.com/adafruit/circuitpython/issues/2082 for details.
2019-08-20 21:53:33 -07:00
Kattni
b9280af514
Merge pull request #29 from tannewt/remove_debug
Remove debug param. It increases frozen and RAM by 800ish bytes.
2019-06-12 17:15:13 -04:00
Scott Shawcroft
15235e2acb
Remove debug param. It increases frozen and RAM by 800ish bytes. 2019-06-12 14:02:42 -07:00
Melissa LeBlanc-Williams
182eebdc81
Merge pull request #28 from dherrada/master
Added module name to beginning of example filenames & updated docs to match
2019-05-11 07:23:57 -07:00
dherrada
834c9c34da
Fixed link 2019-05-10 10:34:15 -04:00
dherrada
664c5237d1 Updated docs to reflect filename changes 2019-05-10 10:18:56 -04:00
dherrada
4cac7c7318 Added module name to example filenames 2019-05-10 10:18:03 -04:00
Kattni
8a5b9974cd
Merge pull request #27 from adafruit/revert-25-add-blinka-to-requirements-txt
Revert "Add Adafruit-Blinka to requirements.txt"
2019-02-25 17:49:51 -05:00
Scott Shawcroft
a8f9e4ca40
Revert "Add Adafruit-Blinka to requirements.txt" 2019-02-25 14:35:29 -08:00
Melissa LeBlanc-Williams
6b34029659
Merge pull request #25 from demophoon/add-blinka-to-requirements-txt
Add Adafruit-Blinka to requirements.txt
2019-02-25 14:23:44 -08:00
Britt Gresham
14540c21e7 Add Adafruit-Blinka to requirements.txt 2019-02-25 12:07:14 -08:00