Recent commits to derivepassphrase.git (61739bc58a1dd15e32f10ef05b935e33c163eda4) https://git.schokokeks.org/derivepassphrase.git/tree/61739bc58a1dd15e32f10ef05b935e33c163eda4 Recent commits feed provided by GitList. Add alternate MkDocs configuration for building offline documentation https://git.schokokeks.org/derivepassphrase.git/commit/61739bc58a1dd15e32f10ef05b935e33c163eda4 m@the13thletter.info (Marco Ricci) Mon, 22 Jul 2024 14:05:42 +0200 61739bc58a1dd15e32f10ef05b935e33c163eda4 Merge topic branch 'mypy-strict-typing' into master * t/mypy-strict-typing: Add mypy configuration to also check tests Fix typing issues in mypy strict mode Fix import from stdlib module types Add bitseq function in tests for more readable notation https://git.schokokeks.org/derivepassphrase.git/commit/966ae765251075ca74023e6dbf04013a87e28951 m@the13thletter.info (Marco Ricci) Mon, 22 Jul 2024 13:45:47 +0200 966ae765251075ca74023e6dbf04013a87e28951 Add mypy configuration to also check tests This was already done earlier, but the configuration was not yet committed. https://git.schokokeks.org/derivepassphrase.git/commit/299944db1b956f6078a5c1d794aa10e0e3649cd4 m@the13thletter.info (Marco Ricci) Mon, 22 Jul 2024 13:39:05 +0200 299944db1b956f6078a5c1d794aa10e0e3649cd4 Fix typing issues in mypy strict mode https://git.schokokeks.org/derivepassphrase.git/commit/fc8c8f924a2a6876f3f954579e2ad170834a71de m@the13thletter.info (Marco Ricci) Mon, 22 Jul 2024 13:37:03 +0200 fc8c8f924a2a6876f3f954579e2ad170834a71de Fix import from stdlib module types Having both a `types` submodule and importing the stdlib `types` directly as `types` was unproblematic at runtime, but very confusing to `mypy`. Since we only need one type, and since the stdlib `types` module has a similar role to `collections.abc`, `typing` and `typing_extensions`, I presume it is at least in the spirit of the Google Style Guide to treat imports from `types` like imports from `typing`, i.e., to allow direct import of symbols from that module. https://git.schokokeks.org/derivepassphrase.git/commit/785d32a525fac2eda1429b730575e3fc8a0d3fc2 m@the13thletter.info (Marco Ricci) Mon, 22 Jul 2024 13:24:42 +0200 785d32a525fac2eda1429b730575e3fc8a0d3fc2 Add bitseq function in tests for more readable notation https://git.schokokeks.org/derivepassphrase.git/commit/6fd0fd9f9288bbe4f9fabb7e36d7342969bdb925 m@the13thletter.info (Marco Ricci) Mon, 22 Jul 2024 13:23:35 +0200 6fd0fd9f9288bbe4f9fabb7e36d7342969bdb925 Release 0.1.2 https://git.schokokeks.org/derivepassphrase.git/commit/7495b213d512315c4e72be5bda1a5cdd7e9030a0 m@the13thletter.info (Marco Ricci) Mon, 22 Jul 2024 10:00:08 +0200 7495b213d512315c4e72be5bda1a5cdd7e9030a0 Rename test file to match module name https://git.schokokeks.org/derivepassphrase.git/commit/84c805fe61f3d7f15355559a962efd29355436db m@the13thletter.info (Marco Ricci) Mon, 22 Jul 2024 08:53:28 +0200 84c805fe61f3d7f15355559a962efd29355436db Fix Python package build contents (file selection) Because `hatch` was using heuristics to determine what to include in the Python (distribution-)package, some files that were supposed to be included (the `sequin` and `ssh_agent_client` modules in the `wheel`) were actually excluded, and some files that were supposed to be excluded (VCS artifacts from `coverage` and `towncrier`) were actually included. So, explicitly configure what to include and exclude in the project settings. https://git.schokokeks.org/derivepassphrase.git/commit/fc9f4cb5dff7f29b52006e4a3e0c867825decea7 m@the13thletter.info (Marco Ricci) Mon, 22 Jul 2024 08:46:54 +0200 fc9f4cb5dff7f29b52006e4a3e0c867825decea7 Add `mkdocstrings-python` to documentation page footer https://git.schokokeks.org/derivepassphrase.git/commit/1c630f0b0c90fadb69d50dc763af56fb6846a983 m@the13thletter.info (Marco Ricci) Sun, 21 Jul 2024 23:52:53 +0200 1c630f0b0c90fadb69d50dc763af56fb6846a983