Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Disabled pre-commit checks on SVG, STL and DAE files.
Browse files Browse the repository at this point in the history
  • Loading branch information
kineticsystem committed Aug 1, 2023
1 parent cc0e12f commit 27dc748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ repos:
args: ["--unsafe"] # Fixes errors parsing custom YAML constructors like ur_description's !degrees
- id: debug-statements
- id: end-of-file-fixer
exclude: (\.(svg|stl|dae))$
- id: mixed-line-ending
- id: fix-byte-order-marker

Expand Down

0 comments on commit 27dc748

Please sign in to comment.