diff options
| author | 2023-09-05 10:37:24 +0100 | |
|---|---|---|
| committer | 2023-09-05 10:37:24 +0100 | |
| commit | 55e0dbce0fce97d39af42eb92d71a6234be3bd88 (patch) | |
| tree | bb3d59023ab4045113aabbf648999007a9d2f80a /pyproject.toml | |
| parent | Made ruff happy (diff) | |
Bump ruff to 0.0.287
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 54fda40a..ea539663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ isort = "5.12.0" pip-licenses = "4.3.2" pre-commit = "3.4.0" python-dotenv = "1.0.0" -ruff = "0.0.286" +ruff = "0.0.287" taskipy = "1.12.0" [tool.taskipy.tasks] |