Skip to content

Commit e1c9cc4

Browse files
authored
Update and rename .vsco to .pre-commit-config.yaml
1 parent 3e3bcd3 commit e1c9cc4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.4.0
4+
hooks:
5+
- id: trailing-whitespace
6+
- id: end-of-file-fixer
7+
- id: check-yaml
8+
- id: check-json
9+
- repo: https://github.com/psf/black
10+
rev: 24.3.0
11+
hooks:
12+
- id: black
13+

.vsco

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)