napari / packaging

4 stars 7 forks source link

`pyproject.toml` was updated (2024-04-20) #135

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 3f98f6ce..d4d4aed9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -269,6 +269,10 @@ select = [
     "TRY", # tryceratops
     "ICN", # flake8-import-conventions
     "RUF", # ruff specyfic rules
+    "ASYNC", # flake8-async
+    "EXE", # flake8-executable
+    "FA", # flake8-future-annotations
+    "LOG", # flake8-logging
     "SLOT", # flake8-slots
 ]
 ignore = [

cc @jaimergp

jaimergp commented 2 months ago

Not packaging.