Skip to content

Commit

Permalink
Update .pre-commit-config.yaml (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Mario Santa Cruz <[email protected]>
  • Loading branch information
b8raoult and JPXKQX authored Oct 16, 2024
1 parent 80f1de3 commit 29510cb
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 @@ -44,7 +44,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 29510cb

Please sign in to comment.