ops: Update ruff pre-commit rules

This commit is contained in:
Karim shoair
2025-09-13 03:07:15 +03:00
parent 0c7db3c9d9
commit 831eafca34
+4 -2
View File
@@ -10,8 +10,10 @@ exclude = [
"benchmarks.py",
]
# Assume Python 3.9
target-version = "py39"
# Assume Python 3.10
target-version = "py310"
# Allow lines to be as long as 120.
line-length = 120
[lint]
select = ["E", "F", "W"]