From b6fac1b7c0962e48a8f708efc9f535bb8552c9c6 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 3 Oct 2023 09:11:10 -0700 Subject: Update README --- README.md | 2 +- pyproject.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fd4d464..67fe0a2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Requires Python 3.7+. Get it with `pip install --user wikiget` or `pipx install ## Usage `wikiget [-h] [-V] [-q | -v] [-f] [-s SITE] [-p PATH] [--username USERNAME] -[--password PASSWORD] [-o OUTPUT | -a] FILE` +[--password PASSWORD] [-o OUTPUT | -a] [-l LOGFILE] FILE` If `FILE` is in the form `File:Example.jpg` or `Image:Example.jpg`, it will be fetched from the default site, which is "commons.wikimedia.org". If it's the diff --git a/pyproject.toml b/pyproject.toml index ec7b235..070d406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,8 +152,6 @@ ignore = [ "S105", "S106", "S107", # Ignore complexity "C901", "PLR0911", "PLR0912", "PLR0913", "PLR0915", - # FIXME: temporarily ignore usage of `print()` - "T201", ] unfixable = [ # Don't touch unused imports -- cgit v1.2.3