swarmauri_tests_griffe 0.2.1.dev2__tar.gz → 0.2.1.dev3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: swarmauri_tests_griffe
3
- Version: 0.2.1.dev2
3
+ Version: 0.2.1.dev3
4
4
  Summary: Pytest plugin that turns Griffe inspection warnings into failing quality gates for Swarmauri packages.
5
5
  License: Apache-2.0
6
6
  License-File: LICENSE
@@ -43,7 +43,6 @@ Description-Content-Type: text/markdown
43
43
  <a href="https://pypi.org/project/swarmauri_tests_griffe/">
44
44
  <img src="https://img.shields.io/pypi/v/swarmauri_tests_griffe?label=swarmauri_tests_griffe&color=green" alt="PyPI - swarmauri_tests_griffe"/></a>
45
45
  </p>
46
- ---
47
46
 
48
47
  # swarmauri_tests_griffe
49
48
 
@@ -12,7 +12,6 @@
12
12
  <a href="https://pypi.org/project/swarmauri_tests_griffe/">
13
13
  <img src="https://img.shields.io/pypi/v/swarmauri_tests_griffe?label=swarmauri_tests_griffe&color=green" alt="PyPI - swarmauri_tests_griffe"/></a>
14
14
  </p>
15
- ---
16
15
 
17
16
  # swarmauri_tests_griffe
18
17
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_tests_griffe"
3
- version = "0.2.1.dev2"
3
+ version = "0.2.1.dev3"
4
4
  description = "Pytest plugin that turns Griffe inspection warnings into failing quality gates for Swarmauri packages."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10,<3.15"