troubadix 25.4.1__py3-none-any.whl → 25.5.0__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.
- troubadix/__version__.py +1 -1
- troubadix/plugins/valid_oid.py +1 -4
- {troubadix-25.4.1.dist-info → troubadix-25.5.0.dist-info}/METADATA +1 -1
- {troubadix-25.4.1.dist-info → troubadix-25.5.0.dist-info}/RECORD +7 -7
- {troubadix-25.4.1.dist-info → troubadix-25.5.0.dist-info}/WHEEL +1 -1
- {troubadix-25.4.1.dist-info → troubadix-25.5.0.dist-info}/LICENSE +0 -0
- {troubadix-25.4.1.dist-info → troubadix-25.5.0.dist-info}/entry_points.txt +0 -0
troubadix/__version__.py
CHANGED
troubadix/plugins/valid_oid.py
CHANGED
|
@@ -450,10 +450,7 @@ class CheckValidOID(FileContentPlugin):
|
|
|
450
450
|
|
|
451
451
|
if (
|
|
452
452
|
(10000 <= oid_digit <= 29999)
|
|
453
|
-
or (50000 <= oid_digit <=
|
|
454
|
-
or (120000 <= oid_digit <= 129999)
|
|
455
|
-
or (130000 <= oid_digit <= 169999)
|
|
456
|
-
or (170000 <= oid_digit <= 179999)
|
|
453
|
+
or (50000 <= oid_digit <= 179999)
|
|
457
454
|
or (200000 <= oid_digit <= 209999)
|
|
458
455
|
or (700000 <= oid_digit <= 919999)
|
|
459
456
|
or (1020000 <= oid_digit <= 1029999)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
troubadix/__init__.py,sha256=K7sIXXDrC7YRb7BvIpdQ6ZfG_QkT0qUH_wAlHROVRfM,716
|
|
2
|
-
troubadix/__version__.py,sha256=
|
|
2
|
+
troubadix/__version__.py,sha256=_BJXZ_xI81DnXzmbbr5El-sGx6A9is-zDaDSWyIEyYE,103
|
|
3
3
|
troubadix/argparser.py,sha256=-H07Jhqh68_M4Mbjq9qJjTr3MShy_N2pxl2qHA6cfRU,7481
|
|
4
4
|
troubadix/codespell/codespell.additions,sha256=E62zoHJavUhcbMoyBqO2rOUe3OqIXikh7uAiGmNs5uw,524
|
|
5
5
|
troubadix/codespell/codespell.exclude,sha256=8blBv8KRrKU4KQhneHOPth1tSCYdrEoOCI5kYRfhOEA,147451
|
|
@@ -64,7 +64,7 @@ troubadix/plugins/tabs.py,sha256=7zXaTZe4cZoZvrLyqntVfTeNN_W3D8dfQl67QevXxtc,131
|
|
|
64
64
|
troubadix/plugins/todo_tbd.py,sha256=MN5fFwBhPmt3JDQ2Hx20B8yUy1vz7LIZC3rDIOzfW9M,1758
|
|
65
65
|
troubadix/plugins/trailing_spaces_tabs.py,sha256=nMly8ZsmGprxHvwCDclKBDRB0eq6JEkjERYKvtStkY4,1873
|
|
66
66
|
troubadix/plugins/using_display.py,sha256=qbPJl-rYWpQJK92bz98RIciaU4Mt_9ty1pGquWRWDnM,4046
|
|
67
|
-
troubadix/plugins/valid_oid.py,sha256=
|
|
67
|
+
troubadix/plugins/valid_oid.py,sha256=20E2BW1TSoEuT2j8dJcYedqdUwXzEGrLbRdQpgAPoms,17788
|
|
68
68
|
troubadix/plugins/valid_script_tag_names.py,sha256=6uMJsBdV-Zx-k1F2_MWmQPHXNo1u0ifuosbftbg-27E,3447
|
|
69
69
|
troubadix/plugins/variable_assigned_in_if.py,sha256=NNz8iuzyQ4rSM6My4WYC1s5TABQqgs7us15PkDA-VV0,3285
|
|
70
70
|
troubadix/plugins/variable_redefinition_in_foreach.py,sha256=SfaA70TkpD9dsvNbhwJEA3eLAHWvj4YwksN-qeBMowg,2470
|
|
@@ -98,8 +98,8 @@ troubadix/standalone_plugins/last_modification.py,sha256=ROzwVzzYilXJ0llVt4Lv0w8
|
|
|
98
98
|
troubadix/standalone_plugins/no_solution.py,sha256=p_-az9Igl4GH6HnhLLYbYlWIiEP64OTQLpX-z3JAshs,8760
|
|
99
99
|
troubadix/standalone_plugins/version_updated.py,sha256=6YHF0OjL5NWszQdsSh7XzlSji1e6Uaqwu_Y6m3R0mvI,4203
|
|
100
100
|
troubadix/troubadix.py,sha256=5__Jz3bYSrya4aG6RCBWxqnsDepXfwXZ3v0bjCzEFi0,6039
|
|
101
|
-
troubadix-25.
|
|
102
|
-
troubadix-25.
|
|
103
|
-
troubadix-25.
|
|
104
|
-
troubadix-25.
|
|
105
|
-
troubadix-25.
|
|
101
|
+
troubadix-25.5.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
102
|
+
troubadix-25.5.0.dist-info/METADATA,sha256=Me3vXsrtEOVkWmvDurRsWFHxe7PlHMgL-ZhSzmxOTvI,4462
|
|
103
|
+
troubadix-25.5.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
104
|
+
troubadix-25.5.0.dist-info/entry_points.txt,sha256=SnhEUe4W76P-ADmO9J355gRztTyHU_PTxRewKy3-e5o,832
|
|
105
|
+
troubadix-25.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|