From d6ab1b9bb93e3274ef32091e1d0e322221cd4cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 12:43:55 +0000 Subject: [PATCH 1/3] build(deps-dev): bump ruff from 0.15.22 to 0.16.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.22 to 0.16.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.22...0.16.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64ad7eb1..64b7c8d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dev = [ "build==1.5.0", "lxml==6.1.1", "mypy==2.3.0", - "ruff==0.15.22", + "ruff==0.16.3", "twine==7.0.0", "typing_extensions==4.16.0", ] From a79e1023c98637c524447284200e5b37a93de0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Mon, 17 Aug 2026 15:07:42 +0200 Subject: [PATCH 2/3] fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 64b7c8d2..cf41598e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -176,6 +176,7 @@ ignore = [ "ANN401", # typing.Any "C90", # complexity "COM812", # conflict + "CPY001", # missing copyright notice at top of file "D", # TODO "FIX002", # Line contains TODO "ISC001", # conflict From 314a382a5c6369ab4298d333ce5284e55728c0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Mon, 17 Aug 2026 15:08:55 +0200 Subject: [PATCH 3/3] fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cf41598e..eeebe4d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -180,6 +180,7 @@ ignore = [ "D", # TODO "FIX002", # Line contains TODO "ISC001", # conflict + "PLR0917", # too many positional arguments "T201", # `print()` ]