fix: ci
Browse files- pyproject.toml +0 -1
pyproject.toml
CHANGED
@@ -41,7 +41,6 @@ numpy = "^1.24.0" # Add this for numerical operations
|
|
41 |
|
42 |
[tool.poetry.group.dev.dependencies]
|
43 |
pytest = "^7.0.0"
|
44 |
-
flake8 = "^6.1.0"
|
45 |
isort = "^5.12.0"
|
46 |
mypy = "^1.5.1"
|
47 |
pre-commit = "^3.4.0"
|
|
|
41 |
|
42 |
[tool.poetry.group.dev.dependencies]
|
43 |
pytest = "^7.0.0"
|
|
|
44 |
isort = "^5.12.0"
|
45 |
mypy = "^1.5.1"
|
46 |
pre-commit = "^3.4.0"
|