Skip to content

Commit

Permalink
Pylint update to 3.0.0
Browse files Browse the repository at this point in the history
This will update the pylint to version 3.0.0 without enabling any new
checks. This is needed because, the pylint 2.17.2 is not compatible with
python3.12

Reference: #5957
Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja committed Jun 17, 2024
1 parent 47976d4 commit 4b032da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ disable=C0103,
C0325,
C0413,
C0415,
C1804,
C1805,
E0401,
E0611,
E1101,
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# static and style checks
isort==5.10.1
pyenchant==3.2.2
pylint==2.17.2
pylint==3.0.0
autopep8==1.6.0
black==24.3.0

Expand Down

0 comments on commit 4b032da

Please sign in to comment.