Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pylint and add ignores for new check #748

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
Prev Previous commit
Next Next commit
fix: minimum pylint version 3.3.0
Adds support for `too-many-positional-arguments`
  • Loading branch information
akaihola committed Jan 2, 2025
commit 2ff13c238cd361e434b6fc8fc900d92cc671265b
1 change: 1 addition & 0 deletions constraints-oldest.txt
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ flake8-comprehensions==3.7.0
flynt==0.76
mypy==0.990
Pygments==2.4.0
pylint==3.3.0
pytest==6.2.0
pytest-kwparametrize==0.0.3
regex==2021.4.4
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ test =
pathspec # to test `gen_python_files` in `test_black_diff.py`
pydocstyle
pygments
pylint<=3.2.7 # pylint 3.3.0 dropped Python 3.8 support
pylint>=3.3.0
pytest>=6.2.0
pytest-kwparametrize>=0.0.3
regex>=2021.4.4