Skip to content

Commit 075a2c3

Browse files
committed
feat: revert this change for now
1 parent 9ff28dc commit 075a2c3

File tree

142 files changed

+43
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+43
-43
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@ tmp/
166166
temp/
167167

168168
# built files from the web UI
169-
src/app/domain/web/public
170-
src/app/domain/web/public/hot
169+
app/domain/web/public
170+
app/domain/web/public/hot
171171
.vite
172-
src/app/domain/web/static
172+
app/domain/web/static
173173
public/hot
174174
public/bundle
175175
pdm-pythn
176-
177176
db.duckdb
178177
local.duckdb
179178

180179
requirements.txt
180+
.python-version

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ release: ## Bump version and create re
9898
.PHONY: mypy
9999
mypy: ## Run mypy
100100
@echo "${INFO} Running mypy... 🔍"
101-
@uv run dmypy run src/app
101+
@uv run dmypy run app
102102
@echo "${OK} Mypy checks passed ✨"
103103

104104
.PHONY: pyright
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)