We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effff96 commit 0ffdb5dCopy full SHA for 0ffdb5d
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = 'mutahunter'
7
description = "LLM Mutation Testing for any programming language"
8
requires-python = ">= 3.11"
9
-version = "1.1.0"
+version = "1.1.1"
10
dependencies = [
11
"tree-sitter==0.21.3",
12
'tree_sitter_languages==1.10.2',
src/mutahunter/core/mutator.py
@@ -6,7 +6,7 @@
from jinja2 import Template
from tqdm import tqdm
-
+from grep_ast import filename_to_lang
from mutahunter.core.analyzer import Analyzer
from mutahunter.core.coverage_processor import CoverageProcessor
from mutahunter.core.entities.config import MutatorConfig
0 commit comments