Skip to content

Commit c468d9c

Browse files
Merge pull request #2476 from VWS-Python/dependabot/pip/ruff-0.8.0
Bump ruff from 0.7.4 to 0.8.0
2 parents 37dd28b + fa0addc commit c468d9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ optional-dependencies.dev = [
6161
"pytest==8.3.3",
6262
"pytest-cov==6.0.0",
6363
"pyyaml==6.0.2",
64-
"ruff==0.7.4",
64+
"ruff==0.8.0",
6565
# We add shellcheck-py not only for shell scripts and shell code blocks,
6666
# but also because having it installed means that ``actionlint-py`` will
6767
# use it to lint shell commands in GitHub workflow files.

src/vws/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
from .vws import VWS
77

88
__all__ = [
9-
"CloudRecoService",
109
"VWS",
10+
"CloudRecoService",
1111
]

0 commit comments

Comments
 (0)