git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
b07a5d0
Branches
Tags
documentation-tree
master
unstable/modularize-and-refactor-test-machinery
unstable/ssh-agent-socket-providers
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
docs
changelog.d
20250209_234753_the-13th-letter_quality_control_automation.md
Document the addition of quality control tools in the changelog
Marco Ricci
commited
b07a5d0
at 2025-02-10 00:15:57
20250209_234753_the-13th-letter_quality_control_automation.md
Blame
History
Raw
### Added - The `derivepassphrase` source tree now contains scripts to ensure consistent code quality: automatic linting, formatting and type checking, and optional running of the test suite and building of the documentation. The master quality control script doubles as a servicable "pre-commit" hook for git. ### Fixed - Instead of having to do this by hand, `derivepassphrase` now includes build machinery to ensure consistency of its version number and its diagnostic messages between the documentation and the code. (The canonical way to get the version number is the [`importlib.metadata.version`][] standard library interface.)