https://git.schokokeks.org/derivepassphrase.git/tree/299944db1b956f6078a5c1d794aa10e0e3649cd4 Recent commits to derivepassphrase.git (299944db1b956f6078a5c1d794aa10e0e3649cd4) 2024-07-22T13:39:05+02:00 tag:gitlist.org,2012:commit/299944db1b956f6078a5c1d794aa10e0e3649cd4 Add mypy configuration to also check tests 2024-07-22T13:39:05+02:00 Marco Ricci m@the13thletter.info <pre>This was already done earlier, but the configuration was not yet committed. &lt;/pre&gt; tag:gitlist.org,2012:commit/fc8c8f924a2a6876f3f954579e2ad170834a71de Fix typing issues in mypy strict mode 2024-07-22T13:37:03+02:00 Marco Ricci m@the13thletter.info <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/785d32a525fac2eda1429b730575e3fc8a0d3fc2 Fix import from stdlib module types 2024-07-22T13:24:42+02:00 Marco Ricci m@the13thletter.info <pre>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. &lt;/pre&gt; tag:gitlist.org,2012:commit/6fd0fd9f9288bbe4f9fabb7e36d7342969bdb925 Add bitseq function in tests for more readable notation 2024-07-22T13:23:35+02:00 Marco Ricci m@the13thletter.info <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/7495b213d512315c4e72be5bda1a5cdd7e9030a0 Release 0.1.2 2024-07-22T10:00:08+02:00 Marco Ricci m@the13thletter.info <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/84c805fe61f3d7f15355559a962efd29355436db Rename test file to match module name 2024-07-22T08:53:28+02:00 Marco Ricci m@the13thletter.info <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/fc9f4cb5dff7f29b52006e4a3e0c867825decea7 Fix Python package build contents (file selection) 2024-07-22T08:46:54+02:00 Marco Ricci m@the13thletter.info <pre>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. &lt;/pre&gt; tag:gitlist.org,2012:commit/1c630f0b0c90fadb69d50dc763af56fb6846a983 Add `mkdocstrings-python` to documentation page footer 2024-07-21T23:52:53+02:00 Marco Ricci m@the13thletter.info <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/8b176e486f59c9aeeffc121b4e211003878bfcf2 Remove JavaScript and external fonts from documentation site 2024-07-21T23:40:08+02:00 Marco Ricci m@the13thletter.info <pre>For better browser security and offline experience, as a base measure, override all website templates and remove JavaScript and font inclusion. Selective JavaScript (such as full-text search with `lunr`) might be re-enabled later. &lt;/pre&gt; tag:gitlist.org,2012:commit/71afd6b335c6f5fa0d94a90b2eac5c0f08bc28f9 Add a changelog and supporting infrastructure (towncrier) 2024-07-21T23:15:20+02:00 Marco Ricci m@the13thletter.info <pre>&lt;/pre&gt;