python-type-hints-checker 0.1.3

Checks Python files for missing type hints in function parameters and return values.
[[bin]]
name = "pythcheck"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.4.2"

[dependencies.rayon]
version = "1.7.0"

[dependencies.tree-sitter]
version = "0.20.10"

[dependencies.tree-sitter-python]
version = "0.20.4"

[dependencies.tree-sitter-traversal]
version = "0.1.2"

[dependencies.walkdir]
version = "2.3.3"

[package]
description = "Checks Python files for missing type hints in function parameters and return values."
edition = "2021"
license = "MIT"
name = "python-type-hints-checker"
readme = "README.md"
repository = "https://github.com/AloizioMacedo/python-type-hints-checker"
version = "0.1.3"
[profile.dev]
debug = 2
opt-level = 0
overflow-checks = false