We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d828a commit 562a999Copy full SHA for 562a999
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- repo: local
25
hooks:
26
- id: redundant-test-patches
27
- name: Ensure no redundant test patches
+ name: check redundant test patches
28
entry: scripts/check_redundant_patches.py
29
files: '^Lib/test/.*\.py$'
30
language: script
@@ -42,7 +42,7 @@ repos:
42
priority: 0
43
44
- id: generate-opcode-metadata
45
- name: Generate opcode metadata
+ name: generate opcode metadata
46
entry: python scripts/generate_opcode_metadata.py
47
files: '^(crates/compiler-core/src/bytecode/instruction\.rs|scripts/generate_opcode_metadata\.py)$'
48
pass_filenames: false
0 commit comments