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

feat: precommit local hooks

parent 83f85613
No related branches found
No related tags found
No related merge requests found
...@@ -61,3 +61,20 @@ repos: ...@@ -61,3 +61,20 @@ repos:
stages: stages:
- post-commit - post-commit
- push - push
- repo: local
hooks:
- id: format
name: format
language: system
pass_filenames: false
entry: make format
types: [ python ]
- id: linter
name: linter
language: system
pass_filenames: false
stages: [ push ]
entry: make lint
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