Skip to content

Commit 8899f56

Browse files
authored
Update Dependencies (#212)
* Add TODOs * Update black * Updated pylint. Disabling new linter "use-dict-literal" for styling reasons. Using a literal would intoduce a new level of indentation. * new pytest * Updating sphinxext-opengraph Looks like it added a new feature: sphinx-doc/sphinxext-opengraph#88
1 parent 73c17a3 commit 8899f56

File tree

3 files changed

+474
-38
lines changed

3 files changed

+474
-38
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
imgur_target_format = "https://i.imgur.com/%(id)s.%(ext)s"
133133
myst_enable_extensions = ["colon_fence", "deflist", "fieldlist", "linkify", "replacements", "strikethrough", "substitution"]
134134
myst_url_schemes = ("http", "https", "mailto")
135-
notfound_context = dict(
135+
notfound_context = dict( # pylint: disable=use-dict-literal
136136
title="404 Not Found",
137137
body="<h1>404 Not Found</h1>\n\n"
138138
'<iframe src="https://funhtml5games.com?embed=lemmings" style="width:742px;height:401px;border:none;" '

0 commit comments

Comments
 (0)