Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jun 20, 2024
2 parents 3d06893 + ef77394 commit bb8857f
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: '.*_\.py$'
exclude: '^[^_].*_\.py$'
args:
- --line-length=120
- --fix
Expand Down

0 comments on commit bb8857f

Please sign in to comment.