Skip to content

Commit

Permalink
Remove the dependency on ruff
Browse files Browse the repository at this point in the history
Although we do have ruff running in CI, it doesn't use the poetry venv and so we
don't need to depend on ruff here.   Removing it so that we have less to maintain.
  • Loading branch information
Steve Keay committed Nov 1, 2024
1 parent 78b9eab commit f270a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
31 changes: 2 additions & 29 deletions python/understack-workflows/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion python/understack-workflows/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pytest-cov = "^5.0.0"
pytest-mock = "^3.14.0"
pytest-lazy-fixtures = "^1.1.1"
requests-mock = "^1.12.1"
ruff = "^0.7.0"

[tool.poetry.scripts]
sync-keystone = "understack_workflows.main.sync_keystone:main"
Expand Down

0 comments on commit f270a63

Please sign in to comment.