Skip to content

Commit

Permalink
Merge pull request #56 from princeton-ddss/user-interface
Browse files Browse the repository at this point in the history
Add user interface
  • Loading branch information
cswaney authored Oct 16, 2024
2 parents 0a397a0 + 805f5b2 commit bb75f0a
Show file tree
Hide file tree
Showing 59 changed files with 877 additions and 518 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ __pycache__/
env/
venv/
build/
!/src/build
develop-eggs/
dist/
!blackfish/app/dist
downloads/
eggs/
.eggs/
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_schedule: weekly
autofix_commit_msg: "style: pre-commit fixes"

exclude: 'dist/'
exclude: 'build/'

repos:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"fabric",
"huggingface_hub>=0.25",
"jinja2",
"litestar",
"litestar~=2.11",
"log_symbols",
"nox",
"pre-commit",
Expand Down
Loading

0 comments on commit bb75f0a

Please sign in to comment.