Skip to content

Commit

Permalink
Add ruff as optional dependency in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jun 20, 2024
1 parent 8e81633 commit b041fdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ dev = [
"pytest-cov",
"pytest-mock",
"pytest",
"ruff",
"vcrpy",
]

Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ pyyaml==6.0.1
# via vcrpy
requests==2.32.3
# via agentarchives (pyproject.toml)
ruff==0.4.9
# via agentarchives (pyproject.toml)
tomli==2.0.1
# via
# build
Expand Down

0 comments on commit b041fdb

Please # to comment.