Skip to content

Commit e5158bb

Browse files
committed
Format python with black via pre-commit
1 parent 9a4fe5f commit e5158bb

38 files changed

+778
-577
lines changed

.pre-commit-config.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: ebc15addedad713c86ef18ae9632c88e187dd0af # frozen: v3.1.0
4+
hooks:
5+
- id: check-case-conflict
6+
- id: check-executables-have-shebangs
7+
- id: check-json
8+
- id: check-merge-conflict
9+
- id: check-yaml
10+
- id: end-of-file-fixer
11+
- id: trailing-whitespace
12+
- repo: https://github.com/psf/black
13+
rev: 6bedb5c58a7d8c25aa9509f8217bc24e9797e90d # frozen: 19.10b0
14+
hooks:
15+
- id: black

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"url": "https://github.com/LazoCoder/Pokemon-Terminal/issues"
2424
},
2525
"homepage": "https://github.com/LazoCoder/Pokemon-Terminal#readme"
26-
}
26+
}

0 commit comments

Comments
 (0)