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

Release branch 3.3.0 #9940

Merged

Conversation

Pierre-Sassoulas
Copy link
Member

What's new in Pylint 3.3.0?

Release date: 2024-09-20

Changes requiring user actions

  • We migrated symilar to argparse, from getopt, so the error and help output changed
    (for the better). We exit with 2 instead of sometime 1, sometime 2. The error output
    is not captured by the runner anymore. It's not possible to use a value for the
    boolean options anymore (--ignore-comments 1 should become --ignore-comments).

    Refs [symilar] Migrate from getopt to argparse #9731

New Features

New Checks

False Negatives Fixed

Other Bug Fixes

Other Changes

Internal Changes

@Pierre-Sassoulas Pierre-Sassoulas added Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news 🔇 This change does not require a changelog entry labels Sep 20, 2024
@Pierre-Sassoulas Pierre-Sassoulas added this to the 3.3.0 milestone Sep 20, 2024
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.80%. Comparing base (78f3dfa) to head (2893a6a).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9940   +/-   ##
=======================================
  Coverage   95.80%   95.80%           
=======================================
  Files         174      174           
  Lines       18940    18940           
=======================================
  Hits        18146    18146           
  Misses        794      794           
Files with missing lines Coverage Δ
pylint/__pkginfo__.py 100.00% <100.00%> (ø)

Copy link
Contributor

🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉

This comment was generated for commit 2893a6a

@Pierre-Sassoulas Pierre-Sassoulas merged commit 56c64e5 into pylint-dev:main Sep 20, 2024
49 checks passed
@Pierre-Sassoulas Pierre-Sassoulas deleted the release-branch-3.3.0 branch September 20, 2024 14:57
@jacobtylerwalls jacobtylerwalls removed their request for review September 20, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment