Skip to content

Commit

Permalink
Update types-flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 11, 2024
1 parent ef09182 commit de863dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions wemake_python_styleguide/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ def stop(self) -> None:

# Our own methods:

def _write(self, output: str) -> None: # noqa: WPS612
# We only need this definition before
# https://github.com/python/typeshed/pull/12312
super()._write(output) # type: ignore[misc]

def _show_link(self, error: Violation) -> str:
"""Called when ``--show-violation-links`` option is provided."""
if not self.options.show_violation_links:
Expand Down

0 comments on commit de863dd

Please sign in to comment.