From a741f8a34cdeaf417744506b6d31e9d8c3ec8daf Mon Sep 17 00:00:00 2001 From: un-pogaz <46523284+un-pogaz@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:14:10 +0100 Subject: [PATCH] Dump ruff-strict-pep8.toml to Python 3.10 --- ruff-strict-pep8.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruff-strict-pep8.toml b/ruff-strict-pep8.toml index 5bcd7c87c8..67c3c92b81 100644 --- a/ruff-strict-pep8.toml +++ b/ruff-strict-pep8.toml @@ -1,5 +1,5 @@ line-length = 160 -target-version = 'py38' +target-version = 'py310' builtins = ['_', 'I', 'P'] include = ['*.py', '*.recipe'] exclude = [