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 Jan 15, 2025
1 parent 5ac1d37 commit daa4a95
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion _own_version_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from typing import Callable

from setuptools import build_meta as build_meta

from setuptools_scm import Configuration
from setuptools_scm import _types as _t
from setuptools_scm import get_version
Expand Down
1 change: 0 additions & 1 deletion docs/examples/version_scheme_code/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from __future__ import annotations

from setuptools import setup

from setuptools_scm import ScmVersion


Expand Down
2 changes: 1 addition & 1 deletion testing/test_basic_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from pathlib import Path

import pytest

import setuptools_scm

from setuptools_scm import Configuration
Expand All @@ -16,6 +15,7 @@
from setuptools_scm.integration import data_from_mime
from setuptools_scm.version import ScmVersion
from setuptools_scm.version import meta

from testing.wd_wrapper import WorkDir

c = Configuration()
Expand Down
1 change: 0 additions & 1 deletion testing/test_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from unittest.mock import patch

import pytest

import setuptools_scm._file_finders

from setuptools_scm import Configuration
Expand Down
1 change: 1 addition & 0 deletions testing/test_hg_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from setuptools_scm._run_cmd import has_command
from setuptools_scm._run_cmd import run

from testing.wd_wrapper import WorkDir


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

import pytest

import setuptools_scm._integration.setuptools

from setuptools_scm import Configuration
Expand Down
2 changes: 1 addition & 1 deletion testing/test_mercurial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from pathlib import Path

import pytest

import setuptools_scm._file_finders

from setuptools_scm import Configuration
Expand All @@ -14,6 +13,7 @@
from setuptools_scm.hg import archival_to_version
from setuptools_scm.hg import parse
from setuptools_scm.version import format_version

from testing.wd_wrapper import WorkDir

pytestmark = pytest.mark.skipif(
Expand Down

0 comments on commit daa4a95

Please sign in to comment.