Skip to content

Commit 2b0575f

Browse files
authored
Merge pull request #13 from JPHutchins/main
typing: add py.typed
2 parents d1d3423 + 8497eae commit 2b0575f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: black
1010
exclude: _list_ports_.*.py
1111
- repo: https://github.com/fsfe/reuse-tool
12-
rev: v0.12.1
12+
rev: v4.0.3
1313
hooks:
1414
- id: reuse
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -19,7 +19,7 @@ repos:
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121
- repo: https://github.com/pycqa/pylint
22-
rev: v2.15.8
22+
rev: v3.3.1
2323
hooks:
2424
- id: pylint
2525
name: pylint (library code)

adafruit_board_toolkit/py.typed

Whitespace-only changes.

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
import sphinx_rtd_theme
109109

110110
html_theme = "sphinx_rtd_theme"
111-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
112111
except:
113112
html_theme = "default"
114113
html_theme_path = ["."]

0 commit comments

Comments
 (0)