Skip to content

Commit

Permalink
Merge pull request #1 from botsandus/jazzy_fix
Browse files Browse the repository at this point in the history
Jazzy fix
  • Loading branch information
biofotis authored Jan 8, 2025
2 parents b1393a6 + 4a2979f commit 9913747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ runs:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
- run: |
source /opt/ros/iron/setup.bash
source /opt/ros/jazzy/setup.bash
pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
shell: bash
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "ament_lint_pre_commit"
description = "Out-of-the-box ament_lint hooks for pre-commit"
version = "0.0.9"
version = "0.0.11"
readme = "README.md"
license = {file = "LICENSE"}
authors = [
Expand All @@ -10,7 +10,7 @@ authors = [

requires-python = ">=3.10"
dependencies = [
"ament-black==0.2.6",
"ament-black @ git+https://github.com/botsandus/ament_black.git@noble_fix#subdirectory=ament_black"
]

classifiers = [
Expand Down

0 comments on commit 9913747

Please sign in to comment.