Skip to content
Snippets Groups Projects

Introduce pre-commit-hooks hook (#202)

Merged Moul requested to merge 202_pre-commit-hooks into main
7 files
+ 197
45
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -39,7 +39,7 @@ Hello world !
Héhé ;-)
This is a utf-8 message...
"""
# create encrypted and signed ascii armor message
encrypted_and_signed_aa_message = AsciiArmor.create(
Loading