Skip to content

Commit 8b63922

Browse files
committed
feat(git-subrepo): add git-subrepo to pixi
1 parent c143e7e commit 8b63922

2 files changed

Lines changed: 104 additions & 0 deletions

File tree

pixi.lock

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ make = ">=4.4.1,<5" # To avoid issues in the CI
203203
webots = ">=2022b,<2023a"
204204

205205
[feature.format.dependencies]
206+
# Add git-subrepo to format dependencies as currently there are
207+
# sqlite conflicts in the default/ros environment preventing execution
208+
# of pre-commit hooks running after commits from the git-subrepo cli
209+
git-subrepo = ">=0.4.9,<0.5"
206210
clang-format = ">=21.1.0,<22"
207211
cppcheck = ">=2.18.3,<3"
208212
pre-commit = ">=4.4.0,<5"

0 commit comments

Comments
 (0)