Skip to content

Commit

Permalink
chore(deps): update dependency ruff to v0.9.1 (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
  • Loading branch information
renovate[bot] and xoxys authored Jan 11, 2025
1 parent 57fae94 commit 28646be
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python-json-logger = "3.2.1"
git-batch = "gitbatch.cli:main"

[tool.poetry.group.dev.dependencies]
ruff = "0.8.4"
ruff = "0.9.1"
pytest = "8.3.4"
pytest-mock = "3.14.0"
pytest-cov = "6.0.0"
Expand Down Expand Up @@ -125,6 +125,9 @@ select = [
"RUF",
]

[tool.ruff.lint.flake8-builtins]
builtins-allowed-modules = ["logging", "copy"]

[tool.ruff.format]
quote-style = "double"
indent-style = "space"
Expand Down

0 comments on commit 28646be

Please sign in to comment.