Skip to content

Commit 1d3f03a

Browse files
committed
Add LibCST
1 parent 2d58512 commit 1d3f03a

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

pdm.lock

+21-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pdm = ["pdm>=2.23.1"]
2828

2929
cmake = ["cmake>=4.0.0"]
3030

31-
conan = ["conan>=2.15.0"]
31+
conan = ["conan>=2.15.0", "libcst>=1.7.0"]
3232

3333
[project.urls]
3434
homepage = "https://github.com/Synodic-Software/CPPython"
@@ -58,9 +58,9 @@ test = ["pytest>=8.3.5", "pytest-cov>=6.1.1", "pytest-mock>=3.14.0"]
5858
cppython = "cppython.console.entry:app"
5959

6060
[tool.pytest.ini_options]
61+
addopts = ["--color=yes"]
6162
log_cli = true
6263
testpaths = ["tests"]
63-
addopts = ["--color=yes"]
6464

6565
[tool.mypy]
6666
exclude = "__pypackages__"

0 commit comments

Comments
 (0)