Skip to content
Snippets Groups Projects
Commit b8e48168 authored by Simonas's avatar Simonas
Browse files

feat: precommit local hooks test

parent e6139266
No related branches found
No related tags found
No related merge requests found
...@@ -64,20 +64,22 @@ repos: ...@@ -64,20 +64,22 @@ repos:
- repo: local - repo: local
hooks: hooks:
- id: format # - id: format
name: format # name: format
language: system # language: system
pass_filenames: false # pass_filenames: false
entry: make format # always_run: true
types: [ python ] # entry: make format
# types: [ python ]
- id: linter # - id: linter
name: linter # name: linter
language: system # language: system
pass_filenames: false # pass_filenames: false
# stages: [ push ] # # stages: [ push ]
entry: make lint # always_run: true
types: [ python ] # entry: make lint
# types: [ python ]
- id: test - id: test
name: test name: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment