Skip to content

Commit

Permalink
adding first client for anemoi web. Merge remote-tracking branch 'ori…
Browse files Browse the repository at this point in the history
…gin/develop' into develop
  • Loading branch information
floriankrb committed Jun 25, 2024
2 parents b8f521c + b6e9de1 commit 9f41b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
hooks:
- id: ruff
# Next line if for documenation cod snippets
exclude: '^[A-Za-z]\w*_\.py$'
exclude: '^[^_].*_\.py$'
args:
- --line-length=120
- --fix
Expand Down

0 comments on commit 9f41b40

Please sign in to comment.