Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 19, 2024
1 parent 6e94dba commit 037d86a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion tests/test_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from typing import ClassVar

import pytest

import repo_review.processor
from repo_review._compat.importlib.resources.abc import Traversable
from repo_review.checks import collect_checks
Expand Down
1 change: 0 additions & 1 deletion tests/test_depends.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from pathlib import Path

import pytest

import repo_review.processor
from repo_review._compat.importlib.resources.abc import Traversable

Expand Down
1 change: 0 additions & 1 deletion tests/test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from types import ModuleType

import pytest

from repo_review._compat.importlib.resources.abc import Traversable
from repo_review.checks import collect_checks
from repo_review.fixtures import apply_fixtures, compute_fixtures
Expand Down
1 change: 0 additions & 1 deletion tests/test_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import pytest
from click.testing import CliRunner

from repo_review.__main__ import main


Expand Down
1 change: 0 additions & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from pathlib import Path

import pytest

import repo_review as m
import repo_review.testing
from repo_review.processor import process
Expand Down
1 change: 0 additions & 1 deletion tests/test_self.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from pathlib import Path

import pytest

import repo_review.processor


Expand Down

0 comments on commit 037d86a

Please sign in to comment.