Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ linting = [
# Pylint 4 dropped `suggestion-mode` from .pylintrc and tightened
# naming-style enforcement (rejects PARSABLE_CLASS_TYPE). The cap keeps
# the old behavior; bumping it is a separate migration.
"pylint<4",
"pylint<5",
{include-group = "docs"},
{include-group = "json_schemas"},
]
Expand Down
Loading