Diff of /ruff.toml [000000] .. [ea0fd6]

Switch to side-by-side view

--- a
+++ b/ruff.toml
@@ -0,0 +1,10 @@
+[lint]
+extend-select = ["I", "NPY201"]
+
+[lint.per-file-ignores]
+"__init__.py" = ["E402"]
+"inmoose/__init__.py" = ["I"]
+"inmoose/edgepy/__init__.py" = ["I"]
+
+[format]
+exclude = ["inmoose/__init__.py"]