File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ Release date: 2015-11-29
349
349
350
350
* Remove the rest of interface checks: interface-is-not-class,
351
351
missing-interface-method, unresolved-interface. The reason is that
352
- its better to start recommending ABCs instead of the old Zope era
352
+ it's better to start recommending ABCs instead of the old Zope era
353
353
of interfaces. One side effect of this change is that ignore-iface-methods
354
354
becomes a noop, it's deprecated and it will be removed at some time.
355
355
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ What's New in Pylint 2.11.0?
14
14
----------------------------
15
15
Release date: 2021-09-16
16
16
17
- * The python3 porting mode checker and it's ``py3k `` option were removed. You can still find it in older pylint
17
+ * The python3 porting mode checker and its ``py3k `` option were removed. You can still find it in older pylint
18
18
versions.
19
19
20
20
* ``raising-bad-type `` is now properly emitted when raising a string
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ New checkers
41
41
Removed checkers
42
42
================
43
43
44
- * The python3 porting mode checker and it's ``py3k `` option were removed. You can still find it in older pylint
44
+ * The python3 porting mode checker and its ``py3k `` option were removed. You can still find it in older pylint
45
45
versions.
46
46
47
47
Extensions
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ def _add_parser_option(
149
149
metavar = argument .metavar ,
150
150
choices = argument .choices ,
151
151
)
152
- # We add the old name as hidden option to make it's default value gets loaded when
152
+ # We add the old name as hidden option to make its default value get loaded when
153
153
# argparse initializes all options from the checker
154
154
assert argument .kwargs ["old_names" ]
155
155
for old_name in argument .kwargs ["old_names" ]:
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def __init__(self):
79
79
pass
80
80
81
81
class DefinedOutsideInit :
82
- """use_attr is seen as the method defining attr because its in
82
+ """use_attr is seen as the method defining attr because it's in
83
83
first position
84
84
"""
85
85
def __init__ (self ):
Original file line number Diff line number Diff line change 1
1
# The name is invalid, but we should not analyse this file
2
- # Because its filename reseambles an Emacs file lock ignored by default
2
+ # Because its filename resembles an Emacs file lock ignored by default
3
3
# https://www.gnu.org/software/emacs/manual/html_node/elisp/File-Locks.html
4
4
# See https://github.com/pylint-dev/pylint/issues/367
You can’t perform that action at this time.
0 commit comments