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 1b2e987 commit f85bcf7
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 @@ -59,6 +59,7 @@ dev = [
"pip-tools",
"pytest-cov",
"pytest",
"ruff",
"sphinx-rtd-theme",
"sphinx==7.1.2",
"sphinxcontrib-applehelp==1.0.4",
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ pytest-cov==5.0.0
# via metsrw (pyproject.toml)
requests==2.32.3
# via sphinx
ruff==0.4.9
# via metsrw (pyproject.toml)
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
Expand Down

0 comments on commit f85bcf7

Please sign in to comment.