Skip to content

Commit 494a0da

Browse files
authored
Add barebones .pre-commit-config.yaml file
Added configuration for pre-commit hooks.
1 parent 4db32f4 commit 494a0da

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Learn more about this config here: https://pre-commit.com/
2+
3+
# To enable these pre-commit hooks, run:
4+
# `pipx install pre-commit` or `brew install pre-commit`
5+
# Then, in the project root directory, run `pre-commit install`
6+
7+
repos:
8+
- repo: https://github.com/pre-commit/pre-commit-hooks
9+
rev: v6.0.0
10+
hooks:
11+
- id: check-added-large-files

0 commit comments

Comments
 (0)