diff options
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3a4cdb1..bc2fd14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,11 @@ quarg = 'quarg.main:main' [tool.poetry.group.dev.dependencies] psycopg2-binary = "^2.9.5" +ruff = "^0.0.260" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.ruff] +select = ["E", "F", "I", "W"] |