Skip to content

Commit

Permalink
Adjusting pre-commit to ingnore external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWrock committed Oct 31, 2024
1 parent cf2ac3c commit 0e27198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# pre-commit autoupdate
#
# See https://github.com/pre-commit/pre-commit

exclude: 'external_dependencies/'

repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# moveit_pro_kinova_configs
# moveit_pro_kinova_configs

0 comments on commit 0e27198

Please sign in to comment.