Skip to content

Commit 5eee92e

Browse files
committed
chore(pixi): Add toml linting
1 parent ccaf5cb commit 5eee92e

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
@@ -46,10 +46,11 @@ _lint-md = """
4646
--check
4747
"""
4848
_lint-python = "ruff format --check && ruff check"
49+
_lint-toml = "tombi format --check ./"
4950

5051
style = { depends-on = ["_style-md", "_style-python", "_style-toml"] }
5152

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

5455
[environments]
5556
style = { features = ["style"], no-default-feature = true }

0 commit comments

Comments
 (0)