From 0a4adbac6ea053860e9a0d0a55a76ced2ee8c7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 14 Nov 2024 15:36:24 +0100 Subject: [PATCH] Fix Prospector config --- poetry.lock | 8 ++++---- pyproject.toml | 9 +-------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 980cb6926..e4eda4986 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1711,13 +1711,13 @@ files = [ [[package]] name = "prospector-profile-utils" -version = "1.10.3" +version = "1.11.0" description = "Some utility Prospector profiles." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "prospector_profile_utils-1.10.3-py3-none-any.whl", hash = "sha256:56530234a7d6a906fa9a9d3bad39258ff3d215bd82543e86d0723302940fb9ca"}, - {file = "prospector_profile_utils-1.10.3.tar.gz", hash = "sha256:15f7747405e27b5f4fa09ba99eff1359bade395fc1b352793985cbe28d25d19c"}, + {file = "prospector_profile_utils-1.11.0-py3-none-any.whl", hash = "sha256:080bac39c1890b11d6e37f6de74ccd84eae865864941824278e0f3e12073da65"}, + {file = "prospector_profile_utils-1.11.0.tar.gz", hash = "sha256:70bd543fb4cd1ce73fce98ac6545a56eb2a6ca025d80a62cf9d79502c7a84b18"}, ] [package.dependencies] @@ -3419,4 +3419,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "3897ed6a0e633bb7803b8c04a86a039cf45e315d60a74a0aa1565ac52af3dac0" +content-hash = "a8c39726fae47e5a83fc141289529adddf84ddf90ace9459cd47b7d1c9ea478f" diff --git a/pyproject.toml b/pyproject.toml index 90f9147ee..9fc16c566 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 @@ -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"