Skip to content

Commit b7b5c30

Browse files
ci: auto fixes from pre-commit.com hooks.
for more information, see https://pre-commit.ci
1 parent 32a1c02 commit b7b5c30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,7 @@
313313
},
314314
}
315315

316-
BUILD_CHEATSHEET = (
317-
os.environ.get("BUILD_CHEATSHEET", "true").lower() == "true"
318-
)
316+
BUILD_CHEATSHEET = os.environ.get("BUILD_CHEATSHEET", "true").lower() == "true"
319317

320318
if BUILD_CHEATSHEET:
321319
html_theme_options["cheatsheet"] = {

0 commit comments

Comments
 (0)