Skip to content

Commit f009444

Browse files
pyup-botgithub-actions[bot]
authored andcommitted
Align versions
1 parent 6c5a94b commit f009444

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
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

0 commit comments

Comments
 (0)