Skip to content

Commit 5f478da

Browse files
committed
chore(pixi): Add toml linting
1 parent 48a61d5 commit 5f478da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pixi.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ _lint-md = """
4444
--check
4545
"""
4646
_lint-python = "ruff format --check && ruff check"
47+
_lint-toml = "tombi format --check ./"
4748

4849
style = { depends-on = ["_style-md", "_style-python", "_style-toml"] }
4950
apply-qc = "style"
5051

51-
lint = { depends-on = ["_lint-md", "_lint-python"] }
52+
lint = { depends-on = ["_lint-md", "_lint-python", "_lint-toml"] }
5253
qc = "lint"
5354

5455
[environments]

0 commit comments

Comments
 (0)