Skip to content

Commit 2aeb5b5

Browse files
committed
Add pre-commit
1 parent 93e0cb9 commit 2aeb5b5

File tree

5 files changed

+328
-18
lines changed

5 files changed

+328
-18
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.6.0
4+
hooks:
5+
- id: check-yaml
6+
- id: end-of-file-fixer
7+
- id: trailing-whitespace
8+
#- repo: https://github.com/PyCQA/flake8
9+
# rev: 7.1.1
10+
# hooks:
11+
# - id: flake8
12+
# args: [""]

0 commit comments

Comments
 (0)