1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Björn Ricks 3a662ace03
Add type hints for contents module
Types make it easier to understand the code and improve autocompletion
in IDEs.
2024-01-23 11:33:24 +01:00
..
plugins Update code base for Python 3.8 and above 2023-11-12 13:53:02 +01:00
tests remove WRITE_SELECTED 2023-11-12 19:43:26 +03:00
themes Fix #3233 -- Simple theme classless semantic HTML 2023-11-11 14:10:08 +01:00
tools Merge pull request #3251 from snosratiershad/support/new-line-at-end-of-scripts 2024-01-17 12:10:45 +01:00
__init__.py remove WRITE_SELECTED 2023-11-12 19:43:26 +03:00
__main__.py Apply code style to project via: ruff format . 2023-10-29 22:18:29 +01:00
cache.py Apply code style to project via: ruff format . 2023-10-29 22:18:29 +01:00
contents.py Add type hints for contents module 2024-01-23 11:33:24 +01:00
generators.py Feeds - Update generators.py to fix a bug with slugs (#3279) 2024-01-23 09:43:07 +01:00
log.py Log the original calling location, rather than the wrapper function 2023-11-25 20:57:40 -07:00
paginator.py Update code base for Python 3.8 and above 2023-11-12 13:53:02 +01:00
readers.py Update code base for Python 3.8 and above 2023-11-12 13:53:02 +01:00
rstdirectives.py Apply code style to project via: ruff format . 2023-10-29 22:18:29 +01:00
server.py Apply code style to project via: ruff format . 2023-10-29 22:18:29 +01:00
settings.py Add type hints for settings module 2024-01-15 09:05:14 +01:00
signals.py Apply code style to project via: ruff format . 2023-10-29 22:18:29 +01:00
urlwrappers.py Update code base for Python 3.8 and above 2023-11-12 13:53:02 +01:00
utils.py remove WRITE_SELECTED 2023-11-12 19:43:26 +03:00
writers.py remove WRITE_SELECTED 2023-11-12 19:43:26 +03:00