Skip to content

Commit cb9c39b

Browse files
committed
Add inline notes to pre-commit
1 parent dd68cdb commit cb9c39b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pre-commit-config.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# pre-commit is a tool to perform a predefined set of tasks manually and/or
2+
# automatically before git commits are made.
3+
#
4+
# Config reference: https://pre-commit.com/#pre-commit-configyaml---top-level
5+
#
6+
# Common tasks
7+
#
8+
# - Run on all files: pre-commit run --all-files
9+
# - Register git hooks: pre-commit install --install-hooks
10+
#
111
repos:
212
# Autoformat: Bash scripts
313
- repo: https://github.com/lovesegfault/beautysh

0 commit comments

Comments
 (0)