From 949a70582c734f7ce7a9084dbde3a6e92402d1fd Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 23 Dec 2023 14:22:31 -0500 Subject: [PATCH] lint --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14ccdfa..95ed1a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,6 @@ dev-dependencies = [ "pytest>=7.4.3", "pytest-xdist>=3.5.0", "ruff>=0.1.9", - "statsmodels>=0.14.1", ] [tool.hatch.metadata] @@ -38,3 +37,9 @@ allow-direct-references = true [tool.hatch.build.targets.wheel] packages = ["src/pymarginaleffects"] + +[tool.ruff] +ignore-init-module-imports = true + +[tool.ruff.extend-per-file-ignores] +"__init__.py" = ["F401"] \ No newline at end of file