@@ -17,11 +17,11 @@ classifiers = [
1717 " Programming Language :: Python :: 3.13" ,
1818 " Topic :: Scientific/Engineering :: Bio-Informatics" ,
1919 " Intended Audience :: Science/Research" ,
20- " License :: OSI Approved :: MIT License" ,
2120]
2221requires-python = " >=3.11"
2322description = " Another Genome Conversion Tool: Python frontend to Rust chainfile crate"
24- license = {file = " LICENSE" }
23+ license = " MIT"
24+ license-files = [" LICENSE" ]
2525dependencies = [" wags-tails" ]
2626
2727[project .optional-dependencies ]
@@ -121,6 +121,7 @@ fixable = [
121121 " FURB" ,
122122 " RUF"
123123]
124+ # ANN003 - missing-type-args
124125# ANN003 - missing-type-kwargs
125126# ANN101 - missing-type-self
126127# ANN102 - missing-type-cls
@@ -140,7 +141,7 @@ fixable = [
140141# PLC0206 - dict-index-missing-items
141142# *ignored for compatibility with formatter
142143ignore = [
143- " ANN003" ,
144+ " ANN002 " , " ANN003" ,
144145 " D203" , " D205" , " D206" , " D213" , " D300" , " D400" , " D415" ,
145146 " E111" , " E114" , " E117" , " E501" ,
146147 " W191" ,
0 commit comments