Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pylint/message/_deleted_message_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ class DeletedMessage(NamedTuple):
"https://github.com/PyCQA/pylint/pull/6421": [
DeletedMessage("W0111", "assign-to-new-keyword"),
],
"https://github.com/PyCQA/pylint/pull/8324": [
DeletedMessage("W2402", "non-ascii-file-name"),
],
}
MOVED_TO_EXTENSIONS = {
"https://pylint.readthedocs.io/en/latest/whatsnew/2/2.14/summary.html#removed-checkers": [
Expand Down