We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413132c commit 871f407Copy full SHA for 871f407
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.1",
+ "ruff < 0.5.2",
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