From d64fecc39aa9b874310188ac3870763a5e41504f Mon Sep 17 00:00:00 2001 From: yupix Date: Sat, 3 Feb 2024 01:50:54 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ruff=E3=81=AE=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0561d41..6ebae47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,5 +22,6 @@ line-length = 99 [tool.ruff.format] exclude = ["mipac/_version.py"] -[tool.ruff.per-file-ignores] + +[tool.ruff.lint.per-file-ignores] "__init__.py" = ["E402", "F403"]