Skip to content

Commit

Permalink
Merge pull request #13 from JPHutchins/main
Browse files Browse the repository at this point in the history
typing: add py.typed
  • Loading branch information
dhalbert authored Nov 12, 2024
2 parents d1d3423 + 8497eae commit 2b0575f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: black
exclude: _list_ports_.*.py
- repo: https://github.com/fsfe/reuse-tool
rev: v0.12.1
rev: v4.0.3
hooks:
- id: reuse
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -19,7 +19,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/pylint
rev: v2.15.8
rev: v3.3.1
hooks:
- id: pylint
name: pylint (library code)
Expand Down
Empty file added adafruit_board_toolkit/py.typed
Empty file.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
except:
html_theme = "default"
html_theme_path = ["."]
Expand Down

0 comments on commit 2b0575f

Please sign in to comment.