lintro 0.5.0__py3-none-any.whl → 0.5.1__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.

Potentially problematic release.


This version of lintro might be problematic. Click here for more details.

lintro/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """Lintro - A unified CLI core for code formatting, linting, and quality assurance."""
2
2
 
3
- __version__ = "0.5.0"
3
+ __version__ = "0.5.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lintro
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: A unified CLI tool for code formatting, linting, and quality assurance
5
5
  Author-email: TurboCoder13 <turbocoder13@gmail.com>
6
6
  License: MIT License
@@ -53,7 +53,7 @@ Requires-Dist: pytest==8.4.1; extra == "dev"
53
53
  Requires-Dist: pytest-cov==6.2.1; extra == "dev"
54
54
  Requires-Dist: pytest-mock==3.14.1; extra == "dev"
55
55
  Requires-Dist: pytest-xdist==3.8.0; extra == "dev"
56
- Requires-Dist: tox==4.28.4; extra == "dev"
56
+ Requires-Dist: tox==4.29.0; extra == "dev"
57
57
  Requires-Dist: allure-pytest==2.15.0; extra == "dev"
58
58
  Requires-Dist: ruff; extra == "dev"
59
59
  Requires-Dist: mypy; extra == "dev"
@@ -1,4 +1,4 @@
1
- lintro/__init__.py,sha256=V9yayslGRSowYyu6SBhkhJzyyr7u0v3I7szDtioPOfY,110
1
+ lintro/__init__.py,sha256=vBEE9eFGf-9NZDFpI0NQ_yLnAsobQO2YtksyN6HfzUQ,110
2
2
  lintro/__main__.py,sha256=McxM6wEcEeCLBHZs0F8xzT1PxVqJYkjtaPq1_-Nug-0,106
3
3
  lintro/cli.py,sha256=Fy5nqdSg4id0gjGbPy82wRTK3aZMWbRdRDnwAbIv-vs,2333
4
4
  lintro/ascii-art/fail.txt,sha256=gshKngSrz5FvJdP6g7lPygpLsLsZZh4etBU_wR7PXOw,56396
@@ -84,9 +84,9 @@ lintro/utils/output_manager.py,sha256=kqTlWcR2HXyo-uiiWypHm8XaG8DQnngWgEqf1H9X5D
84
84
  lintro/utils/path_utils.py,sha256=NJP3vjVDcRBgUHtYNrpL0tRa0Sc3oQhGX3_2WWzdZE4,1395
85
85
  lintro/utils/tool_executor.py,sha256=daY1ueIhOmXCEb1Jf56F7gj_UO8yKtTZ9zqxiQKmEj8,16535
86
86
  lintro/utils/tool_utils.py,sha256=dspPnkNwYBtVbV2NDiBHEpq3-zsOVFj4szipdvoDxY0,15407
87
- lintro-0.5.0.dist-info/licenses/LICENSE,sha256=CwaAnyD2psonDBBJjbqFUz00W8nQw-FGDlEGZReUV6A,1069
88
- lintro-0.5.0.dist-info/METADATA,sha256=6i9HbKZHn0G2voaLl9uiCEddsNLmWg3boZsub4OG8F0,13584
89
- lintro-0.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
90
- lintro-0.5.0.dist-info/entry_points.txt,sha256=SYSk35jFyNLEHyrofSJsRv4qFN9NsT4VWSbvnTS9ov0,43
91
- lintro-0.5.0.dist-info/top_level.txt,sha256=_D-7eyV6gNBOoIwHuf_h60wN_RWiw8GxB430Il9VKhU,7
92
- lintro-0.5.0.dist-info/RECORD,,
87
+ lintro-0.5.1.dist-info/licenses/LICENSE,sha256=CwaAnyD2psonDBBJjbqFUz00W8nQw-FGDlEGZReUV6A,1069
88
+ lintro-0.5.1.dist-info/METADATA,sha256=HBms23L5axn39XFVo9_2NpKJPmL3A0NUvhn9vohnB78,13584
89
+ lintro-0.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
90
+ lintro-0.5.1.dist-info/entry_points.txt,sha256=SYSk35jFyNLEHyrofSJsRv4qFN9NsT4VWSbvnTS9ov0,43
91
+ lintro-0.5.1.dist-info/top_level.txt,sha256=_D-7eyV6gNBOoIwHuf_h60wN_RWiw8GxB430Il9VKhU,7
92
+ lintro-0.5.1.dist-info/RECORD,,
File without changes