Skip to content

Commit

Permalink
update dependencies to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanchengyan committed Aug 17, 2024
1 parent 88bdbd9 commit 564fd73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies = [

[project.optional-dependencies]

code_style = ["pre-commit"]
code_style = ["pre-commit", "ruff"]
test = [
"coverage",
"pytest",
Expand All @@ -62,7 +62,9 @@ test = [
# "pytest-param-files~=0.3.3",

]
dev = ["pre-commit",
dev = [
"pre-commit",
"ruff",
"coverage",
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 564fd73

Please sign in to comment.