Skip to content

Commit 698df36

Browse files
committed
Fix toml sorting
1 parent e615606 commit 698df36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ env_run_base = {commands = [
133133
"test",
134134
]}
135135
env.docs = {commands = [
136-
"mkdocs",
137-
"build",
138136
"--strict",
137+
"build",
138+
"mkdocs",
139139
], extras = [
140140
"docs",
141141
]}

0 commit comments

Comments
 (0)