Skip to content

Commit 7fa20c9

Browse files
committed
Correct typo in pre-commit
1 parent 31e6e65 commit 7fa20c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ repos:
7171
name: Setup python
7272
entry: /usr/bin/env bash -c 'test -d ./venv || scripts/setup.sh'
7373
language: script
74-
- id: setup_tests
74+
- id: setup_test
7575
name: Setup testing
7676
entry: /usr/bin/env bash -c 'test -f ./tmp/biome || scripts/setup_test.sh pre-commit'
7777
language: script

0 commit comments

Comments
 (0)