Skip to content

Commit

Permalink
pre-commit (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jul 30, 2024
1 parent 430f4e9 commit e969440
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: v4.6.0
hooks:
- id: end-of-file-fixer
exclude: '(.*\.snap)'
exclude: '(.*\.snap)|(insta/tests/inputs/.*)'
- id: check-yaml
- id: mixed-line-ending
- repo: https://github.com/crate-ci/typos
Expand Down
2 changes: 1 addition & 1 deletion vscode-insta/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
]
}
]
}
}
2 changes: 1 addition & 1 deletion vscode-insta/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"[typescript]": {
"editor.tabSize": 2
}
}
}
2 changes: 1 addition & 1 deletion vscode-insta/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
["\"", "\""],
["'", "'"]
]
}
}
2 changes: 1 addition & 1 deletion vscode-insta/syntaxes/insta-snapshots.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,4 +679,4 @@
}
},
"scopeName": "source.insta-snapshots"
}
}
2 changes: 1 addition & 1 deletion vscode-insta/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"node_modules",
".vscode-test"
]
}
}

0 comments on commit e969440

Please sign in to comment.