Skip to content

Commit

Permalink
Add ruff to test dependancies
Browse files Browse the repository at this point in the history
Signed-off-by: Steven K <steven@pointcircle.com>
  • Loading branch information
rh0dium committed Jun 29, 2024
1 parent 470a4e7 commit 669115f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ test = [
"coverage",
"pre-commit",
"black",
"bandit"
"bandit",
"ruff"
]
docs = [
"Sphinx",
Expand Down

0 comments on commit 669115f

Please sign in to comment.