Add script detection, env shebang parser, and opt-in content guessing
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user