Skip to content

Commit 511fdfb

Browse files
authored
Merge pull request #155 from ecmwf-actions/fix/anemoi-docsig
Fix anemoi pre-commit docsig
2 parents 5f38e0e + 123b8cb commit 511fdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ repos:
7373
- --check-overridden # Check overridden methods
7474
- --check-protected # Check protected methods
7575
- --check-class # Check class docstrings
76-
- --disable=E113 # Disable empty docstrings
76+
- --disable=SIG101,SIG102 # Disable empty docstrings
7777
ci:
7878
autoupdate_schedule: monthly

0 commit comments

Comments
 (0)