diff --git a/programs/emacs/python/ruff.toml b/programs/emacs/python/ruff.toml index 85b2505..91b11ee 100644 --- a/programs/emacs/python/ruff.toml +++ b/programs/emacs/python/ruff.toml @@ -5,6 +5,7 @@ select = [ "B", # Flake8 bugbear rules "PD", # Pandas vet rules "NPY", # NumPy specific rules + "NPY201", # NumPy 2.0 deprecation warnings "RUF", # Ruff specific rules "PERF1", "PERF2", # Performance lints from Perflint "E101", # Mixed spaces and tabs