Skip to content

Commit 69bde00

Browse files
authored
Merge branch 'master' into domain
2 parents a0c83b9 + e1f1007 commit 69bde00

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v3.0.1
3+
rev: v3.8.2
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: "22.1.0"
7+
rev: "22.6.0"
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: "4.0.1"
11+
rev: "5.0.4"
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.1.0
15+
rev: v4.3.0
1616
hooks:
1717
- id: end-of-file-fixer
1818
- id: check-json

nbviewer/frontpage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"img": "/img/example-nb/python-signal.png"
3333
},
3434
{
35-
"text": "O'Reilly Book",
36-
"target": "/github/ptwobrussell/Mining-the-Social-Web-2nd-Edition/tree/master/ipynb",
35+
"text": "Mining the Social Web",
36+
"target": "/github/mikhailklassen/Mining-the-Social-Web-3rd-Edition/tree/master/notebooks",
3737
"img": "/img/example-nb/mining-slice.png"
3838
},
3939
{
259 KB
Loading

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ def walk_subpkg(name):
7575
author="The Jupyter Development Team",
7676
author_email="[email protected]",
7777
url="https://nbviewer.org",
78+
project_urls={
79+
"Source": "https://github.com/jupyter/nbviewer",
80+
"Tracker": "https://github.com/jupyter/nbviewer/issues",
81+
},
7882
description="Jupyter Notebook Viewer",
7983
long_description="Jupyter nbconvert as a web service",
8084
license="BSD",

0 commit comments

Comments
 (0)