Skip to content

Commit

Permalink
add truth to mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 5, 2024
1 parent 5fb8194 commit 470dde0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Borg
run: sudo apt install borgbackup
- name: Install packages
run:
run: |
python -m pip install --upgrade pip
pip install .
pip install tox
Expand Down
1 change: 1 addition & 0 deletions inform/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ from .inform import (
render as render,
render_bar as render_bar,
title_case as title_case,
truth as truth,

# debug functions
aaa as aaa,
Expand Down

0 comments on commit 470dde0

Please sign in to comment.