@@ -8,25 +8,25 @@ license = "MIT"
88readme = " README.md"
99# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
1010classifiers =[
11- # How mature is this project? Common values are
12- # 3 - Alpha
13- # 4 - Beta
14- # 5 - Production/Stable
15- ' Development Status :: 5 - Production/Stable' ,
11+ # How mature is this project? Common values are
12+ # 3 - Alpha
13+ # 4 - Beta
14+ # 5 - Production/Stable
15+ ' Development Status :: 5 - Production/Stable' ,
1616
17- # Indicate who your project is intended for
18- ' Intended Audience :: Developers' ,
19- ' Topic :: Software Development :: Libraries :: Python Modules' ,
17+ # Indicate who your project is intended for
18+ ' Intended Audience :: Developers' ,
19+ ' Topic :: Software Development :: Libraries :: Python Modules' ,
2020
21- # Pick your license as you wish (should match "license" above)
22- ' License :: OSI Approved :: MIT' ,
21+ # Pick your license as you wish (should match "license" above)
22+ ' License :: OSI Approved :: MIT' ,
2323
24- # Supported Languages
25- ' Natural Language :: English' ,
26- ' Operating System :: OS Independent' ,
27- ' Programming Language :: Python :: 3' ,
28- ' Programming Language :: Python :: 3.12' ,
29- ' Framework :: Django' ,
24+ # Supported Languages
25+ ' Natural Language :: English' ,
26+ ' Operating System :: OS Independent' ,
27+ ' Programming Language :: Python :: 3' ,
28+ ' Programming Language :: Python :: 3.12' ,
29+ ' Framework :: Django' ,
3030]
3131packages = [
3232 { include = " rest_framework_filters" },
@@ -62,6 +62,9 @@ django-upgrade = "1.18.0"
6262requires = [" poetry-core" ]
6363build-backend = " poetry.core.masonry.api"
6464
65+ [tool .isort ]
66+ profile = " black"
67+
6568[tool .bandit ]
6669exclude_dirs = [
6770 ' ./tests/' ,
0 commit comments