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 = [