Skip to content

Commit

Permalink
Regex not glob
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Oct 27, 2023
1 parent 88e6fae commit 2785de8
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 @@ -31,4 +31,4 @@ repos:
hooks:
- id: codespell
args: ["-L newyorker"]
exclude: '^(poetry\.lock|log-viewer/*|tests/retrievers/test_document_index\.py)$'
exclude: '^(poetry\.lock|log-viewer/.*|tests/retrievers/test_document_index\.py)$'

0 comments on commit 2785de8

Please sign in to comment.