From d58505200789c4ce66c3b619ebe6f3555c9992b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 4 Jul 2025 17:18:13 +0200 Subject: [PATCH] migrate all projects to python 3.13 linting --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cac6c997d..7c3b24e4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.mypy] -python_version = "3.12" +python_version = "3.13" pretty = true warn_redundant_casts = true disallow_untyped_calls = true @@ -8,7 +8,7 @@ no_implicit_optional = true exclude = "clan_cli.nixpkgs" [tool.ruff] -target-version = "py311" +target-version = "py313" line-length = 88 lint.select = [ "A",