swarmauri_evaluator_anyusage 0.3.0.dev3__tar.gz → 0.3.0.dev4__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.3
2
2
  Name: swarmauri_evaluator_anyusage
3
- Version: 0.3.0.dev3
3
+ Version: 0.3.0.dev4
4
4
  Summary: An evaluator component that detects and penalizes usage of the `Any` type in Python code
5
5
  License: Apache-2.0
6
6
  Keywords: swarmauri,evaluator,typing,any,static analysis,code quality,type checking,type hints,code evaluation,python
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [project]
6
6
  name = "swarmauri_evaluator_anyusage"
7
- version = "0.3.0.dev3"
7
+ version = "0.3.0.dev4"
8
8
  description = "An evaluator component that detects and penalizes usage of the `Any` type in Python code"
9
9
  authors = [
10
10
  {name = "SwarmAuri Team", email = "team@swarmauri.com"}