Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingpurr committed Mar 7, 2022
1 parent fbec7da commit 3929f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync_with_poetry/swp.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
action="store_true",
help="Scan all dependencies in poetry.lock (main and dev)",
)
# See how to pass a list here: https://github.com/pre-commit/pre-commit/issues/971ß
# See how to pass a list here: https://github.com/pre-commit/pre-commit/issues/971
parser.add_argument("--skip", nargs="*", default=[], help="Packages to skip")
args = parser.parse_args(argv)
retv = 0
Expand Down

0 comments on commit 3929f9e

Please sign in to comment.