Skip to content

Commit

Permalink
Add missing Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 14, 2024
1 parent 3c67612 commit d195b07
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
32 changes: 30 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ waitress = "3.0.1"

[tool.poetry.group.dev.dependencies]
c2cwsgiutils = { version = "6.1.3", extras = ["test-images"] }
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.13.2" }
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma", "with_ruff"], version = "1.13.2" }
prospector-profile-duplicated = "1.7.0"
prospector-profile-utils = "1.11.1"
pytest = "8.3.3"
Expand Down

0 comments on commit d195b07

Please sign in to comment.