Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 8, 2024
1 parent 4c176f4 commit e1b59e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from unittest import mock

import pytest
from pytest_mock import MockerFixture

from mypy_to_codeclimate import (
MypyExitCode,
_get_input,
Expand All @@ -15,7 +17,6 @@
parse_issue_line,
)
from mypy_to_codeclimate._version import __version__
from pytest_mock import MockerFixture

# Valid issues to be parsed

Check failure on line 21 in tests/tests.py

View workflow job for this annotation

GitHub Actions / CI-Python (3.11)

Ruff (I001)

tests/tests.py:1:1: I001 Import block is un-sorted or un-formatted
valid_issues = [
Expand Down

0 comments on commit e1b59e0

Please sign in to comment.