ignore .gitignore

This commit is contained in:
Waylon Walker 2023-03-13 10:08:14 -05:00
parent 72672d6709
commit 6950680ee9
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
3 changed files with 15 additions and 5 deletions

View file

@ -30,8 +30,7 @@ dependencies = [
"anyconfig",
"tree_sitter_languages",
'more_itertools',
'coverage',
'coverage-rich',
'pathspec',
]
dynamic = ["version"]
@ -58,6 +57,8 @@ dependencies = [
"pytest-rich",
"ruff",
"black",
'coverage',
'coverage-rich',
]
[tool.hatch.envs.default.scripts]
test = "coverage run -m pytest"