We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3890bb commit 0a61b7aCopy full SHA for 0a61b7a
1 file changed
.pre-commit-config.yaml
@@ -6,19 +6,19 @@ repos:
6
hooks:
7
- id: build
8
name: Build
9
- entry: bash -c 'make -C src build'
+ entry: bash -c 'make build'
10
language: system
11
types: [python, javascript]
12
pass_filenames: false
13
- id: fix
14
name: Fix
15
- entry: bash -c 'make -C src fix'
+ entry: bash -c 'make fix'
16
17
18
19
- id: lint
20
name: Lint
21
- entry: bash -c 'make -C src lint'
+ entry: bash -c 'make lint'
22
23
24
0 commit comments