napari / packaging

4 stars 7 forks source link

`pyproject.toml` was updated (2024-04-23) #136

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 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 d4d4aed9..1c45cda0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -274,6 +274,7 @@ select = [
     "FA", # flake8-future-annotations
     "LOG", # flake8-logging
     "SLOT", # flake8-slots
+    "PT", # flake8-pytest-style
 ]
 ignore = [
     "E501", "TCH001", "TCH002", "TCH003",

cc @jaimergp

jaimergp commented 2 months ago

Not packaging.