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.
1 parent 503cfe9 commit bdf0826Copy full SHA for bdf0826
pyproject.toml
@@ -58,7 +58,7 @@ lint = [
58
"mypy ~= 1.1",
59
# NOTE(ww): ruff is under active development, so we pin conservatively here
60
# and let Dependabot periodically perform this update.
61
- "ruff < 0.0.292",
+ "ruff < 0.0.293",
62
"types-requests",
63
# TODO(ww): Re-enable once dependency on types-cryptography is dropped.
64
# See: https://github.com/python/typeshed/issues/8699
0 commit comments