Skip to content

Commit 3153dcf

Browse files
authored
Merge pull request #404 from stack-of-tasks/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents bb3a42b + 034c669 commit 3153dcf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ros_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
env:
14-
- {ROS_DISTRO: melodic, PRERELEASE: false}
1514
- {ROS_DISTRO: noetic}
1615
- {ROS_DISTRO: rolling}
1716
- {ROS_DISTRO: iron}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_branch: 'devel'
33
repos:
44
- repo: https://github.com/pre-commit/mirrors-clang-format
5-
rev: v17.0.4
5+
rev: v17.0.5
66
hooks:
77
- id: clang-format
88
args: ['--style={BasedOnStyle: Google, SortIncludes: false, Standard: Cpp03}']

0 commit comments

Comments
 (0)