diff --git a/pyproject.toml b/pyproject.toml index 55430ee..119f06b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,5 +44,7 @@ testpaths = [ [tool.ruff] line-length = 100 target-version = "py38" + +[tool.ruff.lint] # Enable Pyflakes `E` and `F` codes by default. select = ["E", "F", "I", "Q", "FA102"] diff --git a/test-requirements.txt b/test-requirements.txt index f42b747..7885f66 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,5 +3,5 @@ openpyxl>=3.1.2<4 pre-commit>=2.20.0,<4 pytest>=7.1.3 pytest-benchmark>=4.0.0,<5 -ruff>=0.1.5,<0.2 +ruff>=0.2.0,<0.3 xlrd>=2.0.1<3