Commit graph

103 commits

Author SHA1 Message Date
dherrada
490e70ad9e Disabled unspecified-encoding pylint check
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-11-05 15:17:47 -04:00
dherrada
b43adf78ad PATCH Pylint and readthedocs patch test
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-11-04 16:37:02 -04:00
foamyguy
3d606c991e add docs link to readme 2021-10-25 11:22:56 -05:00
dherrada
0f8351c939 Globally disabled consider-using-f-string pylint check
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-09-24 13:26:29 -04:00
Scott Shawcroft
ba07db644d
Merge pull request #13 from lesamouraipourpre/missing-example-bmp
Add the missing BMP file for the simpletest
2021-08-19 10:37:13 -07:00
James Carr
bcefcfad73 Add the missing BMP file for the simpletest 2021-08-18 22:23:35 +01:00
Melissa LeBlanc-Williams
004713cc5d
Merge pull request #12 from lesamouraipourpre/pypi
Enable uploading of the driver to PyPI
2021-08-12 08:11:03 -07:00
James Carr
23dbf14262 Enable uploading of the driver to PyPI 2021-08-12 12:48:19 +01:00
Melissa LeBlanc-Williams
44398c8162
Merge pull request #11 from lesamouraipourpre/ondiskbitmap-changes
Update the pixel_shader usage of OnDiskBitmap
2021-07-14 08:47:46 -07:00
James Carr
d93ca416af Update the pixel_shader usage of OnDiskBitmap 2021-07-13 16:22:44 +01:00
dherrada
c0a6a02c23 Moved default branch to main 2021-06-07 12:38:32 -04:00
dherrada
df6c916384 Moved CI to Python 3.7
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-24 11:40:17 -04:00
dherrada
62f9b3da2a Added help text and problem matcher
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-19 15:20:33 -04:00
dherrada
aa10162f0e Linted 2021-05-19 14:25:28 -04:00
dherrada
c7c36eb823 Added pull request template
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-19 14:01:09 -04:00
dherrada
6ddac9816e "Increase duplicate code check threshold
"
2021-03-19 13:45:52 -04:00
dherrada
58b6d93236 Re-added pylint install to build.yml
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-03-02 17:38:55 -05:00
dherrada
e4441c9158 Removed pylint process from github workflow
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-03-02 17:14:43 -05:00
Limor "Ladyada" Fried
0904884558
Merge pull request #10 from makermelissa/master
Update rotation in example to match Arduino
2021-02-17 10:18:45 -05:00
Melissa LeBlanc-Williams
6829687c57 Update rotation on 1.54 to match Arduino 2021-02-16 17:02:18 -08:00
dherrada
03a9fea3ac Hardcoded Black and REUSE versions
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-02-10 16:30:08 -05:00
Dylan Herrada
bd0ce4b520
Merge pull request #9 from adafruit/REUSE
Ran pre-commit, added licenses
2021-01-12 15:05:53 -05:00
dherrada
2cba8942c9 Ran pre-commit, added licenses 2021-01-12 12:58:36 -05:00
dherrada
7afc4a7ca4 Added pre-commit-config file
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-01-11 16:24:56 -05:00
dherrada
4f9a073d1c Added pre-commit and SPDX copyright
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-01-11 15:50:20 -05:00
dherrada
4ecee2e604 Fixed discord invite link 2020-07-08 16:49:05 -04:00
sommersoft
76f0f2c620
Merge pull request #8 from adafruit/setup-py-disabled
Updating setup.py.disabled
2020-04-12 10:48:50 -05:00
sommersoft
fcb2fa417d README.rst: remove PyPI install instructions 2020-04-12 10:45:03 -05:00
Kattni
c70526512f
Updating setup.py.disabled 2020-04-10 16:58:54 -04:00
sommersoft
da146bf045 build.yml: add black formatting check
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-04-07 15:58:58 -05:00
sommersoft
f12ed82b7d update code of coduct: discord moderation contact section
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-15 18:26:10 -05:00
sommersoft
5f534578c7
Merge pull request #7 from sommersoft/patch_coc
Update Code of Conduct
2020-03-13 14:38:11 -05:00
sommersoft
fa772e095e update code of conduct 2020-03-13 14:06:10 -05:00
Kattni
03e4fbf024
Merge pull request #6 from adafruit/pylint-update
Re-added --force-reinstall
2020-03-10 14:00:50 -04:00
dherrada
de629f8586 Re-added --force-reinstall 2020-03-10 13:52:52 -04:00
Kattni
59bde46666
Merge pull request #5 from adafruit/pylint-update
Ran black, updated to pylint 2.x
2020-03-09 19:34:31 -04:00
dherrada
e393e9cdad Ran black, updated to pylint 2.x 2020-03-09 19:31:48 -04:00
sommersoft
3e4f705c49 update pylintrc for black
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-08 19:04:32 -05:00
sommersoft
c1efa67d80 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:03:21 -06:00
sommersoft
1d2fba12ec update pylint examples directive
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-01-14 17:14:20 -06:00
Limor "Ladyada" Fried
cc508ed102
Merge pull request #4 from adafruit/dherrada-patch-1
Moved repository from Travis to GitHub Actions
2020-01-04 21:38:21 -05:00
siddacious
f3102d8181 disabling pypi deploy via actions 2020-01-01 14:56:31 -08:00
dherrada
35087551c2 Moved repository from Travis to GitHub Actions 2020-01-01 15:31:27 -05:00
Kattni
21bdfee41b
Merge pull request #3 from adafruit/dherrada-patch-1
Removed building locally section from README, replaced with documenta…
2019-10-21 17:32:50 -04:00
dherrada
7bc926402f
Removed building locally section from README, replaced with documentation section 2019-10-17 19:48:19 -04:00
Limor "Ladyada" Fried
94d328ccd8
Merge pull request #2 from urish/patch-1
fix for displays with width > 256
2019-09-22 12:12:41 -04:00
Uri Shaked
4910e57dd8
fix for displays with width > 256 2019-09-22 16:23:36 +03:00
Melissa LeBlanc-Williams
99adf0f1ac
Merge pull request #1 from tannewt/master
Add example and lint
2019-09-04 15:13:05 -07:00
Scott Shawcroft
6a3ac5b0c6
Swap to board.SPI() on a Feather 2019-09-04 15:04:53 -07:00
Scott Shawcroft
37ac937267
Remove unused var 2019-08-20 19:11:00 -07:00