We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd68cdb commit cb9c39bCopy full SHA for cb9c39b
.pre-commit-config.yaml
@@ -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
11
repos:
12
# Autoformat: Bash scripts
13
- repo: https://github.com/lovesegfault/beautysh
0 commit comments