diff --git a/pyproject.toml b/pyproject.toml index a33e506..fe2bfeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,6 @@ dynamic = ["dependencies"] packages = ["open_diloco"] [tool.ruff] -# Exclude a variety of commonly ignored directories. -exclude = ["hivemind"] line-length = 120 # thanks to johannes screen's [tool.setuptools.dynamic] diff --git a/requirements-dev.txt b/requirements-dev.txt index 52ca915..fe67fa0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ ruff>=0.4.7 pre-commit>=3.7.0 - +pytest \ No newline at end of file