Skip to content

Commit

Permalink
ignore vscode_plugin_info.txt when checking end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed May 30, 2024
1 parent e1250b0 commit 731e0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: src/data/vscode_plugin_info.txt
- id: check-docstring-first
- id: check-json
- repo: https://github.com/ambv/black
Expand Down
2 changes: 1 addition & 1 deletion src/data/vscode_plugin_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ bash
$ npm run compile
=======
License
MIT
MIT

0 comments on commit 731e0e1

Please sign in to comment.