Commit graph

143 commits

Author SHA1 Message Date
Eva Herrada
16593e5240
Merge pull request #57 from tekktrik/doc/fix-product-link
Fix product links in docs
2022-07-26 11:15:24 -04:00
Alec Delaney
10f131e962 Fix product links in docs 2022-07-25 22:25:10 -04:00
evaherrada
5348c75423
Changed .env to .venv in README.rst 2022-07-22 13:59:12 -04:00
evaherrada
4c55889c0d
Removed duplicate-code from library pylint disable
Signed-off-by: evaherrada <eva.herrada@adafruit.com>
2022-06-21 17:28:38 -04:00
evaherrada
7029e5f409
Added cp.org link to index.rst 2022-06-07 15:34:50 -04:00
Alec Delaney
8c70487916 Set language to "en" for documentation
Signed-off-by: Alec Delaney <tekktrik@gmail.com>
2022-05-30 17:49:52 -04:00
Alec Delaney
d82855737d Switch to inclusive terminology
Signed-off-by: Alec Delaney <tekktrik@gmail.com>
2022-05-25 23:12:09 -04:00
Alec Delaney
cc694ae7cd Increase min lines similarity
Signed-off-by: Alec Delaney <tekktrik@gmail.com>
2022-05-25 19:28:06 -04:00
Alec Delaney
436ed46b93 Patch .pre-commit-config.yaml 2022-05-15 12:21:58 -04:00
foamyguy
b1469ab7d3 change discord badge 2022-04-24 13:56:30 -05:00
evaherrada
26b8076525
Patch: Replaced discord badge image 2022-04-22 15:59:10 -04:00
Eva Herrada
f2f68f63bb
Update .gitignore 2022-04-21 18:43:40 -04:00
Kattni Rembor
d1bc70bfe5 Update Black to latest.
Signed-off-by: Kattni Rembor <kattni@adafruit.com>
2022-03-28 18:11:22 -04:00
dherrada
77a4a5c77f Fixed readthedocs build
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2022-02-15 11:57:21 -05:00
Anne Barela
afd9e5c745
Merge pull request #53 from jerryneedell/jerryn_none
revise ntag2xx_read_block() to return None on failure, update example
2022-02-14 17:24:56 -05:00
jerryneedell
5a91ef47ad fix example 2022-02-14 17:05:44 -05:00
jerryneedell
2b096008e7 revise ntag2xx_read_block() to return None on failure, update example 2022-02-14 16:54:06 -05:00
Alec Delaney
dea8f14cf1 Consolidate Documentation sections of README 2022-02-09 13:04:55 -05:00
dherrada
a655679a24 Updated docs link, updated python docs link, updated setup.py 2022-01-24 16:46:17 -05:00
dherrada
00cdd6b696 First part of patch
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2022-01-19 13:53:25 -05:00
foamyguy
9e9335a6c1
Merge pull request #47 from the-infinity/patch-1
accept longer ATS for ISO14443A-4 cards
2022-01-04 18:11:30 -06:00
foamyguy
d65fe24c7f merge from main 2022-01-04 17:19:13 -06:00
foamyguy
855072799f Merge branch 'main' into patch-1 2022-01-04 17:18:47 -06:00
foamyguy
06c41a25f0 update rtd py version 2021-11-23 13:06:50 -06:00
dherrada
26d9c0fc63 Updated readthedocs file
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-11-09 15:27:43 -05:00
Keith Murray
adfc67bf7f
Merge pull request #51 from adafruit/patch-fix
Linted
2021-11-08 10:35:35 -06:00
dherrada
a971bbce7c Linted 2021-11-08 11:19:36 -05:00
dherrada
379ffdb655 Disabled unspecified-encoding pylint check
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-11-05 15:17:27 -04:00
dherrada
b519791d86 PATCH Pylint and readthedocs patch test
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-11-04 16:36:38 -04:00
foamyguy
3cd0c365c8 add docs link to readme 2021-10-25 11:21:06 -05:00
dherrada
48f190e2d1 Globally disabled consider-using-f-string pylint check
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-09-24 13:22:30 -04:00
dherrada
83ad4fecb7 Moved default branch to main 2021-06-07 14:18:18 -04:00
dherrada
1233728a82 Moved CI to Python 3.7
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-24 11:33:52 -04:00
dherrada
1dea7cf11b Added help text and problem matcher
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-19 15:13:49 -04:00
dherrada
bb9b787086 Added pull request template
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-19 14:01:50 -04:00
dherrada
b5ce3eebbf "Increase duplicate code check threshold
"
2021-03-19 13:46:57 -04:00
Ernesto Ruge
c9fd4061b4
accept longer ATS for ISO14443A-4 cards 2021-03-06 12:40:37 +01:00
dherrada
fc8b488dbf Re-added pylint install to build.yml
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-03-02 17:37:01 -05:00
dherrada
d13fe39bc5 Removed pylint process from github workflow
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-03-02 17:12:37 -05:00
dherrada
16f03a54ae Hardcoded Black and REUSE versions
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-02-10 16:29:39 -05:00
foamyguy
f45cb3f250
Merge pull request #45 from adafruit/REUSE
Ran pre-commit, added licenses
2021-01-19 19:50:24 -06:00
foamyguy
49ecc039c9 update multiline copyright 2021-01-18 18:02:36 -06:00
foamyguy
ac1c1ccaea pylint 2021-01-17 08:59:35 -06:00
foamyguy
382f026b19 update author and year in examples 2021-01-17 08:54:22 -06:00
dherrada
931891cad1 Ran pre-commit, added licenses 2021-01-14 11:45:11 -05:00
dherrada
648a18d308 Added pre-commit-config file
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-01-11 16:30:38 -05:00
dherrada
38d878672b Added pre-commit and SPDX copyright
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-01-11 15:58:18 -05:00
Scott Shawcroft
b741c77cee
Merge pull request #41 from dunkmann00/performance-and-sleep
Improve performance and add ability to sleep
2020-09-18 10:46:13 -07:00
George Waters
7d7e3ce45f
Satisfy black formatting 2020-09-10 15:42:03 -04:00
George Waters
e9dbe2d4fb
Add low power example 2020-09-10 15:33:00 -04:00