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