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 15, 2024
1 parent 3c67612 commit d6995e3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ repos:
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==1.6.0 # pypi
- prospector-profile-utils==1.9.1 # pypi
- prospector-profile-utils==1.11.1 # pypi
- repo: https://github.com/camptocamp/jsonschema-gentypes
rev: 2.8.1
hooks:
Expand Down
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 d6995e3

Please sign in to comment.