Skip to content

Commit 562a999

Browse files
committed
Adjust name
1 parent 20d828a commit 562a999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- repo: local
2525
hooks:
2626
- id: redundant-test-patches
27-
name: Ensure no redundant test patches
27+
name: check redundant test patches
2828
entry: scripts/check_redundant_patches.py
2929
files: '^Lib/test/.*\.py$'
3030
language: script
@@ -42,7 +42,7 @@ repos:
4242
priority: 0
4343

4444
- id: generate-opcode-metadata
45-
name: Generate opcode metadata
45+
name: generate opcode metadata
4646
entry: python scripts/generate_opcode_metadata.py
4747
files: '^(crates/compiler-core/src/bytecode/instruction\.rs|scripts/generate_opcode_metadata\.py)$'
4848
pass_filenames: false

0 commit comments

Comments
 (0)