From 2efbc190ac4ab92c47571b81951bef6bd30f3a5f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 14 Aug 2024 16:16:31 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 798b12588..b6d56ab5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,9 @@ target-version = "py311" "tools/*" = [ "B008", # Do not perform function call `typer.Optional` in argument defaults ] +"packages/*" = [ + "PLC2401", # Unicode argument names are valid +] [tool.ruff.lint.flake8-bugbear] extend-immutable-calls = ["typer.Argument", "typer.Option"]