Skip to content

Commit

Permalink
Update Dependencies (#212)
Browse files Browse the repository at this point in the history
* 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:
wpilibsuite/sphinxext-opengraph#88
  • Loading branch information
Robpol86 authored Apr 2, 2023
1 parent 73c17a3 commit 8899f56
Show file tree
Hide file tree
Showing 3 changed files with 474 additions and 38 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
imgur_target_format = "https://i.imgur.com/%(id)s.%(ext)s"
myst_enable_extensions = ["colon_fence", "deflist", "fieldlist", "linkify", "replacements", "strikethrough", "substitution"]
myst_url_schemes = ("http", "https", "mailto")
notfound_context = dict(
notfound_context = dict( # pylint: disable=use-dict-literal
title="404 Not Found",
body="<h1>404 Not Found</h1>\n\n"
'<iframe src="https://funhtml5games.com?embed=lemmings" style="width:742px;height:401px;border:none;" '
Expand Down
Loading

0 comments on commit 8899f56

Please sign in to comment.