Skip to content

Commit

Permalink
Update Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mryab committed Nov 11, 2024
1 parent bbebca4 commit cc7e27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = [
"*_pb2.py"
]
line-length = 119
required-version = "==0.5.1"
required-version = "==0.7.2"
target-version = "py38"

[tool.ruff.lint]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ black==22.3.0
isort==5.10.1
codespell==2.2.2
psutil
ruff==0.5.1
ruff==0.7.2

0 comments on commit cc7e27c

Please sign in to comment.