We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ee24a commit 959c011Copy full SHA for 959c011
pyproject.toml
@@ -69,8 +69,6 @@ dev = [
69
"pygments~=2.13",
70
"pytest-randomly~=3.12",
71
"pytz~=2023.3",
72
- "black>=22.10,<24.0",
73
- "autoflake~=2.0",
74
"types-pytz~=2023.3",
75
"taskipy>=1.10.1,<2",
76
"validators>=0.20.0,<0.21",
@@ -81,7 +79,6 @@ dev = [
81
79
"sphinx-copybutton>=0.5.0,<0.6",
82
80
"sphinx-autodoc-typehints>=1.19.2,<2",
83
"pytest-factoryboy>=2.6.0,<3",
84
- "isort>=6.0.1",
85
"twine>=6.1.0",
86
"ruff>=0.15.9",
87
]
@@ -124,9 +121,6 @@ no_implicit_optional = true
124
121
warn_return_any = true
125
122
strict_equality = true
126
123
127
-[tool.isort]
128
-profile = "wemake"
129
-
130
[tool.taskipy.tasks]
131
minify = "python tasks/minifier.py"
132
0 commit comments