Skip to content

Commit 2570a77

Browse files
authored
add the .pre-commit-config.yaml
Signed-off-by: Mackenzie Mathis <[email protected]>
1 parent c2da0f0 commit 2570a77

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.pre-commit-config.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.4.0
4+
hooks:
5+
- id: check-added-large-files
6+
- id: check-yaml
7+
- id: end-of-file-fixer
8+
- id: name-tests-test
9+
- id: trailing-whitespace
10+
- repo: https://github.com/PyCQA/isort
11+
rev: 5.12.0
12+
hooks:
13+
- id: isort
14+
- repo: https://github.com/psf/black
15+
rev: 22.3.0
16+
hooks:
17+
- id: black
18+
language_version: python3

0 commit comments

Comments
 (0)