Skip to content

Commit

Permalink
Merge pull request #151 from ecmwf-actions/ci/addRstfmtExclude
Browse files Browse the repository at this point in the history
Add exclude to schemas directory for anemoi-inference docs
  • Loading branch information
HCookie authored Feb 4, 2025
2 parents 9da93a4 + 1a20c1a commit 7d92aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync-files/anemoi/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
rev: v0.0.14
hooks:
- id: rstfmt
exclude: 'cli/.*' # Because we use argparse
exclude: '(cli|schemas)/.*' # Because we use argparse and pydantic sphinx directives
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.5.0"
hooks:
Expand Down

0 comments on commit 7d92aa7

Please sign in to comment.