Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
koyeung committed Dec 18, 2023
1 parent a0aa643 commit d7fc2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ko_poetry_audit_plugin/auditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_locked_packages(
version = str(locked_package.version)
group = locked_package.category

if not group in groups:
if group not in groups:
LOGGER.warning(f"packages {name=}, {version=} in {group=} skipped")
continue

Expand Down

0 comments on commit d7fc2fc

Please sign in to comment.