diff options
author | 2024-05-25 16:51:52 +0000 | |
---|---|---|
committer | 2024-05-25 16:51:52 +0000 | |
commit | 14053890af099dd6519d3db64040215e6e355050 (patch) | |
tree | 53d96b030c41a92d96077fdc0865ba2b22b5ba77 /pyproject.toml | |
parent | Bump sentry-sdk from 2.2.0 to 2.3.0 (#1537) (diff) |
Bump ruff from 0.3.7 to 0.4.5 (#1538)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xithrius <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8a2c1cef..53a93528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pydantic-settings = "2.2.1" pip-licenses = "4.4.0" pre-commit = "3.7.1" python-dotenv = "1.0.1" -ruff = "0.3.7" +ruff = "0.4.5" taskipy = "1.12.2" [tool.taskipy.tasks] @@ -71,6 +71,7 @@ ignore = [ "E226", "E731", "RET504", "RUF005", + "RUF029", "S311", "SIM102", "SIM108", ] |