Skip to content

Commit a098b8c

Browse files
committed
build: Fix reference to Fable.Python
1 parent 8adffa1 commit a098b8c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Fable.Literate/Fable.Literate.fsproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Fable.Core" Version="5.0.0-beta.4" />
11-
<!-- Use local Fable.Python for testing new bindings -->
12-
<ProjectReference Include="../../Fable.Python/src/Fable.Python.fsproj" />
11+
<PackageReference Include="Fable.Python" Version="5.0.0-alpha.21.0" />
1312
</ItemGroup>
1413

1514
<ItemGroup>

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ dev = [
2020

2121
[tool.ruff]
2222
exclude = ["fable_modules"]
23+
24+
[tool.ruff.lint]
25+
ignore = ["F841"] # Unused variable - common in generated Fable code

0 commit comments

Comments
 (0)