thailint 0.1.3__tar.gz → 0.1.6__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.
Files changed (28) hide show
  1. {thailint-0.1.3 → thailint-0.1.6}/PKG-INFO +1 -1
  2. {thailint-0.1.3 → thailint-0.1.6}/pyproject.toml +1 -1
  3. {thailint-0.1.3 → thailint-0.1.6}/CHANGELOG.md +0 -0
  4. {thailint-0.1.3 → thailint-0.1.6}/LICENSE +0 -0
  5. {thailint-0.1.3 → thailint-0.1.6}/README.md +0 -0
  6. {thailint-0.1.3 → thailint-0.1.6}/src/.ai/layout.yaml +0 -0
  7. {thailint-0.1.3 → thailint-0.1.6}/src/__init__.py +0 -0
  8. {thailint-0.1.3 → thailint-0.1.6}/src/api.py +0 -0
  9. {thailint-0.1.3 → thailint-0.1.6}/src/cli.py +0 -0
  10. {thailint-0.1.3 → thailint-0.1.6}/src/config.py +0 -0
  11. {thailint-0.1.3 → thailint-0.1.6}/src/core/__init__.py +0 -0
  12. {thailint-0.1.3 → thailint-0.1.6}/src/core/base.py +0 -0
  13. {thailint-0.1.3 → thailint-0.1.6}/src/core/registry.py +0 -0
  14. {thailint-0.1.3 → thailint-0.1.6}/src/core/types.py +0 -0
  15. {thailint-0.1.3 → thailint-0.1.6}/src/linter_config/__init__.py +0 -0
  16. {thailint-0.1.3 → thailint-0.1.6}/src/linter_config/ignore.py +0 -0
  17. {thailint-0.1.3 → thailint-0.1.6}/src/linter_config/loader.py +0 -0
  18. {thailint-0.1.3 → thailint-0.1.6}/src/linters/__init__.py +0 -0
  19. {thailint-0.1.3 → thailint-0.1.6}/src/linters/file_placement/__init__.py +0 -0
  20. {thailint-0.1.3 → thailint-0.1.6}/src/linters/file_placement/linter.py +0 -0
  21. {thailint-0.1.3 → thailint-0.1.6}/src/linters/nesting/__init__.py +0 -0
  22. {thailint-0.1.3 → thailint-0.1.6}/src/linters/nesting/config.py +0 -0
  23. {thailint-0.1.3 → thailint-0.1.6}/src/linters/nesting/linter.py +0 -0
  24. {thailint-0.1.3 → thailint-0.1.6}/src/linters/nesting/python_analyzer.py +0 -0
  25. {thailint-0.1.3 → thailint-0.1.6}/src/linters/nesting/typescript_analyzer.py +0 -0
  26. {thailint-0.1.3 → thailint-0.1.6}/src/orchestrator/__init__.py +0 -0
  27. {thailint-0.1.3 → thailint-0.1.6}/src/orchestrator/core.py +0 -0
  28. {thailint-0.1.3 → thailint-0.1.6}/src/orchestrator/language_detector.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: thailint
3
- Version: 0.1.3
3
+ Version: 0.1.6
4
4
  Summary: The AI Linter - Enterprise-grade linting and governance for AI-generated code across multiple languages
5
5
  License: MIT
6
6
  Keywords: linter,ai,code-quality,static-analysis,file-placement,governance,multi-language,cli,docker,python
@@ -17,7 +17,7 @@ build-backend = "poetry.core.masonry.api"
17
17
 
18
18
  [tool.poetry]
19
19
  name = "thailint"
20
- version = "0.1.3"
20
+ version = "0.1.6"
21
21
  description = "The AI Linter - Enterprise-grade linting and governance for AI-generated code across multiple languages"
22
22
  authors = ["Steve Jackson"]
23
23
  license = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes