diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db4cc72e9..231fd1e39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black diff --git a/conf.py b/conf.py index a3042114d..ea89df375 100644 --- a/conf.py +++ b/conf.py @@ -87,7 +87,7 @@ 'postcard.html', 'recentposts.html', 'archives.html', - ] + ], # "**": ["search-field.html", "sidebar-nav-bs.html"] }