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

feat: precommit local hooks test

...@@ -75,7 +75,7 @@ repos: ...@@ -75,7 +75,7 @@ repos:
name: linter name: linter
language: system language: system
pass_filenames: false pass_filenames: false
stages: [ push ] # stages: [ push ]
entry: make lint entry: make lint
types: [ python ] types: [ python ]
...@@ -83,6 +83,6 @@ repos: ...@@ -83,6 +83,6 @@ repos:
name: test name: test
language: system language: system
pass_filenames: false pass_filenames: false
stages: [ pre-commit, push ] # stages: [ pre-commit, push ]
entry: make test entry: make test
types: [ python ] types: [ python ]
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