We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18803c commit a93a2f5Copy full SHA for a93a2f5
.pre-commit-config.yaml
@@ -1,17 +1,19 @@
1
repos:
2
-- repo: local
+ - repo: local
3
hooks:
4
- - id: yarn-build-production
+ - id: yarn-build-production
5
name: Build src files
6
language: system
7
entry: bash -c "yarn build:production"
8
files: ^src/*
9
-- repo: https://github.com/psf/black
+
10
+ - repo: https://github.com/psf/black
11
rev: 20.8b1
12
- - id: black
13
+ - id: black
14
language_version: python3
-- repo: https://gitlab.com/pycqa/flake8
15
16
+ - repo: https://gitlab.com/pycqa/flake8
17
rev: 3.8.3
18
- - id: flake8
19
+ - id: flake8
0 commit comments