Skip to content

Commit 4331d28

Browse files
committed
Add pre-commit
1 parent 7a374f8 commit 4331d28

2 files changed

Lines changed: 916 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# See https://pre-commit.com for more information
2+
ci:
3+
autofix_prs: false
4+
autoupdate_schedule: quarterly
5+
autoupdate_branch: pre-commit-autoupdate
6+
# Currently network access isn't supported in the pre-commit CI product.
7+
skip: [uv-sync, uv-lock, uv-export]
8+
9+
# See https://pre-commit.com/hooks.html for more hooks
10+
repos:
11+
- repo: local
12+
hooks:
13+
- id: cmor-cvs-table
14+
name: cmor-cvs-table
15+
entry: venv/bin/esgvoc cmor-export-cvs-table --out-path cmor-cvs.json
16+
language: system
17+
require_serial: true
18+
pass_filenames: false

0 commit comments

Comments
 (0)