Update pyproject.toml

This commit is contained in:
Henry Schreiner 2024-08-14 16:16:31 -04:00 committed by GitHub
parent 2165c89b13
commit 2efbc190ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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"]