Skip to content

Commit 7d92aa7

Browse files
authored
Merge pull request #151 from ecmwf-actions/ci/addRstfmtExclude
Add exclude to schemas directory for anemoi-inference docs
2 parents 9da93a4 + 1a20c1a commit 7d92aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync-files/anemoi/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
rev: v0.0.14
5959
hooks:
6060
- id: rstfmt
61-
exclude: 'cli/.*' # Because we use argparse
61+
exclude: '(cli|schemas)/.*' # Because we use argparse and pydantic sphinx directives
6262
- repo: https://github.com/tox-dev/pyproject-fmt
6363
rev: "v2.5.0"
6464
hooks:

0 commit comments

Comments
 (0)