Update hard min-requirement for python

This commit is contained in:
Matthias
2023-09-18 18:12:39 +02:00
parent 2e7acb4482
commit fd4877759c
2 changed files with 2 additions and 3 deletions

View File

@@ -66,7 +66,6 @@ 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