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