Marco Ricci commited on 2025-02-10 00:15:57
Zeige 1 geänderte Dateien mit 17 Einfügungen und 0 Löschungen.
... | ... |
@@ -0,0 +1,17 @@ |
1 |
+### Added |
|
2 |
+ |
|
3 |
+ - The `derivepassphrase` source tree now contains scripts to ensure |
|
4 |
+ consistent code quality: automatic linting, formatting and type |
|
5 |
+ checking, and optional running of the test suite and building of the |
|
6 |
+ documentation. The master quality control script doubles as a |
|
7 |
+ servicable "pre-commit" hook for git. |
|
8 |
+ |
|
9 |
+### Fixed |
|
10 |
+ |
|
11 |
+ - Instead of having to do this by hand, `derivepassphrase` now includes |
|
12 |
+ build machinery to ensure consistency of its version number and its |
|
13 |
+ diagnostic messages between the documentation and the code. |
|
14 |
+ |
|
15 |
+ (The canonical way to get the version number is the |
|
16 |
+ [`importlib.metadata.version`][] standard library interface.) |
|
17 |
+ |
|
0 | 18 |