Skip to content

Commit

Permalink
Bump ruff version to the latest (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
yugokato authored Dec 13, 2024
1 parent b06f2f4 commit 983f257
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 @@ -2,7 +2,7 @@ default_language_version:
python: python3.12
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.2"
rev: "v0.8.3"
hooks:
- id: ruff
args: ["--fix"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dynamic = ["version"]
dev = [
"pre-commit>=3.0.0,<5",
"pytest-xdist[psutil]>=2.5.0,<4",
"ruff==0.8.2",
"ruff==0.8.3",
"tox>=4.0.0,<5",
"tox-uv>=1.0.0,<2"
]
Expand Down

0 comments on commit 983f257

Please sign in to comment.