aboutsummaryrefslogtreecommitdiff
path: root/mu4web/__init__.py
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-07-25 21:42:27 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-07-25 22:05:20 +0200
commit210ee835662877c4e5a94450d0656680875e0e18 (patch)
tree79823306a0aea842541a8b2586fcf47b0ced0eb5 /mu4web/__init__.py
parentConfigure linters. (diff)
downloadmu4web-210ee835662877c4e5a94450d0656680875e0e18.tar.gz
mu4web-210ee835662877c4e5a94450d0656680875e0e18.tar.xz
Fix and harden linter checks.
Harden the requirements of mypy, and also check against flake8 docstrings. And fix all errors and warnings resulting from that.
Diffstat (limited to '')
-rw-r--r--mu4web/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/mu4web/__init__.py b/mu4web/__init__.py
index 72bdd01..cb6f3fc 100644
--- a/mu4web/__init__.py
+++ b/mu4web/__init__.py
@@ -1 +1,8 @@
+"""
+Mu4web init file.
+
+Mu4web is a web frontend to the mu mail indexer (can be found by
+searching for mu4e, which also inspired the name).
+"""
+
VERSION = "0.1"