From 3f85f3cce68cf777fb2f31ead2e106ee33ec4d54 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 18 Sep 2023 07:08:08 +0200 Subject: [PATCH] Exclude UP036 for now --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 40c0e2005..c0123e219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,6 +65,8 @@ ignore = ["freqtrade/vendor/**"] line-length = 100 extend-exclude = [".env", ".venv"] target-version = "py38" +# Exclude UP036 as it's causing the "exit if < 3.9" to fail. +extend-ignore = [ "UP036" ] extend-select = [ "C90", # mccabe # "N", # pep8-naming