We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87d2b19 + ccd56a3 commit 1302379Copy full SHA for 1302379
.gitignore
@@ -109,3 +109,5 @@ secrets.tar
109
110
# setuptools_scm
111
src/*/_setuptools_scm_version.txt
112
+
113
+uv.lock
pyproject.toml
@@ -61,6 +61,10 @@ optional-dependencies.dev = [
61
"pytest-cov==5.0.0",
62
"pyyaml==6.0.2",
63
"ruff==0.6.5",
64
+ # We add shellcheck-py not only for shell scripts and shell code blocks,
65
+ # but also because having it installed means that ``actionlint-py`` will
66
+ # use it to lint shell commands in GitHub workflow files.
67
+ "shellcheck-py==0.10.0.1",
68
"sphinx==8.0.2",
69
"sphinx-copybutton==0.5.2",
70
"sphinx-substitution-extensions==2024.8.6",
0 commit comments