Skip to content

Commit

Permalink
Fix matching '/*' isn't what we want here (#214)
Browse files Browse the repository at this point in the history
Fix matching '/*' isn't what we want herere
  • Loading branch information
tkoyama010 authored Feb 23, 2024
1 parent ec75263 commit 62cbc19
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 @@ -39,7 +39,7 @@ repos:
args: [--branch, main]
- id: requirements-txt-fixer
- id: trailing-whitespace
exclude: ^(|doc/source/_static/*)
exclude: ^(doc/source/_static/.*)
- id: mixed-line-ending
- id: end-of-file-fixer

Expand Down

0 comments on commit 62cbc19

Please sign in to comment.