Commit graph

45 commits

Author SHA1 Message Date
dherrada
899bf3898b Fixed discord invite link 2020-07-08 16:49:04 -04:00
Limor "Ladyada" Fried
88413be0f6
Merge pull request #16 from jerryneedell/jerryn_revert_pr_9
revert PR_9
2020-04-21 10:56:59 -04:00
Jerry Needell
26fcc72fe2 remove unecesary file 2020-04-20 20:11:53 -04:00
Jerry Needell
c6beb6c3ba revert PR_9 2020-04-20 19:56:42 -04:00
Scott Shawcroft
3a0867e9d7
Merge pull request #14 from adafruit/black-update
Black reformatting with Python 3 target.
2020-04-08 10:12:10 -07:00
Kattni Rembor
1894cbb394 Black reformatting with Python 3 target. 2020-04-08 12:56:55 -04:00
sommersoft
5aa2a707b3 build.yml: add black formatting check
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-04-07 16:04:28 -05:00
Kattni
ac7a308338
Merge pull request #13 from adafruit/pylint-update
Ran black, updated to pylint 2.x
2020-03-17 12:19:21 -04:00
sommersoft
608bc6f8b1 update code of coduct: discord moderation contact section
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-15 18:29:22 -05:00
dherrada
a7ff0f6c28 Ran black, updated to pylint 2.x 2020-03-15 17:26:50 -04:00
Kattni
9c45226540
Merge pull request #12 from sommersoft/patch_coc
Update Code of Conduct
2020-03-13 15:50:06 -04:00
sommersoft
c2c85e53a1 update code of conduct 2020-03-13 13:45:11 -05:00
sommersoft
c553a65f5b update pylintrc for black
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-08 19:08:21 -05:00
sommersoft
6af9920e82 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:07:27 -06:00
sommersoft
af453198fa update pylint examples directive
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-01-14 17:09:14 -06:00
Limor "Ladyada" Fried
cbc1863bb2
Merge pull request #9 from Ferroin/master
Add custom exception classes instead of using plain error types.
2019-12-31 13:19:32 -05:00
Limor "Ladyada" Fried
a29fe90165
Merge pull request #11 from adafruit/dherrada-patch-1
Moved repository from Travis to GitHub Actions
2019-12-27 22:34:02 -05:00
dherrada
8df8693494
Fixed merge conflicts 2019-12-27 22:30:41 -05:00
dherrada
5917bc33f6 Moved repository from Travis to GitHub Actions 2019-12-27 22:23:20 -05:00
dherrada
433e051909
Added PyPi installation instructions 2019-10-18 10:43:58 -04:00
siddacious
af4775ed93
Update README.rst 2019-10-17 16:07:22 -07:00
siddacious
422dbea1b8
Merge pull request #10 from adafruit/dherrada-patch-1
Removed building locally section from README, replaced with documenta…
2019-10-17 15:29:18 -07:00
dherrada
54a3ae9115
Removed building locally section from README, replaced with documentation section 2019-10-17 17:55:56 -04:00
Austin S. Hemmelgarn
c9ece6ca04 Add custom exception classes instead of using plain error types.
This adds custom exception classes so that users do not have to match on
generic exception types in code that uses this module.

The new custom classes are structured so that existing code that is
matching on the generic exception types will still work, and so that
there's a primary exception type that can be matched on to catch all
errors specific to this module.
2019-10-08 13:55:33 -04:00
Kattni
42a4f4e3f7
Merge pull request #7 from sommersoft/readme_fix_travis
Update README Travis Badge
2018-12-21 13:45:55 -06:00
sommersoft
6714b07edf change 'travis-ci.org' to 'travis-ci.com' 2018-12-21 13:26:49 -06:00
Brennen Bearnes
4dd1358584
Merge pull request #6 from adafruit/pylint-version-fix
pylint version fix
2018-12-05 12:35:00 -07:00
Kattni
81ba29c39d
pylint version fix 2018-12-03 17:24:18 -05:00
Carter Nelson
26c73be5d5
Merge pull request #5 from ladyada/master
Looks good. Tested on a Pi Zero W and no additional pull ups.
2018-10-01 20:44:53 -07:00
ladyada
60ef01ab4e add init retries 2018-10-01 22:40:21 -04:00
ladyada
06243aaa00 make I2C init more standard, move try/except into the wakeup location 2018-10-01 22:32:25 -04:00
sommersoft
879c298f07 ignore the board module imports in .pylintrc
Signed-off-by: sommersoft <sommersoft@gmail.com>
2018-08-25 14:01:47 +00:00
Brennen Bearnes
89927db890 add setup.py, add pypi to .travis.yml, misc. tweaks for pypi
Per instructions at:

https://github.com/adafruit/circuitpython/issues/979
2018-07-03 11:04:29 -06:00
Brennen Bearnes
49acea9b5a add build artifacts to .gitignore 2018-07-03 11:01:58 -06:00
Dan Halbert
d6841514ea
Merge pull request #2 from jerryneedell/jerryn_negative
fix negative temperature handling
2018-04-27 10:35:24 -04:00
Jerry Needell
a3b524c7f7 fix negative temperature handling 2018-04-27 09:17:44 -04:00
Kattni
3185c175a2 update for travis badge 2018-03-07 17:33:15 -05:00
Kattni
1e1ec8127f sphinx updates 2018-03-07 14:44:04 -05:00
Kattni
bda707af75 sphinx updates 2018-03-07 14:37:57 -05:00
Kattni
984be265af sphinx updates 2018-03-07 14:27:37 -05:00
Kattni
be6e549059 linting/sphinx updates 2018-03-07 14:12:35 -05:00
Kattni
6581fab4d7 sphinx update white space 2018-03-07 13:57:21 -05:00
Kattni
68d65a3ff8 automock update 2018-03-07 13:54:38 -05:00
Kattni
c4d4ceffe8 update to conf.py from cookiecutter issue 2018-03-07 13:44:54 -05:00
Kattni
38f2073727 Initial commit 2018-03-06 22:49:31 -05:00