Skip to content

Commit

Permalink
build: ignore INP on scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Dec 17, 2024
1 parent e99efa3 commit 66a6e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-projector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ pythonVersion = "3.11"
reportDuplicateImport = true

[tool.ruff]
# for INP rule, suppress on these directories
# suppress INP001 on these directories
namespace-packages = [
"scripts",
"src/python_projector/scripts",
]
extend-exclude = [
Expand Down

0 comments on commit 66a6e35

Please sign in to comment.