Skip to content

Commit

Permalink
(edit) exclude .yarn (auto-generated files) from pre-commit test and …
Browse files Browse the repository at this point in the history
…revert back the test change (previous commit for removing the whitespace from auti-generated ./yarn/release) file
  • Loading branch information
nozomione committed Sep 13, 2023
1 parent c93f958 commit e3d361f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repos:
args:
- --fix=lf
- id: trailing-whitespace
exclude: ^client/.yarn/*
args:
- --markdown-linebreak-ext=md
# - id: check-executables-have-shebangs
Expand Down
Loading

0 comments on commit e3d361f

Please sign in to comment.