Skip to content

Commit d1a1b3b

Browse files
authored
Update ruff to 0.14.7 (#6205)
* Update ruff from 0.14.6 to 0.14.7 * Align versions --------- Co-authored-by: pyup-bot <[email protected]>
1 parent e08b444 commit d1a1b3b

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
args: ["--tab-width", "2"]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.14.6
30+
rev: v0.14.7
3131
hooks:
3232
- id: ruff
3333
args: [--fix, --exit-non-zero-on-fix]

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.8.0",
4444
"pyyaml==6.0.3",
4545
"requests==2.32.5",
46-
"ruff==0.14.6",
46+
"ruff==0.14.7",
4747
"sh==2.2.2; sys_platform!='win23'",
4848
"tox==4.32.0",
4949
"tox-uv>=1.17",

uv.lock

Lines changed: 23 additions & 23 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.14.6
39+
rev: v0.14.7
4040
hooks:
4141
# Linter
4242
- id: ruff-check

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

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

2727
# Code quality
2828
# ------------------------------------------------------------------------------
29-
ruff==0.14.6 # https://github.com/astral-sh/ruff
29+
ruff==0.14.7 # https://github.com/astral-sh/ruff
3030
coverage==7.12.0 # https://github.com/nedbat/coveragepy
3131
djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint
3232
pre-commit==4.5.0 # https://github.com/pre-commit/pre-commit

0 commit comments

Comments
 (0)