Skip to content

Commit d45b482

Browse files
committed
Update mise file tasks prefix
1 parent 12361f4 commit d45b482

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.mise/tasks/editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# mise description="Check for editorconfig violations using editorconfig-checker"
2+
#MISE description="Check for editorconfig violations using editorconfig-checker"
33

44
set -o nounset
55
set -o errexit

.mise/tasks/format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# mise description="Format code using ruff"
2+
#MISE description="Format code using ruff"
33

44
set -o nounset
55
set -o errexit

.mise/tasks/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# mise description="Lint code using ruff"
2+
#MISE description="Lint code using ruff"
33

44
set -o nounset
55
set -o errexit

.mise/tasks/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# mise description="Run unit tests"
2+
#MISE description="Run unit tests"
33

44
set -o nounset
55
set -o errexit

.mise/tasks/typecheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# mise description="Check types using mypy"
2+
#MISE description="Check types using mypy"
33

44
set -o nounset
55
set -o errexit

0 commit comments

Comments
 (0)