Skip to content

Commit

Permalink
add ruff to poetry.lock and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
leahh committed Jan 10, 2025
1 parent 472856e commit 12f3359
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 181 deletions.
211 changes: 32 additions & 179 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ python-heatclient = { version = "^3.1.0", optional = true }
graphviz = "^0.20.3"
networkx = "3.1"
requests-unixsocket2 = "^0.4.2"
ruff = "^0.9.0"

[tool.poetry.extras]
cloud_extras = ["google-api-python-client", "python-openstackclient", "python-heatclient"]
Expand All @@ -91,8 +92,6 @@ pycodestyle = { version = ">=2.5.0" }
# Newer version of pydocstyle break pylama
pydocstyle = "6.1.1"
pyflakes = "3.0.1"
pylama = "8.4.1"
pylint = "2.15.9"
pytest = "7.2.0"
pytest-mock = "3.3.1"
pytest-cov = "5.0.0"
Expand Down

0 comments on commit 12f3359

Please sign in to comment.