Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit ed4df1a

Browse files
committed
Rename ci.sh to a more useful lint.sh
1 parent 7e37995 commit ed4df1a

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

ci.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

lint.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
set -x
2+
set -e
3+
4+
poetry run black --check .
5+
poetry run mypy cli_ui
6+
poetry run pyflakes cli_ui/__init__.py cli_ui/tests/test_cli_ui.py
7+
poetry run sphinx-build -W docs docs/_build/html

0 commit comments

Comments
 (0)