Merge pull request #1 from willmcgugan/master

Update fork
This commit is contained in:
Evan Chong 2020-10-08 19:30:21 +08:00 committed by GitHub
commit 5daff036fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
black==20.8b1
mypy==0.782
poetry==1.1.1
poetry==1.1.2
pytest==6.1.1
pytest-cov==2.10.1

View File

@ -1413,7 +1413,7 @@ if __name__ == "__main__": # pragma: no cover
"options": [
"New York Bulls",
"Los Angeles Kings",
"Golden State Warriros",
"Golden State Warriors",
"Huston Rocket",
],
"answer": "Huston Rocket",

View File

@ -271,7 +271,6 @@ class Syntax(JupyterMixin):
Args:
path (str): Path to file to highlight.
encoding (str): Encoding of file.
lexer_name (str): Lexer to use (see https://pygments.org/docs/lexers/)
theme (str, optional): Color theme, aka Pygments style (see https://pygments.org/docs/styles/#getting-a-list-of-available-styles). Defaults to "emacs".
dedent (bool, optional): Enable stripping of initial whitespace. Defaults to True.
line_numbers (bool, optional): Enable rendering of line numbers. Defaults to False.