Skip to content

Commit 9915616

Browse files
committed
jupytext in pylint deps too
1 parent 8b76c47 commit 9915616

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

dev_tools/requirements/envs/pylint.env.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ jupyterlab-server==2.28.0
256256
# notebook
257257
jupyterlab-widgets==3.0.16
258258
# via ipywidgets
259+
jupytext==1.19.1
259260
kiwisolver==1.5.0
260261
# via matplotlib
261262
lark==1.3.1
@@ -265,7 +266,9 @@ lark==1.3.1
265266
llvmlite==0.47.0
266267
# via numba
267268
markdown-it-py==4.0.0
268-
# via mdit-py-plugins
269+
# via
270+
# jupytext
271+
# mdit-py-plugins
269272
markupsafe==3.0.3
270273
# via
271274
# flask
@@ -284,6 +287,7 @@ matplotlib-inline==0.2.1
284287
mccabe==0.7.0
285288
# via pylint
286289
mdit-py-plugins==0.5.0
290+
# via jupytext
287291
mdurl==0.1.2
288292
# via markdown-it-py
289293
mistune==3.2.0
@@ -307,6 +311,7 @@ nbconvert==7.17.0
307311
nbformat==5.10.4
308312
# via
309313
# jupyter-server
314+
# jupytext
310315
# nbclient
311316
# nbconvert
312317
# qualtran
@@ -367,6 +372,7 @@ packaging==26.0
367372
# jupyter-server
368373
# jupyterlab
369374
# jupyterlab-server
375+
# jupytext
370376
# matplotlib
371377
# nbconvert
372378
# pennylane
@@ -467,6 +473,7 @@ pywinpty==3.0.3 ; os_name == 'nt'
467473
pyyaml==6.0.3
468474
# via
469475
# jupyter-events
476+
# jupytext
470477
# tensorflow-docs
471478
pyzmq==27.1.0
472479
# via

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ lint = [
100100
# for checking _test.py files
101101
"pytest",
102102
"openfermion[resources]",
103+
"jupytext",
103104

104105
# dev tools
105106
"tensorflow-docs",

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)