Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 23, 2023
1 parent 902bf2a commit 949a705
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,16 @@ dev-dependencies = [
"pytest>=7.4.3",
"pytest-xdist>=3.5.0",
"ruff>=0.1.9",
"statsmodels>=0.14.1",
]

[tool.hatch.metadata]
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"]

0 comments on commit 949a705

Please sign in to comment.