2020-09-25 17:04:10 +00:00
|
|
|
repos:
|
2020-11-19 16:12:08 +00:00
|
|
|
- repo: "local"
|
2020-09-25 17:04:10 +00:00
|
|
|
hooks:
|
2020-11-19 16:12:08 +00:00
|
|
|
- id: "codechecks"
|
|
|
|
name: "codechecks"
|
2020-09-27 16:30:06 +00:00
|
|
|
stages: ["push"]
|
2020-11-19 16:12:08 +00:00
|
|
|
language: "system"
|
|
|
|
files: ".py$"
|
2020-10-23 18:52:45 +00:00
|
|
|
entry: "tox -e codechecks"
|
2020-11-19 16:12:08 +00:00
|
|
|
pass_filenames: true
|