Skip to content

Commit

Permalink
DX: install Ruff and Git in Jupyter Lab (#222)
Browse files Browse the repository at this point in the history
* MAINT: update pip constraints and pre-commit

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 2, 2023
1 parent 0bf491a commit 886756b
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 45 deletions.
10 changes: 10 additions & 0 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ beautifulsoup4==4.12.2
black==23.11.0
bleach==6.1.0
cachetools==5.3.2
cattrs==23.2.3
certifi==2023.11.17
cffi==1.16.0
cfgv==3.4.0
Expand All @@ -40,6 +41,8 @@ fastjsonschema==2.19.0
filelock==3.13.1
fonttools==4.46.0
fqdn==1.5.1
gitdb==4.0.11
gitpython==3.1.40
graphviz==0.20.1
greenlet==3.0.1
identify==2.5.32
Expand All @@ -53,6 +56,7 @@ ipython==8.18.1
ipython-genutils==0.2.0
ipywidgets==8.1.1
isoduration==20.11.0
isort==5.12.0
jedi==0.19.1
jinja2==3.1.2
json5==0.9.14
Expand All @@ -67,9 +71,11 @@ jupyter-core==5.5.0
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.11.1
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.4.4
jupyterlab==4.0.9
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.0.1
jupyterlab-myst==2.1.0
jupyterlab-pygments==0.3.0
Expand All @@ -78,6 +84,7 @@ jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.0
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib==3.8.2
Expand All @@ -91,6 +98,7 @@ myst-nb==1.0.0
myst-parser==1.0.0
nbclient==0.6.8
nbconvert==7.11.0
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.4.6
nest-asyncio==1.5.8
Expand Down Expand Up @@ -124,6 +132,7 @@ pytest==7.4.3
python-dateutil==2.8.2
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.0.0
python-lsp-server==1.9.0
pytoolconfig==1.2.6
pyyaml==6.0.1
Expand All @@ -139,6 +148,7 @@ rpds-py==0.13.2
ruff==0.1.6
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
sniffio==1.3.0
snowballstemmer==2.2.0
soupsieve==2.5
Expand Down
10 changes: 10 additions & 0 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ beautifulsoup4==4.12.2
black==23.11.0
bleach==6.1.0
cachetools==5.3.2
cattrs==23.2.3
certifi==2023.11.17
cffi==1.16.0
cfgv==3.4.0
Expand All @@ -39,6 +40,8 @@ fastjsonschema==2.19.0
filelock==3.13.1
fonttools==4.46.0
fqdn==1.5.1
gitdb==4.0.11
gitpython==3.1.40
graphviz==0.20.1
greenlet==3.0.1
identify==2.5.32
Expand All @@ -52,6 +55,7 @@ ipython==8.18.1
ipython-genutils==0.2.0
ipywidgets==8.1.1
isoduration==20.11.0
isort==5.12.0
jedi==0.19.1
jinja2==3.1.2
json5==0.9.14
Expand All @@ -66,9 +70,11 @@ jupyter-core==5.5.0
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.11.1
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.4.4
jupyterlab==4.0.9
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.0.1
jupyterlab-myst==2.1.0
jupyterlab-pygments==0.3.0
Expand All @@ -77,6 +83,7 @@ jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.0
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib==3.8.2
Expand All @@ -90,6 +97,7 @@ myst-nb==1.0.0
myst-parser==1.0.0
nbclient==0.6.8
nbconvert==7.11.0
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.4.6
nest-asyncio==1.5.8
Expand Down Expand Up @@ -123,6 +131,7 @@ pytest==7.4.3
python-dateutil==2.8.2
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.0.0
python-lsp-server==1.9.0
pytoolconfig==1.2.6
pyyaml==6.0.1
Expand All @@ -138,6 +147,7 @@ rpds-py==0.13.2
ruff==0.1.6
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
sniffio==1.3.0
snowballstemmer==2.2.0
soupsieve==2.5
Expand Down
10 changes: 10 additions & 0 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ beautifulsoup4==4.12.2
black==23.11.0
bleach==6.1.0
cachetools==5.3.2
cattrs==23.2.3
certifi==2023.11.17
cffi==1.16.0
cfgv==3.4.0
Expand All @@ -39,6 +40,8 @@ fastjsonschema==2.19.0
filelock==3.13.1
fonttools==4.46.0
fqdn==1.5.1
gitdb==4.0.11
gitpython==3.1.40
graphviz==0.20.1
greenlet==3.0.1
identify==2.5.32
Expand All @@ -52,6 +55,7 @@ ipython==8.18.1
ipython-genutils==0.2.0
ipywidgets==8.1.1
isoduration==20.11.0
isort==5.12.0
jedi==0.19.1
jinja2==3.1.2
json5==0.9.14
Expand All @@ -66,9 +70,11 @@ jupyter-core==5.5.0
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.11.1
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.4.4
jupyterlab==4.0.9
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.0.1
jupyterlab-myst==2.1.0
jupyterlab-pygments==0.3.0
Expand All @@ -77,6 +83,7 @@ jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.0
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib==3.8.2
Expand All @@ -90,6 +97,7 @@ myst-nb==1.0.0
myst-parser==1.0.0
nbclient==0.6.8
nbconvert==7.11.0
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.4.6
nest-asyncio==1.5.8
Expand Down Expand Up @@ -123,6 +131,7 @@ pytest==7.4.3
python-dateutil==2.8.2
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.0.0
python-lsp-server==1.9.0
pytoolconfig==1.2.6
pyyaml==6.0.1
Expand All @@ -138,6 +147,7 @@ rpds-py==0.13.2
ruff==0.1.6
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
sniffio==1.3.0
snowballstemmer==2.2.0
soupsieve==2.5
Expand Down
10 changes: 10 additions & 0 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ black==23.3.0
bleach==6.0.0
cached-property==1.5.2
cachetools==5.3.2
cattrs==23.1.2
certifi==2023.11.17
cffi==1.15.1
cfgv==3.3.1
Expand All @@ -41,6 +42,8 @@ fastjsonschema==2.19.0
filelock==3.12.2
fonttools==4.38.0
fqdn==1.5.1
gitdb==4.0.11
gitpython==3.1.40
graphviz==0.20.1
greenlet==3.0.1
identify==2.5.24
Expand All @@ -55,6 +58,7 @@ ipython==7.34.0
ipython-genutils==0.2.0
ipywidgets==8.1.1
isoduration==20.11.0
isort==5.11.5
jedi==0.18.2
jinja2==3.1.2
json5==0.9.14
Expand All @@ -69,10 +73,12 @@ jupyter-events==0.6.3
jupyter-lsp==1.5.1
jupyter-server==1.24.0
jupyter-server-fileid==0.9.0
jupyter-server-mathjax==0.2.6
jupyter-server-ydoc==0.8.0
jupyter-ydoc==0.2.4
jupyterlab==3.6.6
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.44.0
jupyterlab-lsp==3.10.2
jupyterlab-myst==1.2.0
jupyterlab-pygments==0.2.2
Expand All @@ -81,6 +87,7 @@ jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.0
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib==3.5.3
Expand All @@ -95,6 +102,7 @@ myst-parser==0.18.1
nbclassic==1.0.0
nbclient==0.5.13
nbconvert==7.6.0
nbdime==3.2.1
nbformat==5.8.0
nbmake==1.2.1
nest-asyncio==1.5.8
Expand Down Expand Up @@ -130,6 +138,7 @@ pytest==7.4.3
python-dateutil==2.8.2
python-json-logger==2.0.7
python-lsp-jsonrpc==1.0.0
python-lsp-ruff==1.6.0
python-lsp-server==1.7.4
pytoolconfig==1.2.6
pytz==2023.3.post1
Expand All @@ -144,6 +153,7 @@ rope==1.9.0
ruff==0.1.6
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
sniffio==1.3.0
snowballstemmer==2.2.0
soupsieve==2.4.1
Expand Down
10 changes: 10 additions & 0 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ beautifulsoup4==4.12.2
black==23.11.0
bleach==6.1.0
cachetools==5.3.2
cattrs==23.2.3
certifi==2023.11.17
cffi==1.16.0
cfgv==3.4.0
Expand All @@ -41,6 +42,8 @@ fastjsonschema==2.19.0
filelock==3.13.1
fonttools==4.46.0
fqdn==1.5.1
gitdb==4.0.11
gitpython==3.1.40
graphviz==0.20.1
greenlet==3.0.1
identify==2.5.32
Expand All @@ -55,6 +58,7 @@ ipython==8.12.3
ipython-genutils==0.2.0
ipywidgets==8.1.1
isoduration==20.11.0
isort==5.12.0
jedi==0.19.1
jinja2==3.1.2
json5==0.9.14
Expand All @@ -69,9 +73,11 @@ jupyter-core==5.5.0
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.11.1
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.4.4
jupyterlab==4.0.9
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.0.1
jupyterlab-myst==2.1.0
jupyterlab-pygments==0.3.0
Expand All @@ -80,6 +86,7 @@ jupyterlab-widgets==3.0.9
kiwisolver==1.4.5
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.0
markdown-it-py==2.2.0
markupsafe==2.1.3
matplotlib==3.7.4
Expand All @@ -93,6 +100,7 @@ myst-nb==0.17.2
myst-parser==0.18.1
nbclient==0.6.8
nbconvert==7.11.0
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.4.6
nest-asyncio==1.5.8
Expand Down Expand Up @@ -128,6 +136,7 @@ pytest==7.4.3
python-dateutil==2.8.2
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.0.0
python-lsp-server==1.9.0
pytoolconfig==1.2.6
pytz==2023.3.post1
Expand All @@ -144,6 +153,7 @@ rpds-py==0.13.2
ruff==0.1.6
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
sniffio==1.3.0
snowballstemmer==2.2.0
soupsieve==2.5
Expand Down
Loading

0 comments on commit 886756b

Please sign in to comment.