Skip to content

Commit 802f2e4

Browse files
authored
Update ruff to 0.11.9 (#5834)
Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
1 parent 2156ab0 commit 802f2e4

4 files changed

Lines changed: 25 additions & 25 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"pytest-xdist==3.6.1",
4444
"pyyaml==6.0.2",
4545
"requests==2.32.3",
46-
"ruff==0.11.8",
46+
"ruff==0.11.9",
4747
"sh==2.1; sys_platform!='win23'",
4848
"tox==4.23.2",
4949
"tox-uv>=1.17",

uv.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636

3737
# Run the Ruff linter.
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.11.8
39+
rev: v0.11.9
4040
hooks:
4141
# Linter
4242
- id: ruff

{{cookiecutter.project_slug}}/requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild
2828

2929
# Code quality
3030
# ------------------------------------------------------------------------------
31-
ruff==0.11.8 # https://github.com/astral-sh/ruff
31+
ruff==0.11.9 # https://github.com/astral-sh/ruff
3232
coverage==7.8.0 # https://github.com/nedbat/coveragepy
3333
djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint
3434
pre-commit==4.2.0 # https://github.com/pre-commit/pre-commit

0 commit comments

Comments
 (0)