aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2023-10-03 09:11:10 -0700
committerCody Logan <clpo13@gmail.com>2023-10-03 09:11:10 -0700
commitb6fac1b7c0962e48a8f708efc9f535bb8552c9c6 (patch)
treebdb0aef2a0fa5fe335c5eded8b2ce65d8ae0080c
parent980d61bc26fc236139116a162e24b45fb04e2033 (diff)
downloadwikiget-b6fac1b7c0962e48a8f708efc9f535bb8552c9c6.tar.gz
wikiget-b6fac1b7c0962e48a8f708efc9f535bb8552c9c6.zip
Update README
-rw-r--r--README.md2
-rw-r--r--pyproject.toml2
2 files changed, 1 insertions, 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