pelican/pelican
Ilya Simpson fca2fde2ed Change lists, not tuples, in config settings
In the documentation, both `SOCIAL` and `LINKS` are described as a list
of tuples, but all examples show them as tuples of tuples. It makes the
most sense for them to be lists, so the examples should match the docs
going forward.

Similarly, `LOCALE` is described as a list, but the examples show it as
a tuple. Likewise, the examples should be lists, in line with the
description.
2025-07-04 20:06:44 +12:00
..
plugins The ruff and ruff-format fixes 2024-05-30 09:08:16 -05:00
tests Change lists, not tuples, in config settings 2025-07-04 20:06:44 +12:00
themes Add block name in endblock 2025-01-15 11:58:05 +01:00
tools Change lists, not tuples, in config settings 2025-07-04 20:06:44 +12:00
__init__.py Don't store a RichHandler object in the argparse namespace (#3394) 2024-09-20 18:49:23 +02:00
__main__.py The ruff and ruff-format fixes 2024-05-30 09:08:16 -05:00
cache.py Apply code style to project via: ruff format . 2023-10-29 22:18:29 +01:00
contents.py fix: resolve datetime warnings 2025-05-13 06:40:14 -07:00
generators.py Drop support for EOL Python 3.8 2024-12-21 15:53:13 +02:00
log.py Choose logging handler via --log-handler CLI option (#3293) 2024-05-30 17:13:27 +02:00
paginator.py Fixes in files for ruff T201, RUF001, PLR2004, B904, SLOT000, PYI024, PIE800 2024-05-31 10:41:24 -05:00
readers.py feat: Add setting to omit selected Typogrify filters. Fixes #3436 (#3439) 2025-01-14 12:48:39 +01:00
rstdirectives.py More ruff fixes in files: stop ignoring C408, UP007, PLR5501, B006 2024-05-30 13:21:12 -05:00
server.py Enable flake8-builtins Ruff rule. 2025-06-02 17:22:50 +12:00
settings.py docs: Use raw string for the PATH_METADATA setting 2025-04-19 11:00:42 +03:00
signals.py Apply code style to project via: ruff format . 2023-10-29 22:18:29 +01:00
urlwrappers.py More ruff fixes in files: stop ignoring C408, UP007, PLR5501, B006 2024-05-30 13:21:12 -05:00
utils.py fix: Fix auto-reload with globs in IGNORE_FILES (#3441) 2025-01-15 17:40:27 +01:00
writers.py ruff UP031 in files: use format specifiers instead of percent format 2024-06-01 16:00:17 -05:00