mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-06-19 19:28:05 +02: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…
x
Reference in New Issue
Block a user