Skip to content

Commit 359a9f3

Browse files
build(deps-dev): bump ruff from 0.14.2 to 0.14.3 (#3295)
1 parent 799a01a commit 359a9f3

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# WARNING: Ruff version should be the same as in `pyproject.toml`
11-
rev: v0.14.2
11+
rev: v0.14.3
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]

poetry.lock

Lines changed: 21 additions & 21 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
@@ -68,7 +68,7 @@ mkdocs-gen-files = "^0.5.0"
6868
mkdocs-include-markdown-plugin = "^7.2.0"
6969

7070
[tool.poetry.group.lint.dependencies]
71-
ruff = "0.14.2"
71+
ruff = "0.14.3"
7272

7373
[project.optional-dependencies]
7474
berkeleydb = ["berkeleydb >18.1.0"]

0 commit comments

Comments
 (0)