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 711bb6b commit e7830f0Copy full SHA for e7830f0
pyproject.toml
@@ -61,7 +61,7 @@ lint = [
61
"mypy",
62
# NOTE(ww): ruff is under active development, so we pin conservatively here
63
# and let Dependabot periodically perform this update.
64
- "ruff < 0.0.217",
+ "ruff < 0.0.219",
65
"types-requests",
66
# Needed for protocol typing in 3.7; remove when our minimum Python is 3.8.
67
"typing-extensions; python_version < '3.8'",
0 commit comments