Skip to content

Commit

Permalink
[CI] Fix pre-commit filename use
Browse files Browse the repository at this point in the history
a5a1e88 changed the name of the
`check-licenses.mojo` file, but this happened internally, and broke the external
use of the name.  Fix this to account for the new name.

Note:
- We may want to change `check-docstrings.py` to comply with the new scheme, but
  we'll save that for later.
- This file isn't managed by copybara, so that's why this was subject to said
  breakage to begin with.

Signed-off-by: Joe Loser <[email protected]>
  • Loading branch information
JoeLoser committed Oct 14, 2024
1 parent 9ac8c78 commit a991f61
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 @@ -15,7 +15,7 @@ repos:
stages: [commit]
- id: check-license
name: check-license
entry: mojo stdlib/scripts/check-licenses.mojo
entry: mojo stdlib/scripts/check_licenses.mojo
language: system
files: '\.(mojo|🔥|py)$'
stages: [commit]
Expand Down

0 comments on commit a991f61

Please sign in to comment.