Add script detection, env shebang parser, and opt-in content guessing

This commit is contained in:
2026-04-03 13:55:54 -07:00
parent 63102473da
commit 37502c3083
8 changed files with 337 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ classifiers = [
]
requires-python = ">=3.12"
dependencies = [
"pygments>=2.13.0",
"rich>=13.0",
"typer>=0.12",
]
@@ -39,6 +40,7 @@ dev = [
"mypy>=1.14",
"pytest>=8.0",
"pytest-cov>=5.0",
"types-pygments>=2.19.0.20260402",
]
[tool.pytest.ini_options]