We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b355f31 commit 5a3e3c5Copy full SHA for 5a3e3c5
pyproject.toml
@@ -50,7 +50,7 @@ test = [
50
lint = [
51
# NOTE(ww): ruff is under active development, so we pin conservatively here
52
# and let Dependabot periodically perform this update.
53
- "ruff < 0.7.4",
+ "ruff < 0.7.5",
54
# HACK(ww): interrogate needs setuptools to provide `pkg_resources` on Python 3.12+;
55
# remove this when https://github.com/econchick/interrogate/issues/164 is resolved.
56
"setuptools",
0 commit comments