@@ -11,16 +11,16 @@ Summary -- Release highlights
11
11
With 2.14 ``pylint `` only supports Python version 3.7.2 and above.
12
12
13
13
We introduced several new checks among which ``duplicate-value `` for sets,
14
- ``comparison-of-constants `` or check related to lambdas. We removed ``no-init `` and
14
+ ``comparison-of-constants ``, and checks related to lambdas. We removed ``no-init `` and
15
15
made ``no-self-use `` optional as they were too opinionated. We also added an option
16
- to generate a toml configuration: ``--generate-toml-config ``
16
+ to generate a toml configuration: ``--generate-toml-config ``.
17
17
18
18
We migrated to ``argparse `` from ``optparse `` and refactored the configuration handling
19
19
thanks to Daniël van Noord. On the user side it should change the output of the
20
20
``--help `` command, and some inconsistencies and bugs should disappear. The behavior
21
- between options set in config file and in command line will be more consistent. For us,
21
+ between options set in a config file versus on the command line will be more consistent. For us,
22
22
it will permit to maintain this part of the code easily in the future and anticipate
23
- ``optparse's `` removal in Python 3.12.
23
+ ``optparse ``'s removal in Python 3.12.
24
24
25
25
As a result of the refactor there are a lot of internal deprecations. If you're a library
26
26
maintainer that depends on pylint, please verify that you're ready for pylint 3.0
@@ -29,7 +29,7 @@ by activating deprecation warnings.
29
29
We continued the integration of ``pylint-error `` and are now at 33%!. We still welcome any community effort
30
30
help to review, integrate, and add good/bad examples <https://github.com/PyCQA/pylint/issues/5953>`_. This should be doable
31
31
without any ``pylint `` or ``astroid `` knowledge, so this is the perfect entrypoint if you want
32
- to contribute to ``pylint `` or open source without any experience with out code!
32
+ to contribute to ``pylint `` or open source without any experience with our code!
33
33
34
34
New checkers
35
35
============
0 commit comments