Skip to content

Commit c6bdd3c

Browse files
committed
build(deps): bump ruff v0.11.13 -> v0.14.8
1 parent bb492cb commit c6bdd3c

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
python: python3.13
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: 'v0.11.12' # keep in sync with pyproject.toml
6+
rev: 'v0.14.8' # keep in sync with pyproject.toml
77
hooks:
88
- id: ruff
99
args: [--fix, --exit-non-zero-on-fix]

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ honcho = "^2.0.0"
5151
# Linters etc.
5252
detect-secrets = "^1.5.0"
5353
djhtml = "^3.0.10" # update pre-commit-config.yaml too
54-
ruff = "^0.11.12" # update pre-commit-config.yaml too
54+
ruff = "^0.14.8" # update pre-commit-config.yaml too
5555
pre-commit = "^4.2.0"
5656

5757
# Documentation

0 commit comments

Comments
 (0)