File tree Expand file tree Collapse file tree 3 files changed +349
-206
lines changed Expand file tree Collapse file tree 3 files changed +349
-206
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,37 @@ name = "plain-workspace"
3
3
version = " 0.0.0"
4
4
requires-python = " >=3.11"
5
5
6
+ [tool .uv ]
7
+ dev-dependencies = [
8
+ " plain" ,
9
+ " plain-admin" ,
10
+ " plain-api" ,
11
+ " plain-auth" ,
12
+ " plain-cache" ,
13
+ " plain-code" ,
14
+ " plain-dev" ,
15
+ " plain-elements" ,
16
+ " plain-esbuild" ,
17
+ " plain-flags" ,
18
+ " plain-htmx" ,
19
+ " plain-loginlink" ,
20
+ " plain-email" ,
21
+ " plain-models" ,
22
+ " plain-oauth" ,
23
+ " plain-pages" ,
24
+ " plain-pageviews" ,
25
+ " plain-passwords" ,
26
+ " plain-pytest" ,
27
+ " plain-redirection" ,
28
+ " plain-sessions" ,
29
+ " plain-support" ,
30
+ " plain-tailwind" ,
31
+ " plain-tunnel" ,
32
+ " plain-upgrade" ,
33
+ " plain-vendor" ,
34
+ " plain-worker" ,
35
+ ]
36
+
6
37
[tool .uv .sources ]
7
38
"plain" = { workspace = true }
8
39
"plain-admin" = { workspace = true }
Original file line number Diff line number Diff line change 2
2
3
3
if [ " $1 " = " --check" ]; then
4
4
shift
5
- uv run --package plain-code --isolated plain-code check . " $@ "
5
+ uv run plain-code check . " $@ "
6
6
# Check formatting of markdown files
7
7
npx prettier ' **/*.md' --embedded-language-formatting off --tab-width 4 --check
8
8
else
9
- uv run --package plain-code --isolated plain-code fix . " $@ "
9
+ uv run plain-code fix . " $@ "
10
10
# Format all markdown files
11
11
npx prettier ' **/*.md' --embedded-language-formatting off --tab-width 4 --write
12
12
fi
You can’t perform that action at this time.
0 commit comments