diff --git a/cogstack-es/pyproject.toml b/cogstack-es/pyproject.toml index 3282d2114..34f67d4a9 100644 --- a/cogstack-es/pyproject.toml +++ b/cogstack-es/pyproject.toml @@ -34,7 +34,9 @@ dev = [ "pandas-stubs", "types-tqdm", "pytest", - "ruff", + # NOTE: ruff 0.16.0 introduces new checks that I am unwilling + # to tackle at this point in time + "ruff<0.16.0", "nbconvert", ] ES8 = [