Skip to content

Commit 007652a

Browse files
author
Drew Yang
committed
fix: 🔥 remove white space/end of file checks
1 parent 9649071 commit 007652a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ repos:
1515
- id: check-json
1616
exclude: '(.vscode|.devcontainer)' # exclude these since // was used for comments
1717
- id: check-toml
18-
- id: trailing-whitespace
19-
- id: end-of-file-fixer
2018
- id: check-added-large-files
2119
- repo: https://github.com/codespell-project/codespell
2220
rev: v2.4.1

0 commit comments

Comments
 (0)