Skip to content

Commit

Permalink
update ruff to 0.6.2 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung authored Aug 27, 2024
1 parent 364ce84 commit a4a7b3a
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.4.4
rev: v0.6.2
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 @@ -48,7 +48,7 @@ dev = [
"pre-commit",
"pytest",
"qiskit[visualization]",
"ruff == 0.4.4",
"ruff == 0.6.2",
"sphinx",
"sphinx-autodoc-typehints",
]
Expand Down

0 comments on commit a4a7b3a

Please sign in to comment.