Skip to content

Commit ef6baca

Browse files
committed
👷 ci/cd
1 parent 9ea8f59 commit ef6baca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,13 @@ repos:
3232
hooks:
3333
- id: pretty-format-toml
3434
args: [--autofix]
35+
36+
- repo: local
37+
hooks:
38+
- id: test
39+
name: test
40+
description: Runs Unit Tests
41+
entry: hatch run test
42+
language: system
43+
pass_filenames: false
44+
require_serial: false

0 commit comments

Comments
 (0)