Skip to content

Commit

Permalink
Fix Prospector config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 14, 2024
1 parent 509fed8 commit 0a4adba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
line-length = 110
target-version = ["py310"]

[tool.mypy]
python_version = "3.10"
warn_redundant_casts = true
warn_unused_ignores = true
ignore_missing_imports = true
strict = true

[tool.isort]
profile = "black"
line_length = 110
Expand Down Expand Up @@ -83,7 +76,7 @@ certifi = "2024.8.30"
[tool.poetry.group.dev.dependencies]
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma", "with_ruff"], version = "1.13.1" }
prospector-profile-duplicated = "1.7.0"
prospector-profile-utils = "1.10.3"
prospector-profile-utils = "1.11.0"
c2cwsgiutils = { version = "6.1.3", extras = ["test_images"] }
scikit-image = { version = "0.24.0" }
pytest = "8.3.3"
Expand Down

0 comments on commit 0a4adba

Please sign in to comment.