home · contact · privacy
Put mypy into strict mode, adapt code to still pass.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 26 Mar 2024 22:58:03 +0000 (23:58 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 26 Mar 2024 22:58:03 +0000 (23:58 +0100)
commit3558a14701955de18ae7adbda0e93aaee7710a92
treec4aad75a2f1946e376b66af03a7e7f32fd9ba6fb
parentf20d686a4972db5e6bc10bdbd48d27d4b035a716
Put mypy into strict mode, adapt code to still pass.
plomtask/days.py
plomtask/db.py
plomtask/http.py
plomtask/processes.py
scripts/pre-commit
tests/__init__.py [new file with mode: 0644]
tests/days.py
tests/processes.py
tests/utils.py