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 ba3570b + a3c4e9d commit 12ca651Copy full SHA for 12ca651
pyproject.toml
@@ -80,7 +80,7 @@ optional-dependencies.dev = [
80
"python-dotenv==1.0.1",
81
"pyyaml==6.0.2",
82
"requests-mock-flask==2024.8.30.1",
83
- "ruff==0.7.4",
+ "ruff==0.8.1",
84
# We add shellcheck-py not only for shell scripts and shell code blocks,
85
# but also because having it installed means that ``actionlint-py`` will
86
# use it to lint shell commands in GitHub workflow files.
src/mock_vws/__init__.py
@@ -8,6 +8,6 @@
8
)
9
10
__all__ = [
11
- "MockVWS",
12
"MissingSchemeError",
+ "MockVWS",
13
]
0 commit comments