Skip to content

Commit

Permalink
Merge pull request #749 from akaihola/pylint-max-3_2_7
Browse files Browse the repository at this point in the history
fix: keep Pylint at max version 3.2.7
  • Loading branch information
akaihola authored Sep 25, 2024
2 parents 9d8df87 + 53333f2 commit 0ef59d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
git+https://github.com/akaihola/darkgraylib.git@main \
defusedxml \
pygments \
pylint \
'pylint<=3.2.7' \
pytest>=6.2.0 \
regex \
requests \
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Added
- CI workflow to post recent project activity in a discussion. Triggered manually.
- The ``--preview`` configuration flag is now supported in the configuration files for
Darker and Black
- Prevent Pylint from updating beyond version 3.2.7 due to dropped Python 3.8 support.

Removed
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test =
pathspec # to test `gen_python_files` in `test_black_diff.py`
pydocstyle
pygments
pylint
pylint<=3.2.7 # pylint 3.3.0 dropped Python 3.8 support
pytest>=6.2.0
pytest-kwparametrize>=0.0.3
regex>=2021.4.4
Expand Down

0 comments on commit 0ef59d6

Please sign in to comment.