checkmate5 4.1.0.dev25__py3-none-any.whl → 4.1.0.dev26__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,3 +4,6 @@ class ConfigurationError(Exception):
4
4
  """Custom exception for configuration errors."""
5
5
  pass
6
6
 
7
+ class DatabaseError(Exception):
8
+ """Base exception for database-related errors."""
9
+ pass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: checkmate5
3
- Version: 4.1.0.dev25
3
+ Version: 4.1.0.dev26
4
4
  Summary: A meta-code checker written in Python.
5
5
  Author: Andreas Dewes
6
6
  License: AGPL-3.0
@@ -66,7 +66,7 @@ checkmate/contrib/plugins/ruby/brakeman/analyzer.py,sha256=suMOP7l0ncHfe-0t96y0g
66
66
  checkmate/contrib/plugins/ruby/brakeman/issues_data.py,sha256=M4W2XvswJBKf1igiJGvCoRMhKUuPzSFpggOpien8jrQ,11776
67
67
  checkmate/contrib/plugins/ruby/brakeman/setup.py,sha256=yWGmcWvymUw-x2S0kHMmfWAP5xMfMK8vzpR_g-zAOkg,306
68
68
  checkmate/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
- checkmate/helpers/exceptions.py,sha256=QmXREqMV_3oinlOgI_4Iwz7_nL61UsrubkG-SXEBW8M,117
69
+ checkmate/helpers/exceptions.py,sha256=20Y7rW_eUJ-2Lu_KucXkAM8y2_SCFsF_iDU25GtlVXY,212
70
70
  checkmate/helpers/facts.py,sha256=1ycdKqRkTyAKTI_hSi1LkCnb1YUqoo7cI-cSDlH8FoY,734
71
71
  checkmate/helpers/hashing.py,sha256=TcwBFJlciJkLlETQcQBxEWRgwyh2HK9MO4BzN2VMlDU,2081
72
72
  checkmate/helpers/issue.py,sha256=7wImtI8uZR5VcE_1u7mI8qvEXU97p6Rzkb1bbJkqXKQ,3841
@@ -111,9 +111,9 @@ checkmate/scripts/manage.py,sha256=mpioBaxzirAKXZtbxO-y4dbOcc6UoP0MaAMsNuKHbz0,4
111
111
  checkmate/settings/__init__.py,sha256=z32hPz-kGS-tTGa6dWCFjrrrbS_eagLd-YrqBP3gjWI,33
112
112
  checkmate/settings/base.py,sha256=3WBXZITqoWepIja96bo5JTi-TDpQALPTCugL0E8z-yE,4551
113
113
  checkmate/settings/defaults.py,sha256=uK1KB50ukDbk2rACyiCQuXTNSr2M7GXE-2_GTFupbv0,2728
114
- checkmate5-4.1.0.dev25.dist-info/LICENSE.txt,sha256=SGQTFjJQjkYGoK1PCFfMKpfgRLm3yL0h9Mq2o26sm2E,151451
115
- checkmate5-4.1.0.dev25.dist-info/METADATA,sha256=LHa5svx-1YRkzh2GZ6FL2b380-r1zQnmCAAHmUhxdpk,1240
116
- checkmate5-4.1.0.dev25.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
117
- checkmate5-4.1.0.dev25.dist-info/entry_points.txt,sha256=FbGnau5C4z98WmBYpMJqUzobQEr1AIi9aZApSavNojQ,60
118
- checkmate5-4.1.0.dev25.dist-info/top_level.txt,sha256=tl6eIJXedpLZbcbmYEwlhEzuTaSt0TvIRUesOb8gtng,10
119
- checkmate5-4.1.0.dev25.dist-info/RECORD,,
114
+ checkmate5-4.1.0.dev26.dist-info/LICENSE.txt,sha256=SGQTFjJQjkYGoK1PCFfMKpfgRLm3yL0h9Mq2o26sm2E,151451
115
+ checkmate5-4.1.0.dev26.dist-info/METADATA,sha256=9C_lD84FTYenwZy0IKCjxN1HcKRIa-gMRuk_-Zz1ixc,1240
116
+ checkmate5-4.1.0.dev26.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
117
+ checkmate5-4.1.0.dev26.dist-info/entry_points.txt,sha256=FbGnau5C4z98WmBYpMJqUzobQEr1AIi9aZApSavNojQ,60
118
+ checkmate5-4.1.0.dev26.dist-info/top_level.txt,sha256=tl6eIJXedpLZbcbmYEwlhEzuTaSt0TvIRUesOb8gtng,10
119
+ checkmate5-4.1.0.dev26.dist-info/RECORD,,