mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 00:13:36 +01:00
Adding pytest run to the end of pre-commit (#1207)
This commit is contained in:
parent
e9c6e86426
commit
f583e096d5
@ -19,3 +19,12 @@ repos:
|
||||
- id: yamllint
|
||||
name: Lint YAML files
|
||||
args: [--format, parsable, --strict]
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pytest
|
||||
name: Run PyTest Case Checks
|
||||
entry: pytest
|
||||
language: system
|
||||
args: [--tb=short, -v]
|
||||
pass_filenames: false
|
||||
always_run: true
|
||||
|
Loading…
Reference in New Issue
Block a user