Skip to content

Commit

Permalink
updating changelog entry
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
eli-fine-res committed May 5, 2022
1 parent 5f45627 commit 174a05c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,8 @@ Release date: 2022-03-24

Closes #4955

* Disable spellchecking of mypy rule names in ignore directives.

* Allow disabling ``duplicate-code`` with a disable comment when running through
pylint.

Expand Down
2 changes: 1 addition & 1 deletion tests/checkers/unittest_spelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def test_skip_sphinx_directives_2(self):
("noqa", ":", "flake8 / zimports directive"),
("nosec", "", "bandit directive"),
("isort", ":skip", "isort directive"),
("mypy", ":", "mypy top of filedirective"),
("mypy", ":", "mypy top of file directive"),
),
)
def test_skip_tool_directives_at_beginning_of_comments_but_still_raise_error_if_directive_appears_later_in_comment( # pylint:disable=unused-argument
Expand Down

0 comments on commit 174a05c

Please sign in to comment.