Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: Lint
run: |
ruff format .
ruff check --fix .
ruff format --check .

Expand Down
2 changes: 2 additions & 0 deletions pakdocling/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
"""pakdocling - Structured extraction from Pakistani documents."""

__version__ = "0.0.1"
3 changes: 3 additions & 0 deletions tests/test_placeholder.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
def test_placeholder() -> None:
"""Remove this once real tests are added."""
assert True
Loading