Skip to content

Commit d51f442

Browse files
build(deps-dev): bump ruff from 0.14.1 to 0.14.2 (#3282)
* build(deps-dev): bump ruff from 0.14.1 to 0.14.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.1 to 0.14.2. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.1...0.14.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update ruff in pre-commit-config.yaml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Edmond Chuc <[email protected]> Co-authored-by: Edmond Chuc <[email protected]>
1 parent 06d8be6 commit d51f442

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.1
11+
rev: v0.14.2
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
@@ -67,7 +67,7 @@ mkdocs-gen-files = "^0.5.0"
6767
mkdocs-include-markdown-plugin = "^7.2.0"
6868

6969
[tool.poetry.group.lint.dependencies]
70-
ruff = "0.14.1"
70+
ruff = "0.14.2"
7171

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

0 commit comments

Comments
 (0)