@@ -8,25 +8,25 @@ license = "MIT"
8
8
readme = " README.md"
9
9
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
10
10
classifiers =[
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' ,
16
16
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' ,
20
20
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' ,
23
23
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' ,
30
30
]
31
31
packages = [
32
32
{ include = " rest_framework_filters" },
@@ -62,6 +62,9 @@ django-upgrade = "1.18.0"
62
62
requires = [" poetry-core" ]
63
63
build-backend = " poetry.core.masonry.api"
64
64
65
+ [tool .isort ]
66
+ profile = " black"
67
+
65
68
[tool .bandit ]
66
69
exclude_dirs = [
67
70
' ./tests/' ,
0 commit comments