diff --git a/pyproject.toml b/pyproject.toml index ae83750..6da9136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,6 +132,8 @@ lint.select = [ "TCH", # Ruff-specific rules "RUF", + # compatibility with numpy 2.0 + "NPY201", ] exclude = [ @@ -147,6 +149,9 @@ lint.ignore = [ "PLR0913", # conflict with ruff-formatter "ISC001", + # shell command + "S605", + "S607", ] lint.extend-safe-fixes = [ # absolute imports