diff --git a/pyproject.toml b/pyproject.toml index 9bb642d..7826eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,8 +47,8 @@ where = ["src"] [tool.ruff] -select = ["E", "F", "I"] line-length = 120 +lint.select = ["E", "F", "I"] [tool.liccheck] diff --git a/requirements-dev.txt b/requirements-dev.txt index 4e1b64f..0873c01 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,3 +11,4 @@ pandas-stubs pre-commit setuptools liccheck +ruff