chore: bump Ruff to 3.8+ too

This commit is contained in:
Henry Schreiner
2023-07-01 14:33:24 +02:00
committed by mayeut
parent 4b19db8454
commit ac34701e98
+1 -1
View File
@@ -144,7 +144,7 @@ extend-ignore = [
"PT004", # Rename suggested for returnless fixtures
"PT007", # False positive (fixed upstream)
]
target-version = "py37"
target-version = "py38"
typing-modules = ["cibuildwheel._compat.typing"]
flake8-unused-arguments.ignore-variadic-names = true