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 f023067 commit fe85171
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 @@ -46,6 +46,8 @@ pytest-cov==5.0.0
# via fixity (pyproject.toml)
requests==2.32.3
# via fixity (pyproject.toml)
ruff==0.4.9
# via fixity (pyproject.toml)
sqlalchemy==2.0.31
# via fixity (pyproject.toml)
tomli==2.0.1
Expand Down

0 comments on commit fe85171

Please sign in to comment.