Skip to content

Commit

Permalink
Update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Jan 3, 2025
1 parent 879b40a commit 7bba34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.3
rev: v0.8.5
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pytest-mock = "^3.14.0"
optional = true
[tool.poetry.group.pre-commit.dependencies]
pre-commit = "^4.0.1"
ruff = "^0.7.3"
ruff = "^0.8.5"

[tool.poetry.extras]
tests = ["mongomock", "pytest", "pytest-cov"]
Expand Down

0 comments on commit 7bba34c

Please sign in to comment.