diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -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 |
