Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Merge requests
!183
Introduce pre-commit-hooks hook (
#202
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Introduce pre-commit-hooks hook (
#202
)
202_pre-commit-hooks
into
main
Overview
0
Commits
4
Pipelines
5
Changes
7
Merged
Moul
requested to merge
202_pre-commit-hooks
into
main
2 years ago
Overview
0
Commits
4
Pipelines
5
Changes
7
Introduce
pre-commit-hooks
hook
Introduce
mdformat
hook
Use
pre-commit run -a
short option
Set job for minor pre-commit hooks
Close
#202 (closed)
.
0
0
Merge request reports
Compare
main
version 2
3a214de4
2 years ago
version 1
0063236a
2 years ago
main (base)
and
latest version
latest version
02cb8758
4 commits,
2 years ago
version 2
3a214de4
4 commits,
2 years ago
version 1
0063236a
4 commits,
2 years ago
7 files
+
197
−
45
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
tests/key/test_ascii_armor.py
+
1
−
1
View file @ 02cb8758
Edit in single-file editor
Open in Web IDE
Show full file
@@ -39,7 +39,7 @@ Hello world !
@@ -39,7 +39,7 @@ Hello world !
Héhé ;-)
Héhé ;-)
This is a utf-8 message...
This is a utf-8 message...
"""
"""
# create encrypted and signed ascii armor message
# create encrypted and signed ascii armor message
encrypted_and_signed_aa_message
=
AsciiArmor
.
create
(
encrypted_and_signed_aa_message
=
AsciiArmor
.
create
(
Loading