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 3f1fb5c commit 7ac4106
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 @@ -61,6 +61,7 @@ dev = [
"pip-tools",
"pytest-cov",
"pytest",
"ruff",
]

[tool.setuptools.dynamic]
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ pytest-cov==5.0.0
# via amclient (pyproject.toml)
requests==2.32.3
# via amclient (pyproject.toml)
ruff==0.4.9
# via amclient (pyproject.toml)
tomli==2.0.1
# via
# build
Expand Down

0 comments on commit 7ac4106

Please sign in to comment.