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 Dec 11, 2023
1 parent a0eb4fe commit f578ec6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sync_with_pdm/swp.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def __init__(
self._pdm_list = []

for package in pdm_list:

if package["name"] not in package_filter:
continue

Expand Down Expand Up @@ -85,7 +84,6 @@ def sync_repos(
config: str = YAML_FILE,
db: Dict[str, Dict[str, str]] = DEPENDENCY_MAPPING,
) -> int:

retv = 0

lock = TOMLFile(filename)
Expand Down Expand Up @@ -128,7 +126,6 @@ def sync_repos(
idxs = [i for i, line in enumerate(lines) if REV_LINE_RE.match(line)]

for idx, pre_commit_repo in zip(idxs, repo_pattern):

if pre_commit_repo is None:
continue

Expand Down

0 comments on commit f578ec6

Please sign in to comment.