1
0
Fork 0

Adding upstream version 0.18.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 06:06:11 +01:00
parent 9e88905bdf
commit fe56d9f685
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
118 changed files with 4146 additions and 2087 deletions

View file

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