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

Commit

Permalink
work on pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jun 20, 2024
1 parent f97b951 commit ef77394
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 ef77394

Please sign in to comment.