From 7a3d04f8e5e6e18301d40e885e543388f4a6eb28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Fri, 1 Dec 2023 10:16:45 +0545 Subject: [PATCH] disable INP in docs --- {{cookiecutter.project_name}}/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index ab5f48f..362563c 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -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