Skip to content

Commit 959c011

Browse files
committed
refactor: [IS-1583] removed isort, black, autoflake from pyproject.toml
1 parent b8ee24a commit 959c011

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ dev = [
6969
"pygments~=2.13",
7070
"pytest-randomly~=3.12",
7171
"pytz~=2023.3",
72-
"black>=22.10,<24.0",
73-
"autoflake~=2.0",
7472
"types-pytz~=2023.3",
7573
"taskipy>=1.10.1,<2",
7674
"validators>=0.20.0,<0.21",
@@ -81,7 +79,6 @@ dev = [
8179
"sphinx-copybutton>=0.5.0,<0.6",
8280
"sphinx-autodoc-typehints>=1.19.2,<2",
8381
"pytest-factoryboy>=2.6.0,<3",
84-
"isort>=6.0.1",
8582
"twine>=6.1.0",
8683
"ruff>=0.15.9",
8784
]
@@ -124,9 +121,6 @@ no_implicit_optional = true
124121
warn_return_any = true
125122
strict_equality = true
126123

127-
[tool.isort]
128-
profile = "wemake"
129-
130124
[tool.taskipy.tasks]
131125
minify = "python tasks/minifier.py"
132126

0 commit comments

Comments
 (0)