1
0
Fork 0

Adding upstream version 0.17.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 06:05:48 +01:00
parent d348d631e5
commit 9e88905bdf
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
128 changed files with 72 additions and 100 deletions

View file

@ -0,0 +1,4 @@
class GitlintError(Exception):
""" Based Exception class for all gitlint exceptions """
pass