Skip to content

Commit 4b7d85d

Browse files
committed
add pre commit yaml
1 parent 505d7d0 commit 4b7d85d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.pre-commit-config.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
default_language_version:
2+
python: python3.9
3+
4+
repos:
5+
- repo: https://github.com/pre-commit/pre-commit-hooks
6+
rev: v4.0.1
7+
hooks:
8+
# list of supported hooks: https://pre-commit.com/hooks.html
9+
- id: trailing-whitespace
10+
- id: end-of-file-fixer
11+
- id: check-yaml
12+
- id: debug-statements
13+
- id: detect-private-key

0 commit comments

Comments
 (0)