Skip to content

Commit

Permalink
disable INP in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Dec 1, 2023
1 parent bc3f092 commit 7a3d04f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ show-fixes = true

[tool.ruff.per-file-ignores]
"tests/**" = ["S", "ARG001", "ARG002"]
{%- if cookiecutter.docs %}
"docs/**" = ["INP"]
{%- endif %}

[tool.ruff.lint.flake8-type-checking]
strict = true
Expand Down

0 comments on commit 7a3d04f

Please sign in to comment.