Skip to content

Commit 6079a5e

Browse files
authored
Create .pre-commit-config.yaml
1 parent 110510c commit 6079a5e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.pre-commit-config.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Learn more about this config here: https://pre-commit.com/
2+
3+
# To enable these pre-commit hooks run:
4+
# `brew install pre-commit` or `python3 -m pip 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: v5.0.0
10+
hooks:
11+
# - id: check-builtin-literals
12+
# - id: check-executables-have-shebangs
13+
# - id: check-shebang-scripts-are-executable
14+
# - id: check-toml
15+
# - id: check-yaml
16+
# - id: detect-private-key
17+
- id: end-of-file-fixer
18+
# - id: mixed-line-ending
19+
# - id: trailing-whitespace

0 commit comments

Comments
 (0)