Skip to content

Commit

Permalink
Bump ruff version. (#487)
Browse files Browse the repository at this point in the history
* ruff version.

* Update pre commit file.
  • Loading branch information
RubelMozumder authored Dec 20, 2024
1 parent 657fbae commit 0ef8f7d
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
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.0
rev: v0.8.3
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 @@ -52,7 +52,7 @@ docs = [
]
dev = [
"mypy",
"ruff>=0.6",
"ruff>=0.8.3",
"pytest",
"pytest-timeout",
"pytest-cov",
Expand Down

0 comments on commit 0ef8f7d

Please sign in to comment.