Skip to content
Merged
Changes from 1 commit
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 @@ -56,7 +56,7 @@ dev = [
"mypy >=1.5.0",
"bandit >=1.7",
"pylint >=4.0.0; python_version >= '3.10'",
"pylint >=2.0, <4.0; python_version < '3.10'",
"pylint >=4, <4.1; python_version < '3.10'",
Comment thread
dtoxvanilla1991 marked this conversation as resolved.
Outdated
"pycodestyle >=2.0",
"pytest-asyncio >=0.26.0",
"pytest-timeout >=2.2.0",
Expand Down