diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-20 12:27:51 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-20 12:27:51 +0200 |
| commit | ee6bb751e8189bd6c18ca73cc5e76c20c9fcb1fb (patch) | |
| tree | 57e6d08fd93529043a8ef43a0302259c5447b5a8 /pyproject.toml | |
| parent | 4618fc4de1886cc81945db9cff8ef5394e5958e2 (diff) | |
Check for lints with ruff
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 34f04e2..3cc5788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ python = "^3.8" [tool.poetry.group.dev.dependencies] pytest = "^8.2.1" +ruff = "^0.4.4" [build-system] requires = ["poetry-core"] |
