File tree Expand file tree Collapse file tree
{{cookiecutter.__package_slug}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ dapperdata_fixes:
7878
7979.PHONY : tomlsort_fixes
8080tomlsort_fixes :
81- $(PYTHON_ENV ) toml-sort $$(find . -not -path "./.venv/*" -name "*.toml" ) -i
81+ $(PYTHON_ENV ) tombi format $$(find . -not -path "./.venv/*" -name "*.toml" )
8282
8383#
8484# Testing
@@ -118,7 +118,8 @@ dapperdata_check:
118118
119119.PHONY : tomlsort_check
120120tomlsort_check :
121- $(PYTHON_ENV ) toml-sort $$(find . -not -path "./.venv/*" -name "*.toml" ) --check
121+ $(PYTHON_ENV ) tombi lint $$(find . -not -path "./.venv/*" -name "*.toml" )
122+ $(PYTHON_ENV ) tombi format $$(find . -not -path "./.venv/*" -name "*.toml" ) --check
122123
123124
124125
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dev = [
8181 "pytest-pretty",
8282 "ruamel.yaml",
8383 "ruff",
84- "toml-sort ",
84+ "tombi ",
8585 "uv"
8686]
8787
You can’t perform that action at this time.
0 commit comments