From cfe9be03b87f241cbb37e22291a98eb0fe52494b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 17:13:40 +0000 Subject: [PATCH 1/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=AA=9D=20Update=20p?= =?UTF-8?q?re-commit=20hook=20crate-ci/typos=20to=20v1.46.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1f5f65..67af4a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: # Check for spelling - repo: https://github.com/crate-ci/typos - rev: v1.42.3 + rev: v1.46.1 hooks: - id: typos From e69765d012c9beea43a20e442c3d017183e3c1ce Mon Sep 17 00:00:00 2001 From: Damian Rovara <93778306+DRovara@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:44:21 +0000 Subject: [PATCH 2/5] remove CPY001 --- ruff.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index f2f2d93..67576d4 100644 --- a/ruff.toml +++ b/ruff.toml @@ -10,7 +10,6 @@ select = ["ALL"] ignore = [ "C90", # <...> too complex "COM812", # Conflicts with formatter - "CPY001", # Missing copyright notice at top of file "ISC001", # Conflicts with formatter "PLR09", # Too many <...> "PLR2004", # Magic value used in comparison From d5bd6675f975be61ff41de3668ad6bff675182d1 Mon Sep 17 00:00:00 2001 From: Damian Rovara <93778306+DRovara@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:45:38 +0000 Subject: [PATCH 3/5] add CPY001 --- ruff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruff.toml b/ruff.toml index 67576d4..f2f2d93 100644 --- a/ruff.toml +++ b/ruff.toml @@ -10,6 +10,7 @@ select = ["ALL"] ignore = [ "C90", # <...> too complex "COM812", # Conflicts with formatter + "CPY001", # Missing copyright notice at top of file "ISC001", # Conflicts with formatter "PLR09", # Too many <...> "PLR2004", # Magic value used in comparison From 300dfdebfd76b6c8c7784d3ba555f52c5f24b152 Mon Sep 17 00:00:00 2001 From: Damian Rovara <93778306+DRovara@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:47:53 +0000 Subject: [PATCH 4/5] add CPY to typo config --- .typos.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.typos.toml b/.typos.toml index 74f0856..e273bbc 100644 --- a/.typos.toml +++ b/.typos.toml @@ -3,3 +3,4 @@ wille = "wille" [default.extend-identifiers] FoMaC = "FoMaC" +CPY001 = "CPY001" \ No newline at end of file From e30e0134cc9c124349774d75103048301a7f2dfe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:48:06 +0000 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=8E=A8=20pre-commit=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.typos.toml b/.typos.toml index e273bbc..80853ff 100644 --- a/.typos.toml +++ b/.typos.toml @@ -3,4 +3,4 @@ wille = "wille" [default.extend-identifiers] FoMaC = "FoMaC" -CPY001 = "CPY001" \ No newline at end of file +CPY001 = "CPY001"