Skip to content

Commit 7bba34c

Browse files
committed
Update ruff
1 parent 879b40a commit 7bba34c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: v0.7.3
14+
rev: v0.8.5
1515
hooks:
1616
# Run the linter.
1717
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pytest-mock = "^3.14.0"
2929
optional = true
3030
[tool.poetry.group.pre-commit.dependencies]
3131
pre-commit = "^4.0.1"
32-
ruff = "^0.7.3"
32+
ruff = "^0.8.5"
3333

3434
[tool.poetry.extras]
3535
tests = ["mongomock", "pytest", "pytest-cov"]

0 commit comments

Comments
 (0)