From c834d9c481dd4a8221d1c98d974741160ef87a51 Mon Sep 17 00:00:00 2001 From: claudi Date: Mon, 30 Mar 2026 08:45:02 +0200 Subject: [PATCH] fix: update target version for Ruff and regex pattern in update_version script --- pyproject.toml | 2 +- update_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c8139f5..49647e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ packages = ["agravity_client"] # Ruff # --------------------------------------------------------------------------- [tool.ruff] -target-version = "0.2.0" +target-version = "3.10" line-length = 100 [tool.ruff.lint] diff --git a/update_version.py b/update_version.py index 6e28df7..2d30dd0 100644 --- a/update_version.py +++ b/update_version.py @@ -89,7 +89,7 @@ def main() -> int: # Update pyproject.toml if pyproject_path.exists(): - pattern = r'(?