Skip to content

Commit 01e15e3

Browse files
committed
refactor(ci): rename require_ascii.py to require_utf8.py
1 parent 9e52a88 commit 01e15e3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
- id: require-utf8
4848
name: Check file encoding
4949
description: Ensure file is valid UTF-8
50-
entry: python pre_commit_hooks/require_ascii.py
50+
entry: python pre_commit_hooks/require_utf8.py
5151
language: python
5252
exclude:
5353
(?x)^(
File renamed without changes.

0 commit comments

Comments
 (0)