Skip to content

Commit

Permalink
chore: synced local './' with remote 'sync-files/anemoi/all/' (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeployDuck authored Feb 4, 2025
1 parent 797246d commit 38eaf63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -73,6 +73,6 @@ repos:
- --check-overridden # Check overridden methods
- --check-protected # Check protected methods
- --check-class # Check class docstrings
- --disable=E113 # Disable empty docstrings
- --disable=SIG101,SIG102 # Disable empty docstrings
ci:
autoupdate_schedule: monthly

0 comments on commit 38eaf63

Please sign in to comment.