8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our doc 8000 umentation.
There was an error while loading. Please reload this page.
1 parent d3f972a commit 9584081Copy full SHA for 9584081
pyproject.toml
@@ -62,7 +62,7 @@ lint = [
62
"mypy",
63
# NOTE(ww): ruff is under active development, so we pin conservatively here
64
# and let Dependabot periodically perform this update.
65
- "ruff < 0.0.225",
+ "ruff < 0.0.226",
66
"types-requests",
67
# Needed for protocol typing in 3.7; remove when our minimum Python is 3.8.
68
"typing-extensions; python_version < '3.8'",
0 commit comments