Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev_tools/requirements/deps/shellcheck.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shellcheck-py~=0.11.0
4 changes: 3 additions & 1 deletion dev_tools/requirements/envs/dev.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=envs/dev.env.txt deps/format.txt deps/mypy.txt deps/pip-tools.txt deps/pylint.txt deps/pytest.txt deps/resource_estimates_runtime.txt deps/runtime.txt
# pip-compile --output-file=envs/dev.env.txt deps/format.txt deps/mypy.txt deps/pip-tools.txt deps/pylint.txt deps/pytest.txt deps/resource_estimates_runtime.txt deps/runtime.txt deps/shellcheck.txt
#
ase==3.28.0
# via -r deps/resource_estimates_runtime.txt
Expand Down Expand Up @@ -210,6 +210,8 @@ scipy==1.15.3
# jax
# jaxlib
# pyscf
shellcheck-py==0.11.0.1
# via -r deps/shellcheck.txt
six==1.17.0
# via python-dateutil
sortedcontainers==2.4.0
Expand Down
10 changes: 10 additions & 0 deletions dev_tools/requirements/envs/shellcheck.env.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/shellcheck.env.txt deps/shellcheck.txt
#
shellcheck-py==0.11.0.1
# via
# -c envs/dev.env.txt
# -r deps/shellcheck.txt
1 change: 1 addition & 0 deletions dev_tools/requirements/run-pip-compiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class PlatformRecipe:
"pytest-extra": EnvRecipe({"runtime", "resource_estimates_runtime", "pytest"}),
"mypy": EnvRecipe({"runtime", "mypy"}),
"pip-tools": EnvRecipe({"pip-tools"}),
"shellcheck": EnvRecipe({"shellcheck"}),
}
),
# The following is intended to be run on an older version of python and
Expand Down
Loading