Skip to content

Commit 659b3ec

Browse files
chore(deps): exclude pylint group entirely (astroid/pylint)
Group PRs are all-or-nothing. Dependabot's pylint group pairs astroid 4.1.2 with pylint 4.0.6, but pylint 4.0.6 requires astroid<=4.1.dev0, so the pair is unresolvable. Rather than partially apply the group with an astroid workaround, leave the whole group out (astroid/pylint stay at main values) so it remains a clean standalone Dependabot PR. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1a7c1ec commit 659b3ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ platformdirs==4.10.0
5454
portalocker==2.10.1
5555
pycparser==3.0
5656
PyJWT==2.13.0
57-
pylint==4.0.6
57+
pylint==4.0.5
5858
pyproject_hooks==1.2.0
5959
python-dateutil==2.9.0.post0
6060
requests==2.34.2

0 commit comments

Comments
 (0)