diff --git a/pyproject.toml b/pyproject.toml index c07ae2a..782dd4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,10 +38,7 @@ dynamic = ["version"] [project.optional-dependencies] develop = [ - 'flake8', - 'flake8-import-order', - 'flake8-blind-except', - 'flake8-builtins', + 'ruff', 'pillow', 'pytest', 'pytest-cov',