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 37dd28b + fa0addc commit c468d9cCopy full SHA for c468d9c
pyproject.toml
@@ -61,7 +61,7 @@ optional-dependencies.dev = [
61
"pytest==8.3.3",
62
"pytest-cov==6.0.0",
63
"pyyaml==6.0.2",
64
- "ruff==0.7.4",
+ "ruff==0.8.0",
65
# We add shellcheck-py not only for shell scripts and shell code blocks,
66
# but also because having it installed means that ``actionlint-py`` will
67
# use it to lint shell commands in GitHub workflow files.
src/vws/__init__.py
@@ -6,6 +6,6 @@
6
from .vws import VWS
7
8
__all__ = [
9
- "CloudRecoService",
10
"VWS",
+ "CloudRecoService",
11
]
0 commit comments