diff --git a/pyproject.toml b/pyproject.toml index 0cff85d9..02ca206e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,8 @@ name = "choreographer" description = "Devtools Protocol implementation for chrome." readme = "README.md" requires-python = ">=3.8" -license = { "file" = "LICENSE.md" } +license = "MIT" +license-files = [ "LICENSE.md" ] dynamic = ["version"] authors = [ {name = "Andrew Pikul", email="ajpikul@gmail.com"}, diff --git a/src/choreographer/cli/_cli_utils_no_qa.py b/src/choreographer/cli/_cli_utils_no_qa.py index 562c06aa..4b6a7bda 100644 --- a/src/choreographer/cli/_cli_utils_no_qa.py +++ b/src/choreographer/cli/_cli_utils_no_qa.py @@ -12,7 +12,7 @@ # ruff has line-level and file-level QA suppression # so lets give diagnose a separate file -# ruff: noqa: PLR0915, C901, S603, BLE001, S607, PERF203, TRY002, T201, PLR0912, SLF001 +# ruff: noqa: PLR0915, C901, BLE001, S607, PERF203, TRY002, T201, PLR0912, SLF001 # ruff: noqa: PLC0415 # ruff: noqa: F401, ERA001 # temporary, sync # ruff: noqa: PLC0415 - import at time of file