From e65c4d3304f0230345d6f1d4d8f911e0c2eb7c64 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 11 Mar 2024 16:46:38 -0400 Subject: [PATCH] chore: don't specify ruff rules explicitly (#146) --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb40cd3..794e61c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,9 +82,6 @@ include = [ ".github/**/*.py", ] -[tool.ruff.lint] -select = ["NPY201"] - [tool.setuptools] packages = ["modflow_devtools"] include-package-data = true