napari / packaging

4 stars 8 forks source link

`pyproject.toml` was updated (2024-05-03) #141

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 5 months ago

The file pyproject.toml (see history) was modified in napari/napari. This might mean the conda-recipe in napari/packaging needs adjusting! Please check!

Calculated diff:

diff --git a/pyproject.toml b/pyproject.toml
index 187b073b..b9715494 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -739,6 +739,12 @@ module = [
 check_untyped_defs = false
 disallow_untyped_defs = false

+[[tool.mypy.overrides]]
+module = [
+    "napari._pydantic_compat",
+]
+ignore_errors = true
+

 [tool.coverage.report]
 exclude_lines = [

cc @jaimergp

jaimergp commented 5 months ago

Not packaging.