Skip to content

Commit a93a2f5

Browse files
pradyunsgjorisvandenbossche
authored andcommitted
Prettify the .pre-commit-config.yaml file
1 parent b18803c commit a93a2f5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.pre-commit-config.yaml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
repos:
2-
- repo: local
2+
- repo: local
33
hooks:
4-
- id: yarn-build-production
4+
- id: yarn-build-production
55
name: Build src files
66
language: system
77
entry: bash -c "yarn build:production"
88
files: ^src/*
9-
- repo: https://github.com/psf/black
9+
10+
- repo: https://github.com/psf/black
1011
rev: 20.8b1
1112
hooks:
12-
- id: black
13+
- id: black
1314
language_version: python3
14-
- repo: https://gitlab.com/pycqa/flake8
15+
16+
- repo: https://gitlab.com/pycqa/flake8
1517
rev: 3.8.3
1618
hooks:
17-
- id: flake8
19+
- id: flake8

0 commit comments

Comments
 (0)