Skip to content

Commit 0a61b7a

Browse files
committed
Added get model fields
1 parent a3890bb commit 0a61b7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ repos:
66
hooks:
77
- id: build
88
name: Build
9-
entry: bash -c 'make -C src build'
9+
entry: bash -c 'make build'
1010
language: system
1111
types: [python, javascript]
1212
pass_filenames: false
1313
- id: fix
1414
name: Fix
15-
entry: bash -c 'make -C src fix'
15+
entry: bash -c 'make fix'
1616
language: system
1717
types: [python, javascript]
1818
pass_filenames: false
1919
- id: lint
2020
name: Lint
21-
entry: bash -c 'make -C src lint'
21+
entry: bash -c 'make lint'
2222
language: system
2323
types: [python, javascript]
2424

0 commit comments

Comments
 (0)