Skip to content

Commit

Permalink
pre-commit: Remove references to mobipick
Browse files Browse the repository at this point in the history
  • Loading branch information
mintar committed Jul 28, 2023
1 parent 1af7710 commit 8bb9b6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ repos:
- id: check-vcs-permalinks
- id: check-xml
- id: check-yaml
exclude: mobipick_description/config/joint_limits.yaml
- id: debug-statements
- id: end-of-file-fixer
exclude: &excludes |
Expand Down Expand Up @@ -113,4 +112,4 @@ repos:
language: system
always_run: true
pass_filenames: false
args: [ "--strict", "--skip-pkg", "mobipick_moveit_config" ] # have to skip this package because of the missing warehouse_ros_mongo dependency
args: [ "--strict" ]

0 comments on commit 8bb9b6f

Please sign in to comment.