8000
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 7491e39 commit 06f4c68Copy full SHA for 06f4c68
pyproject.toml
@@ -63,7 +63,7 @@ lint = [
63
"mypy",
64
# NOTE(ww): ruff is under active development, so we pin conservatively here
65
# and let Dependabot periodically perform this update.
66
- "ruff < 0.0.232",
+ "ruff < 0.0.236",
67
"types-requests",
68
# Needed for protocol typing in 3.7; remove when our minimum Python is 3.8.
69
"typing-extensions; python_version < '3.8'",
0 commit comments