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 Jun 5, 2023
1 parent 96d0ef4 commit 0a0aedc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ long_description_content_type = text/markdown
url = https://github.com/isidentical/source
author = isidentical
author_email = [email protected]
license_file = LICENSE.txt
license_files = LICENSE.txt
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Expand Down
2 changes: 0 additions & 2 deletions source/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

@dataclass(frozen=True)
class Metadata:

name: str
owner: str
popularity: int
Expand All @@ -25,6 +24,5 @@ def as_json(self) -> Dict[str, Any]:

@dataclass
class SemanticMetadata:

total_lines: int
source_files: Tuple[Path]
1 change: 0 additions & 1 deletion source/providers/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


class GithubSourceProvider(BaseProvider):

SUPPORTED_QUALIFIERS = (Qualifier.FRESH, Qualifier.POPULARITY)

def provide(self, shard: Shard) -> Tuple[Order]:
Expand Down

0 comments on commit 0a0aedc

Please sign in to comment.