dherrada
f653030744
Fixed discord invite link
2020-07-08 16:49:04 -04:00
Kattni
d55c69299b
Merge pull request #25 from FoamyGuy/fix_readme
...
Fix readme example
2020-06-22 12:17:03 -04:00
FoamyGuy
22c7dcfad1
remove pylint disables from readme example
2020-06-20 12:58:41 -05:00
FoamyGuy
6035c11350
remove pylint ignores from simpletest
2020-06-19 13:51:16 -05:00
FoamyGuy
0f9db6967d
run black on simpletest
2020-06-18 17:18:34 -05:00
FoamyGuy
f026861d20
update readme example to use code from simpletest. Fix a few pylint issues in simpletest.
2020-06-18 17:13:50 -05:00
Scott Shawcroft
0add342f10
Merge pull request #22 from adafruit/black-update
...
Black reformatting with Python 3 target.
2020-04-09 09:41:05 -07:00
Kattni Rembor
0f8a9f0f10
Black reformatting with Python 3 target.
2020-04-08 13:11:08 -04:00
sommersoft
aa057068dc
build.yml: add black formatting check
...
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-04-07 16:09:27 -05:00
Kattni
6c88ecae18
Merge pull request #20 from adafruit/pylint-update
...
Ran black, updated to pylint 2.x
2020-03-17 13:44:48 -04:00
dherrada
7000a21f17
Ran black, updated to pylint 2.x
2020-03-16 14:48:58 -04:00
sommersoft
a6e7b80514
update code of coduct: discord moderation contact section
...
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-15 18:21:55 -05:00
Kattni
ad7b512267
Merge pull request #19 from sommersoft/patch_coc
...
Update Code of Conduct
2020-03-13 15:09:00 -04:00
sommersoft
ae5a652b59
update code of conduct
2020-03-13 13:23:44 -05:00
sommersoft
c0fa277de1
update pylintrc for black
...
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-08 19:01:38 -05:00
sommersoft
9cdab4602e
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:00:17 -06:00
sommersoft
e84a5c47ad
update pylint examples directive
...
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-01-14 17:07:14 -06:00
Limor "Ladyada" Fried
c64b75bef1
Merge pull request #18 from adafruit/dherrada-patch-1
...
Moved repository from Travis to GitHub Actions
2019-12-27 22:41:42 -05:00
dherrada
07611a05a6
Moved repository from Travis to GitHub Actions
2019-12-27 22:24:14 -05:00
Kattni
a6c48ee687
Merge pull request #17 from adafruit/dherrada-patch-1
...
Removed building locally section from README, replaced with documenta…
2019-10-21 19:56:17 -04:00
dherrada
e8d145a1ae
Removed building locally section from README, replaced with documentation section
2019-10-17 18:16:56 -04:00
Melissa LeBlanc-Williams
98fa538629
Merge pull request #15 from makermelissa/master
...
Removed frozenset so it works on a Trinket M0
2019-05-21 18:59:02 -07:00
Melissa LeBlanc-Williams
3cdc3b164d
Linted
2019-05-21 18:56:27 -07:00
Melissa LeBlanc-Williams
a68c991fc0
Changed frozenset to list to work on Trinket
2019-05-21 18:55:09 -07:00
Melissa LeBlanc-Williams
bccab5488e
Merge pull request #13 from jraber/master
...
Adopt changes from the BME280 library
2019-05-02 19:15:56 -07:00
Jeff Raber
b9e41db49e
s/bme/bmp in examples/bmp280_normal_mode.py
2019-05-02 00:54:05 -05:00
Jeff Raber
921d4f07d1
Remove unnecessary 'if' and 'else' in the pressure property
...
This causes a change in behavior when var1 == 0. Previously, the property
would return 0. Now it returns _BMP280_PRESSURE_MIN_HPA. The
new behavior is the same as in the Bosch C driver.
This also makes pylint happy by remove the 'return after else'
2019-04-03 21:39:16 -05:00
Jeff Raber
e3bc8af436
Adopt changes from the BME280 library
...
Add Normal mode for continuous reading
2019-04-03 21:38:33 -05:00
Kattni
82792ef4eb
Merge pull request #11 from sommersoft/readme_fix_travis
...
Update README Travis Badge
2018-12-21 13:23:22 -06:00
sommersoft
471bdd5acb
change 'travis-ci.org' to 'travis-ci.com'
2018-12-21 13:15:22 -06:00
Brennen Bearnes
54a85599a7
Merge pull request #10 from adafruit/pypi-readme-update
...
PyPI readme update
2018-10-31 17:56:46 -06:00
Kattni
37974d2ada
PyPI readme update
2018-10-31 17:06:51 -04:00
Kattni
3d86853317
Merge pull request #8 from process1183/pylint
...
Force pylint version 1.9.2
2018-10-25 12:58:22 -04:00
Josh Gadeken
de9ec71631
Remove incompatible Pylint controls (Issue #8 )
...
`#pylint: disable=useless-import-alias` is not supported in Pylint 1.9.2
2018-10-24 20:19:44 -06:00
Kattni
200e98b7c9
Merge pull request #9 from process1183/blinka
...
Add Adafruit-Blinka to requirements.txt
2018-10-23 11:40:50 -04:00
Josh Gadeken
c09cbd69eb
Add Adafruit-Blinka to requirements.txt
2018-10-22 21:14:19 -06:00
Josh Gadeken
1ee5643990
Force pylint version 1.9.2
2018-10-22 20:40:11 -06:00
sommersoft
d6354bbcab
ignore the board module imports in .pylintrc
...
Signed-off-by: sommersoft <sommersoft@gmail.com>
2018-08-25 14:01:56 +00:00
Brennen Bearnes
693f80a1d2
travis: add "overwrite: true" to releases provider
...
Possibly this is why we're getting breakage with GitHub releases.
Doing this on master as there's not a particularly great way to test the
pipeline otherwise, and it's incidental to user-facing code.
2018-07-31 13:46:00 -06:00
Brennen Bearnes
37ec601571
tweak README whitespace
2018-07-30 18:48:27 -06:00
Brennen Bearnes
c3c9ad079a
add pip installation instructions to README.rst
2018-07-30 17:50:01 -06:00
Brennen Bearnes
88d1f0280b
override some pylint defaults
2018-07-18 11:15:14 -06:00
Brennen Bearnes
bc5b5d9537
add setup.py, add pypi to travis.yml, misc. tweaks for pypi
...
Changes per instructions here:
adafruit/circuitpython#979
2018-07-17 15:02:46 -06:00
Kattni
6f178973d8
Merge pull request #7 from sommersoft/new_docs
...
New docs
2018-03-11 16:02:16 -04:00
sommersoft
b7441b0cc6
updated conf.py; bus device intersphinx link
2018-03-10 09:24:34 -06:00
sommersoft
d66e06d9ff
updated README; added Travis badge
2018-03-10 09:24:07 -06:00
Limor "Ladyada" Fried
8a4b6dd87c
Merge pull request #6 from dhalbert/chip_id_error
...
fix chip_id typo in RuntimeError
2018-02-26 19:35:47 -05:00
Dan Halbert
f54af6f14b
fix chip_id typo in RuntimError
2018-02-26 19:24:18 -05:00
Kattni
522374d0e4
Merge pull request #5 from sommersoft/new_docs
...
Improve Ref Docs
2018-02-24 20:01:04 -05:00
sommersoft
739a6e2858
updated README
2018-02-24 10:32:16 -06:00